a:active {
  outline:none;
}

:focus {
}
/* DEPRECATED FILE */


/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 515px;
	width: 620px;
	float:left;
}

/* root element for pages */
#pages {
	position:absolute;
	width:20000em;
}

/* single page */
.page {
	padding:0;
	height: 515px;
	width:620px;
	float:left;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 620px;
	height: 465px;
}

/* root element for scrollable items */
.scrollable .items {
	height:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:620px;
	height:465px;
	padding:0;
}
.item img {
	width:620px;
	height:465px;
}

/* main navigator */
#main {
	margin-top:1px;
	}
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	background-color:#333;
	border-top:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	padding:10px;
	width:190px;
	cursor:pointer;
}

#main_navi li:hover {
	background-color:#444;
}

#main_navi li.active {
	background-color:#555;
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

#main div.navi {
	margin-left:250px;
	cursor:auto;
}


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

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage, a.previn, a.nextin {
	width:620px;
	text-align:center;
	height:21px;
	float:left;
	cursor:pointer;
	font-size:10px;
}
a.prev {
	width:15px;
	height:20px;
	margin:245px 5px 0 0;
	float:left;
	padding:0;
	background-image: url(../img/left.png);
	background-position: -15px 0px;
	background-repeat: no-repeat;
	}
a.next {
	width:15px;
	height:20px;
	margin:245px 0 0 5px;
	float:left;
	padding:0;
	background-image: url(../img/right.png);
	background-position: -15px 0px;
	background-repeat: no-repeat;
	}
a.prev:hover {	
	background-position: 0px 0px;
	}
a.next:hover {	
	background-position: 0px 0px;
	}
a.previn img, a.nextin img {
}
a.previn {
	margin-right: 297px;
	width: 13px;
	float:left;
	text-align:left;
	background-image: url(../img/up.png);
	background-position: -13px 6px;
	background-repeat: no-repeat;
}
a.nextin {
	margin: 0px 297px;
	width: 13px;
	float:left;
	text-align:left;
	background-image: url(../img/down.png);
	background-position: -13px 6px;
	background-repeat: no-repeat;
}
a.previn:hover {	
	background-position: 0px 6px;
	}
a.nextin:hover {	
	background-position: 0px 6px;
	}

/* mouseover state */


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

/* next button uses another background image */
a.next, a.nextPage {
	clear:right;	
}



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


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


.item {
	color:#FFF;
	}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	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;     
} 	

