

/* prev, next, prevPage and nextPage buttons */
div.detailImage a.prev {
	position:relative;
	top:100px;
	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:100px;
	left:401px;
	display:block;
	width:20px;
	height:20px;
	background:url(../cssimages/carousel/right_sprite.png) no-repeat;
	float:left;
	cursor:pointer;

}

/* 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;		
}

/*Next Video buttons */
/* prev, next, prevPage and nextPage buttons */
a.prevVideo {
	position:relative;
	left:1px;
	display:block;
	width:20px;
	height:20px;
	background:url(../cssimages/carousel/prev_sprite.png) no-repeat;
	float:left;
	cursor:pointer;
}

a.nextVideo { 
	position:relative;
	top:312px;
	left:1px;
	display:block;
	width:20px;
	height:20px;
	background:url(../cssimages/carousel/next_sprite.png) no-repeat;
	float:left;
	cursor:pointer;
}

/* mouseover state */
a.prevVideo:hover, a.nextVideo:hover {
	background-position:0px -20px;	
	cursor:pointer;	
}


/*Next Image Set buttons */
/* prev, next, prevPage and nextPage buttons */
a.prevSet {
	position:relative;
	top:0px;
	left:1px;
	display:block;
	width:20px;
	height:20px;
	background:url(../cssimages/carousel/prev_sprite.png) no-repeat;
	float:left;
	cursor:pointer;
}

a.nextSet { 
	position:relative;
	top:274px;
	left:1px;
	display:block;
	width:20px;
	height:20px;
	background:url(../cssimages/carousel/next_sprite.png) no-repeat;
	float:left;
	cursor:pointer;
}

/* mouseover state */
a.prevSet:hover, a.nextSet:hover {
	background-position:0px -20px;	
	cursor:pointer;	
}


/********

CAFE Size scroller 600/250PX 

*********/

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

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

}

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

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


/********

HIRES Size scroller 600/350PX 

*********/

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

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

}

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

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