/**
 * 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:960px;
 	top:-50px;  
}

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

.cs_showcase_slider {
	position:absolute;
	left:0;
	top:0
}

.cs_showcase_slider_wrapper table {
	border:0;
	padding:0;
}

.cs_showcase_slider_wrapper td {
	height:150px;
	padding:0;
	vertical-align:top;
	width:240px;
}

.cs_showcase_slider_thumbnail_wrapper a {
	color:#000;
	display:inline;
	float:left;
	height:150px;
	line-height:16px;
	margin:40px 49px 0 49px;
	text-decoration:none;
	text-align:center;
	width:142px;
}

.cs_showcase_slider_thumbnail_wrapper img {
	border:1px solid #acacac;
	height:140px;
	margin-bottom:5px;
	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,
.cs_showcase_slider_handler_right_wrapper a {
	float:left;
	height:40px;
	width:26px;
}

.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;
}

.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;
}