/* CSS Document */


/*LIST*/

html, body{

/*background:url(/common/img/bg_body_wide_news.jpg) #FFF no-repeat top center;*/
}



#news{
background:url(/common/img/bg_body_wide_news.jpg) #FFF no-repeat top center;
}

#container{
width:100%;
}
#news #container2{
/*background:url(/common/img/bg_news.jpg) no-repeat left 50px ;*/
height:550px;
overflow:hidden;
position:relative;
width:100%;
margin:0px auto 0px auto;
padding:0px;
}


h2{
background-image:url(/news/img/title.gif);
margin:5px auto 0px auto;
}

#news #container .next_bt{
position:absolute;
top:300px;
right:0px;
width:30px;
height:43px;
z-index:5;
}

#news #container .back_bt{
position:absolute;
top:300px;
left:0px;
width:30px;
height:43px;
z-index:5;
}





