/* this makes it possible to add next button beside scrollable */
.scrollable
{
	float: left;
}
.hd_scrollable
{
	float: left;
}
/* prev, next, prevPage and nextPage buttons */
a.browse
{
	background: url(images/hori_large.png) no-repeat;
	display: block;
	width: 22px;
	height: 24px;
	float: left;
	margin: 45px 2px;
	cursor: pointer;
	font-size: 1px;
	z-index: 1000;
}
a.browse2
{
	background: url(images/hori_large.png) no-repeat;
	width: 22px;
	height: 24px; /*float:left;*/
	position: absolute;
	margin: 84px 0 0 20px;
	cursor: pointer;
	font-size: 1px;
	z-index: 1000;
	border: none;
	float: left;
}
.browse2
{
	background: url(images/hori_large.png) no-repeat;
	display: block;
	width: 22px;
	height: 24px; /*float:left;*/
	position: absolute;
	margin: 84px 0 0 20px;
	cursor: pointer;
	font-size: 1px;
	z-index: 1000;
	border: none;
}
/* right */
a.right
{
	background-position: 0 -24px;
	clear: right;
	margin-right: 0px;
}
/*a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }*/

/* right2 */
a.right2
{
	background-position: 0 -24px;
	clear: right;
	margin-left: 496px;
}
.right2
{
	background-position: 0 -24px;
	clear: right;
	margin-left: 496px;
}
a.right3
{
	background-position: 0 24px;
	clear: right;
	margin-left: 480px;
}
/*a.right2:hover 		{ background-position:-30px -30px; }
a.right2:active 	{ background-position:-60px -30px; }*/

/* left */
a.left
{
	margin-left: 0px;
}
/*a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }*/

/* disabled navigational button */
a.disabled
{
	visibility: hidden;
}
