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

/* main_slider */

#mslider .html_carousel {
	padding:0px;
}
#mslider .html_carousel div.slide {
	position: relative;
	width:625px;
	height:388px;
	display: inline-block;
}
#mslider .html_carousel div.slide div {
	/*width:622px;
	height:356px
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	border:none;*/
	/*background-color: rgba(0, 0, 0, 0.7);*/
	/*bottom: 0;*/
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding:15px 15px 15px 15px;*/
}
/*#mslider .html_carousel div.slide h4 {
	font-size: 30px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:30px;
}
#mslider .html_carousel div.slide p {
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
}*/


/*
#mslider a.prev {
	
}

#mslider a.next {
	
}

#mslider a.prev {
	right: 26px;
	background-image: url(images/main_slider_prev.png);
	background-repeat: no-repeat;

	width: 33px;
	height: 35px;
	display: none;
	position: absolute;
	top: 307px;
	outline:none;
}
#mslider a.prev:hover {
	outline:none;	
}
#mslider a.next {
	right: -6px;
	background-image: url(images/main_slider_next.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 41px;
	display: none;
	position: absolute;
	top: 301px;
	outline:none;
}
#mslider a.next:hover {
	outline:none;	
}

#mslider a.prev span, a.next span {
	display: none;
}*/

#mslider .pagination {
	text-align: center;
	position:absolute;
	top:359px;
	left:130px;
}
#mslider .pagination a {
	width: 7px;
	height: 7px;
	margin: 0 10px 0 0;
	display: inline-block;
	background-color: transparent;
	background-image: url(images/slider-pagi-sprite.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mslider .pagination a.selected {
	background-position: center top;
	cursor: default;
}
#mslider .pagination a span {
	display: none;
}

/* car carousel */

#slider-02 {
	overflow:hidden;
	
}

#car-car_w .html_carousel {
	padding:0px;
	width:940px;
	/*height:284px;*/
	/*background-color:#9C6;*/
	/*margin-left:35px;
	margin-top:7px;*/
	/*height:350px;*/
	
}
#car-car_w .html_carousel div.slide {
	position: relative;
	width:294px;
	/*height:284px;*/
	/*height:292px;*/
	display: inline-block;
	float:left;
	/*margin-left:25px;
	margin-right:25px;*/
	/*background-color:#900;*/
	/*border-bottom:9px solid #DEDEDE;*/
	padding-bottom:12px;
	/*height:329px;*/
}

#car-car_w .html_carousel div.slide-middle {
	margin-left:29px;
	margin-right:29px;
}

#car-car_w a.prev, #car-car_w a.next {
	width: 13px;
	height: 20px;
	display: none;
	position: absolute;
	top: 140px;
	outline:none;
}
#car-car_w a.prev {
	left: 0px;
	background-image: url(images/carusel_prev.png);
	background-repeat: no-repeat;
	/*opacity:0.3;
	filter:alpha(opacity=30);*/
}
#car-car_w a.prev:hover {
	/*opacity:1;
	filter:alpha(opacity=100);*/
	outline:none;	
}
#car-car_w a.next {
	right: 0px;
	background-image: url(images/carusel_next.png);
	background-repeat: no-repeat;
	/*opacity:0.3;
	filter:alpha(opacity=30);*/
}
#car-car_w a.next:hover {
	/*opacity:1;
	filter:alpha(opacity=100);*/
	outline:none;	
}

#car-car_w a.prev span, a.next span {
	display: none;
}