.detailImage { position:relative; margin:0 0 25px 0 ;}



/* prev, next, prevPage and nextPage buttons */
div.detailImage a.prev {
	position:relative;
	top:0px;
	left:200px;
	display:block;
	width:20px;
	height:20px;
	background:url(../cssimages/carousel/left_sprite.png) no-repeat;
	float:left;
	cursor:pointer;
}

div.detailImage a.next { 
	position:relative;
	top:0px;
	left:200px;
	display:block;
	width:20px;
	height:20px;
	background:url(../cssimages/carousel/right_sprite.png) no-repeat;
	float:left;
	cursor:pointer;

}

/* custom positioning for navigational links */
div.detailImage  a.prev, div.detailImage a.next {
	top:-20px;
}


/* mouseover state */
div.detailImage a.prev:hover, div.detailImage a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -20px;	
	cursor:pointer;	
}

/* disabled navigational button */
div.detailImage a.disabled {
	visibility:hidden !important;		
}

