@charset "utf-8";
/* CSS Document */


/************************************************************************************
//
//	PRODUCT IMAGES
//
//
//
//
//
//
//
//
//
//
*************************************************************************************/
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/mod/bcs/jquery_slideshow/images/leftright.png) no-repeat;
	display:block;
	width:25px;
	height:39px;
	float:left;
	margin:50px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: -144px 0px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-44px 0px; }
a.right:active 	{ background-position:-44px 0px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-100px 0; }
a.left:active  	{ background-position:-100px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/mod/bcs/jquery_slideshow/images/updown.png) no-repeat; 
	float: left;
	margin: 10px 50px;
	width:39px;
	height:25px;
	cursor:pointer;
}

/* up */
a.up:hover  		{ background-position:0px -100px; }
a.up:active  		{ background-position:0px -100px; }

/* down */
a.down 				{ background-position: 0px -144px; }
a.down:hover  		{ background-position:0px -44px; }
a.down:active  	{ background-position:0px -44px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

