.list_carousel { margin:0; padding:15px 0px; position:relative; width:768px; height:150px; background:#fff;margin:0 2px 10px;

  float:left;}
.list_carousel ul {
	margin: 0 0px 0 15px;
	padding: 0px 0 0 0;
	list-style: none;
	display: block;

}

.list_carousel li {
    width:
	padding:0px 0 0px 0;
	margin:3px;
	display: block;  
	float: left; 
 
 
} 
.list_carousel li img, .list_carousel li iframe
{
 border:#c5c5c5 1px solid; padding:4px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix {
	float: none;
	clear: both;
}
 
.pager {
	 margin-left:auto;
	 margin-right:auto;
	width: 300px;
	
	margin-top:15px;
	margin-bottom:5px;
	text-align: center;
	display:block;
}
.pager a {
	margin: 0 5px;
	height:15px;
	width:16px;
	display:inline-block;
	background:url(../images/pagenation.png) no-repeat left top;
	text-decoration: none;
	text-indent:-13000px;
	
}
.pager a{background-position:-2px -1px;}
 
.pager a.selected {
	text-decoration: underline;
	 background-position:-24px -1px;
	 }
 
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
 