
/* DEPRECATED FILE */




/* 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 {
	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;	
}


/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 825px;
}

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

/* single page */
.page {
	padding:10px;
	height: 805px;
	background:#222 url(http://static.flowplayer.org/img/global/gradient/h600.png) 0 0 repeat-x;
	_background: #222;
	_background-image: none;
	width:520px;
	color: #fff;
	font-size: 11px;
}

.page .content{
	display: block;
	float: left;
	width: 490px;
	height: 184px;
	padding-left: 12px;
}

.page .content h4{
	background-color: #555;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px 5px 3px 5px;
	width: 100%;
}

.page .content ul{
	margin: 0;
	padding: 0;
	/*background-color: #333;*/
	width: 100%;
	display: block;
	float: left;
}

.page .content ul li{
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
	padding-bottom: 3px;
	display: block;
	border-bottom: 1px solid #333;
}

.page .content li li{
	display: inline-block;
	width: 45%;
	margin-top: 3px;
	margin-bottom: 0;
	margin-right: 20px;
	float: left;
	border: none;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 520px;
	height: 465px;
	margin-bottom: 5px;
}

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


/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:510px;
	height:465px;
	padding:5px;
	/*background-color: #000;*/
	text-align: center;
}

.item img{
	border: 5px solid #000;
}


/* main navigator */
#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:pointer;
}

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


/* position and dimensions of the navigator */
div.navi {
	/*margin-left:328px;*/
	width:500px;
	height:85px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}


/* items inside navigator */
div.navi a {
	width:75px;
	height:75px;
	float:left;
	margin-right:5px;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	border: 3px solid #000;
}

/* mouseover state */
div.navi a:hover {
	border: 3px solid #666;
	background-position:0 -8px;      
}

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



/******** Sponsor ****************/

.sponsor{
	float: right;
	width: 100%;
	margin-top: 10px;
	/*margin-right: 10px;
	padding: 10px 0 10px 0;
	background-color: #333;*/
}

.sponsor .sponsor_item{
	float: right;
	margin-right: 10px;
}
