/**
 * Reset stuff
 */
img {
	border:0;
}

a:focus {
	outline:0;
}

/**
 * Showcase Slider
 */
#showcase_slider {
	background:url(../images/car/background.jpg) no-repeat;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:13px;
	height:290px;
	position:relative;
	width:961px;
}

.cs_showcase_slider_wrapper {
	height:229px;
	overflow:hidden;
	position:relative;
	width:960px;
	left: 0px;
}

.cs_showcase_slider_thumbnail_wrapper a {
	color:#000;
	display:inline;
	float:left;
	height:229px;
	line-height:16px;
	margin:0 12px 20px 0;
	padding-top: 8px;
	margin-bottom: 12px;
	text-decoration:none;
	text-align:center;
	width:175px;
	background: url('../images/car/image-back.png') no-repeat;
}

#slide-title{
	width: 160px;
	padding:5px 5px 5px 5px;
	height: 45px;
	overflow: hidden;
	margin-left: 3px;
}

.cs_showcase_slider_thumbnail_wrapper img {
	border:1px solid #acacac;
	height:140px;
	margin-top: 7px;
	margin-bottom:13px;
	margin-left:6px;
	width:140px;
}

.cs_showcase_slider_handler_left_wrapper,
.cs_showcase_slider_handler_right_wrapper {
	height:40px;
	margin-top:-20px;
	position:absolute;
	top:50%;
	width:26px;
	z-index:2;
}

.cs_showcase_slider_handler_left_wrapper {
	left:0;
}

.cs_showcase_slider_handler_right_wrapper {
	right:0;
}

.cs_showcase_slider_handler_left_wrapper a{
	float:left;
	height:40px;
	width:40px;
	margin-left: -14px;
}

.cs_showcase_slider_handler_right_wrapper a {
	float:left;
	height:40px;
	width:40px;
	margin-right: 30px;
}

.cs_showcase_slider_handler_left_wrapper a {
	background:url(../images/car/left_handle.png) no-repeat;
}

.cs_showcase_slider_handler_right_wrapper a {
	background:url(../images/car/right_handle.png) no-repeat;
}

/**
 * Scrollbar
 */
.cs_scrollbar_wrapper {
	height:40px;
	width:960px;
	margin-top: -78px;
}

.cs_scrollbar_handler {
	background:url(../images/car/slider_handle.png) no-repeat;
	height:40px;
	overflow:hidden;
	width:145px;
	top:32px;
}

/**
 * Filter
 */
.cs_filter {
	background-color:#ff;
	bottom:0;
	filter:alpha(opacity=0);
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	z-index:9999;
}
