.carousel{
	height:75px;
	overflow:hidden;
	position:relative;
	float:left;
	background-color:#efefef;
}
#mainCarousel .carousel{
	width: 338px;
}
#mainModal .carousel{
	width: 739px;
}
.carousel ul{
	position: relative;
	padding: 0;
	margin: 0;
	min-width: 404px;
}
.carousel li{
	width: 101px;
	height: 70px;
	padding-top:5px;
	float: left;
	list-style: none;
	text-align: center;
}
.prev{float:left;height:75px;display:block;width: 31px;background:url(/_img/carousel-sprite.png) no-repeat left top;}
.next{float:right;height:75px;display:block;width: 31px;background:url(/_img/carousel-sprite.png) no-repeat -39px top;}
.bigImage{ background-position: center center; background-repeat: no-repeat; width: 800px; height: 600px; overflow: hidden; text-align: center; margin-bottom: 15px}
#mainCarousel .bigImage { width: 400px; height: 300px; overflow: hidden; }

.classifiedDetailImage{
	min-height:300px;
	min-width:400px;
}

#classifiedDetailImageModal
{
	margin: 0 auto;
}


