
/* DEPRECATED FILE */




/* this makes it possible to add next button beside scrollable */
.scrollable
{
	float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage
{
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/scrollable/arrow/left.png) no-repeat;
	float: left;
	margin: 43px 10px;
	cursor: pointer;
	font-size: 1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover
{
	background-position: 0px -18px;
}

/* disabled navigational button */
a.disabled
{
	visibility: hidden !important;
}

/* next button uses another background image */
a.next, a.nextPage
{
	background-image: url(../img/scrollable/arrow/right.png);
	clear: right;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi
{
/*	margin-left: 2px;*/
	width: 100%;
	height: 10px;
}


/* items inside navigator */
.navi a
{
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../images/ScrollImages/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

/* mouseover state */
.navi a:hover
{
	background-position: 0 -8px;
}

/* active state (current page state) */
.navi a.active
{
	background-position: 0 -16px;
}

a:active
{
	outline: none;
}
:focus
{
	-moz-outline-style: none;
}
/* main vertical scroll */#main
{
	position: relative;
	overflow: hidden;
	height:288px; 
}
/* root element for pages */#pages
{
	
	position: absolute;
	height:267px; 
}
/* single page */.page
{
	
	background-position: 0 0;
	padding: 5px;
	height:276px; 
	/*background:url(../images/ScrollImages/navigator.png) repeat-x 0 0;*/
	width: 600px;
	/*margin-top:2px;
	margin-bottom:2px;*/
}
/* root element for horizontal scrollables */.scrollable
{
	
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 250px;
}
/* root element for scrollable items */.scrollable .items
{
	width: 20000em;
	position: absolute;
	clear: both;
}
/* single scrollable item */.item
{
	float: right;
	/*cursor: pointer;*/
	width: 590px;
	height:250px;
	padding: 5px;
	text-align:right;
	padding-right:15px;
	line-height:15px;
	text-align:justify;
}
/* main navigator */#main_navi
{
	float: right;
	padding: 0px !important;
	margin: 0px !important;

}
#main_navi li
{
	/*background-color: #8D8D8D;*/
	border-top: 1px solid #666;
	clear: both;
	color: Black;
	font-size: 12px;
	height: 75px;
	list-style-type: none;
	padding: 10px;
	width: 190px;
	cursor: pointer;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #F4F8FA;
}
#main_navi li:hover
{
	background-color: #E0ECF1;
}
#main_navi li.active
{
	background-color: Transparent;
	border-left-width:0px;
}
#main_navi img
{
	float: left;
	margin-right: 10px;
}
#main_navi strong
{
	display: block;
}
#main div.navi
{
	margin-left: 250px;
	cursor: pointer;
}

.navi a.active {
	background-position:0 -16px;     
} 	


