/* carousel tablon */
.list_carousel {
		
		margin: 0;
		width: 100%;
		height:125px;
		background:transparent;
		position:relative;
		overflow:hidden;
		padding:0;
		top:0;border:0px solid red;
		
	}
.list_carousel  .caroufredsel_wrapper{margin-top:8px;padding-top:0;}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	top:0px;
	
}
.list_carousel li {
	font-size: 1em;
	color: #999;
	text-align: left;
	
	border: 0px solid #999;
	
	/*height: 50px;*/
	padding: 8px;padding-top:0;
	margin: 0px;
	margin-left:10px;
	margin-right:10px;border:0px solid red;
	
	display: block;
	float: left;
	height:125px;
	overflow:hidden;
	
}

.list_carousel li a {color:#999;background:transparent;}
.list_carousel li a:hover {color:#001;text-decoration:none;}
.list_carousel li h3 a {color:#888;background:transparent;color:#990000;}
.list_carousel li h3 a:hover {color:#222;text-decoration:none;color:#001;}			
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

body a.prev, body a.next {
	background:url(miscellaneous_sprite.png) repeat-y #d6d6d6;
	background-color:#d6d6d6;
	border:0px solid red;
	width: 5px;
	height: 105px;
	display: block;
	position: absolute;
	top:0px;
}
body a.prev {			left: 0;
					background-position: 0 0; }
body a.prev:hover {		background-position: -18px 0;}
body a.prev.disabled {	background-position: 0 0px !important;  }
body a.next {			right: -3px;
					background-position: -54px 0; }
body a.next:hover {		background-position: -36px 0; }
body a.next.disabled {	background-position: -50px 0 !important;  }
body a.prev.disabled, body a.next.disabled {
	cursor: default;
}

body a.prev span, body a.next span {
	display: none;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
#car_tablon,#car_tablon2 {width:99%;}
#car_tablon li,#car_tablon2 li {width:143px;}
/* /carousel tablon */
