/* 
	this file contains all styles for different scrollable 
	implementations in Flowplayer website
*/


/* outmost wrapper element */

.category-scrollbar {
	width: 1001px;
}

#scrollable {
	background: #000 url(../images/filmcsik.gif) repeat-x -3px 2px;
	padding:20px 0 10px 0;
	width:1000px;
	height:94px;
	position: relative;
}

#scrollable .items-container {
	height:85px;
	overflow:hidden;
	width:902px;
	padding-left: 4px;
}

.filmcsik {
	background: #000 url(../images/filmcsik.gif) repeat-x -3px 2px;
	height: 20px;
}

.nav-info {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	position:absolute;
	right:20px;
	text-align:center;
	top:34px;
}

/* container for the scrollable items */
div.items {
	height:84px;	
	float:left;
	overflow:hidden;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:5px;
	width:120px;
	height:80px;
	border: 2px solid #fff;
	text-decoration:none;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	cursor: pointer;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
	position: absolute;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(../images/left.gif);
	right:56px;
	top:58px;
}

a.prev:hover {
	background-position: 0 -30px;	
}

a.next {
	background:url(../images/right.gif);	
	right:11px;
	top:58px;
}

a.next:hover {
	background-position: 0 -30px;	
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
