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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	height:54px;
	float:left;
	margin:40px 5px;
	cursor:pointer;
	font-size:1px;
	text-align: left; color: #444444; font-weight: 800; font-size: 22px; text-shadow: White 0px 1px 0px; font-weight: bold;

}

a.browse:hover {

	color: #222222;

}

a.top {

	margin-top: 30px;

}

a.bottom {

	margin-bottom: 30px;
	margin-top: 0px;

}

/* right */
a.right 				{

	background: url(../img/next_button_1.png) no-repeat;
	padding-top: 13px;
	padding-left: 25px;
	width: 211px;

}



/* left */
a.left				{

	background: url(../img/prev_button_1.png) no-repeat;
	padding-top: 13px;
	padding-left: 55px;
	width: 179px;

}





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

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


/* position and dimensions of the navigator */
/* position and dimensions of the navigator */
div#navi {
	margin: 0px auto 10px auto;
	width:75px;
	height:20px;
}


/* items inside navigator */
div#navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://freedomsoft.com/wp-content/themes/freedomsoft/pandora/css/img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div#navi a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
div#navi a.active {
	background-position:0 -16px;
}
