/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:inline;
	width:17px;
	height:24px;
	float:left;
	cursor:pointer;
	background-image: url(/images/prev.png);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-position: left top;
	margin-top: 79px;
	margin-left: 2%;
	margin-right: 5px;
	position:relative;
}

/* mouseover state */
a:hover.prev, a:hover.next, a:hover.prevPage, a:hover.nextPage {
display:inline;
	width:17px;
	height:24px;
	float:left;
	cursor:pointer;
	background-image: url(/images/prev.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 777;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-position: -17px top;
	margin-top: 79px;
	margin-left: 2%;
	margin-right: 5px;
}

/* disabled navigational button */
a.disabled {
	visibility:visible!important;	
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;	
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/images/next.png);
	clear:right;
	background-repeat: no-repeat;
	height: 24px;
	width: 17px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-position: left center;
	margin-top: 79px;
	float: right;
	margin-right: 2%;
	margin-left: -2%;
	display: inline;
}
a.next:hover, a.nextPage:hover {
	background-image:url(/images/next.png);
	clear:right;
	background-repeat: no-repeat;
	height: 24px;
	width: 17px;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-position: -17px center;
	margin-top: 79px;
	float: right;
	margin-right: 2%;
	margin-left: -2%;
	display: inline;
}


/*********** navigator ***********/



.sc{
	float: left;
	width: 100%;
/*	clear: both;*/
}
