.carousel {
	margin:20px 0;
	position:relative;
	zoom:1;
}

.cs-scroller {
	zoom:1;
	position:relative;
}

.cs-viewport {
	overflow:hidden;
	position:relative;
	width:100%;
	zoom:1;
}

.cs-line {
	float:left;
	white-space:nowrap;
}

.cs-pict {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	*vertical-align:baseline;
	position:relative;
	overflow:hidden;
	zoom:1;
	font-size:0;
}

.cs-pict img {
	display:block;
	position:relative;
	*display:inline;
	zoom:1;
}

.cs-pict-hover, .cs-pict-selected { 
	border:2px solid #e60004;
}

.cs-pict-hover .cs-pict-h,
.cs-pict-selected .cs-pict-h { 
	left:-2px;
	top:-2px;
	margin:0 -4px -4px 0;
}


.cs-pict-hover .cs-pict-h img,
.cs-pict-selected .cs-pict-h img{ 
	left:-2px;
	top:-2px;
}

.carousel-mode-static .cs-line {
	white-space:normal;
}
