@charset "utf-8";
/* CSS Document */

.list_carousel {
	 
				margin-top:10px;
				height:200px;	 
				width: 100%;
				position:relative;
			}

			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
			 
				color: #999;
				text-align: center;
			  
			  	width: 260px;
				height:200px;
				padding: 0;
			 
				margin-left:7px; 
				margin-right:7px;
				display: block;
				float: left;
				border-radius:8px; 
				overflow:hidden;
			}
			
.list_carousel2 { height:350px;}
.list_carousel2 li {	height:350px; max-width:200px;}
.list_carousel li a { text-decoration:none;}
			
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			
			.list_carousel li img {
				border-radius:8px; 
				overflow:hidden;
			}
				.list_carousel li img {
				max-height:300px;
				}
			
			.list_carousel li p{ font-family: 'Roboto Condensed', sans-serif; color:#c20000; width:100%; line-height:30px; font-size:14px; font-weight:700; color:#382e27; }
			.clearfix {
				float: none;
				clear: both;
			}
			
			.prev ,.next { position:absolute; top:0px;  background:url(../images/arrow2.png) left top no-repeat; width:40px; height:200px; }
			.list_carousel2 .prev, .list_carousel2 .next { bottom:0px; top:auto; z-index:9999; background:url(../images/arrow.png) left top no-repeat; width:40px; height:40px; }
			
			.prev {
              left:-30px;
			}
			.next {
	             right:-30px;
				 background-position:-40px; 0px;
			}
			.list_carousel2 .next  {background-position:0px -40px; }
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}

