/* this makes it possible to add next button beside scrollable */
.jqt-scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
#b10showcase a.browse {
	background:url(../images/slider-leftright-buttons.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	margin-top: 170px;
	cursor:pointer;
	font-size:1px;
}

/* right */
#b10showcase a.right 	{ background-position: 0 -30px; clear:right; margin-right: 0px;}
#b10showcase a.right:hover 	{ background-position:-30px -30px; }
#b10showcase a.right:active 	{ background-position:-60px -30px; }


/* left */
#b10showcase a.left		{ margin-left: 20px;}
#b10showcase a.left:hover  	{ background-position:-30px 0; }
#b10showcase a.left:active  	{ background-position:-60px 0; }

/* up and down 
#b10showcase a.up, #b10showcase a.down	{
    background:url(../images/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

// up 
#b10showcase a.up:hover  { background-position:-30px 0; }
#b10showcase a.up:active { background-position:-60px 0; }

// down 
#b10showcase a.down 		{ background-position: 0 -30px; }
#b10showcase a.down:hover 	{ background-position:-30px -30px; }
#b10showcase a.down:active  	{ background-position:-60px -30px; }
*/

/* disabled navigational button */
#b10showcase a.disabled {
    visibility:hidden !important;
} 	
