.imageScroller .prev,
.imageScroller .jCarouselLite
{
 float:left;
}

div.imageScroller h3
{
 margin-bottom:2px;
}

.imageScroller .jCarouselLite li img {
height:94px;
width:110px;
margin: 0;
margin-left:5px;
}

.imageScroller .jCarouselLite li img.add {
height:93px;
width:109px;
border:1px solid #cccccc;
}

.imageScroller .jCarouselLite li a {
 text-transform:none;
}

.imagePreview img
{
	height:340px;
	width:400px;
}

div.imageScroller
{
	width:400px;
}

.imageScroller .prev
{
	background:transparent url(../images/j_arrow_left.png) no-repeat -1px center;	
 	border:1px solid #cccccc;
 	margin-left:2px;
 	height:94px;
	width:10px;
}

.imageScroller .next
{
	background:transparent url(../images/j_arrow.png) no-repeat 1px center;	
 	border:1px solid #cccccc;
 	margin-right:2px;
 	height:94px;
	width:10px;
	position:relative;
	top:0px;
	left:386px;
}
