@charset "utf-8";
/* CSS Document */

#news-container {
	width:900px;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
}
#news-content{
	width:491px;
	height:332px;
	float:right;
	position:relative;
	background-color:#616161;
	text-align:left;
}
#news-content #frame{
	position:absolute;
	top:0px;
	left:0px;
}
#news-playlist{
	width:409px;
	height:332px;
	float:left;	
	margin-top:auto;
	margin-bottom:auto;	
	font-size:11px;
}
#news-playlist ul{
	padding-left:0px;
	margin:0;
}
#news-playlist ul li{
	list-style:none;
	height:111px;
	width:409px;
	vertical-align:top;
}
#news-playlist ul li div{
	/*opacity: 0.6;*/
	cursor:pointer;
	height:110px;
	position:relative;
	width:409px;
	background-color:#616161;
}
#news-playlist ul li div #more_bar{
	position:absolute;
	bottom:1px;
	height:13px;
	width:290px;
	left:118px;
	background-image:url(../themes/leatt/images/more_up.jpg);
	background-repeat:no-repeat;
}
#news-playlist ul li img{
	float:left;
	
}
#news-playlist ul li p{
	text-align:left;
	margin-left:110px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-bottom:0px;
	margin-top:0px;
}
#slider-image{
	position:absolute;
	left:0px;
	top:0px;
	width:491px;
	height:332px;
	background-position: center center;
	background-repeat: no-repeat;
}
#info_overlay{
	position:absolute;
	bottom:0px;
	width:472px;
	left:2px;
	height:126px;
	background-color:#000;
	opacity:0.8;
	visibility:hidden;
	text-align:left;
	overflow:hidden;
}
#info_overlay h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	margin:0px;
	padding-left:10px;
	margin-top:5px;
}
#info_overlay div{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F2F2F2;
	margin-left:10px;
	overflow:hidden;
}
.list_img_head{
	text-indent:-8000px;
	margin:0px;
	margin-left:118px;
	background-repeat:no-repeat;
	height:29px;
}