#icp_car {
	background: url("../images/bg_28.jpg") repeat-x top rgb(255, 255, 255); margin: 0px auto; width: 1100px; 
}
#icp_car .content {
	width: 1100px; height: 210px; overflow: hidden; padding-top: 0px; font-size: 12px; margin-left: 0px; max-width: 1100px; background-color:#FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.image_carousel {
	padding: 0px 10px 0px 10px; width: 1010px; margin-top: 5px; margin-left: 30px; position: relative;
}
.image_carousel img {
	margin: 6px 0px 0px 6px; padding: 0px; border: currentColor;
}
.elemnt {
	background:url("bg_carrus.png") no-repeat left top; border: 1px solid transparent; width: 155px; margin-right:18px; height: 180px; float: left; display: block;
}
.elemnt:hover {
	background: url("bg_carrus-hover.png") no-repeat left top;
}
a.prev {
	background: url(miscellaneous_sprite.png) no-repeat; border: currentColor; top: 60px; width: 32px; height: 72px; display: block; position: absolute;
}
a.next {
	background: url(miscellaneous_sprite.png) no-repeat; border: currentColor; top:60px; width: 32px; height: 72px; display: block; position: absolute;
}
a.prev {
	left: -30px; 
}
a.prev:hover {
	background-position: 0px -72px;
}
a.next {
	background-position: -32px 0px; right: -60px;
}
a.next:hover {
	background-position: -32px -72px;
}
a.prev span {
	display: none;
}
a.next span {
	display: none;
}