/* CSS Document  */

			.list_carousel {}
		
			
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				
			}
			.list_carousel li {
				margin: 10px;
 				height:350px;
				display: block;
				float: left;
			
			}
			
			
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			

			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 100%;
				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;
			}
			
a.prev, a.next {
	background: url(../../img/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	
	bottom:-16px
}
a.prev {			left: 12px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: 12px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
			
			
			
			
.pagination_carusel {
	text-align: center;
}
.pagination_carusel a {
	background: url(../../img/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination_carusel a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination_carusel a span {
	display: none;
}
