@charset "UTF-8";
/* CSS Document */

/* 
	this file contains all styles for different scrollable 
	implementations in Flowplayer website
*/


/* outmost wrapper element */
#scrollable {
	background-color:#FFF;
	border:1px solid #666;
	padding:10px 0px;
	width:716px;
	height:70px;
	position:absolute;
	top:670px;
	left:43px;
}

/* container for the scrollable items */
div.items {
	height:70px;	
	margin-left:0px;
	margin-right:0px;
	float:left;
}

/* single item */
div.items a {
	display:block;
	float:left;
	width:135px;
	height:66px;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

.name {
	position:relative;
	bottom:65px;
	left:65px;
	font-weight:bold;
	font-size:10px;
	width:70px;
	color:#333;
	font-family:'century gothic';
	text-decoration:none;
	text-align:left;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:20px;
	height:20px;
	float:left;
	background-repeat:no-repeat;	
	margin:21px 0px 0 0;
	cursor:pointer;
}

a.prev {
	background:url(../rework-images/prev.jpg) no-repeat;		
}

a.prev:hover {
	background:url(../rework-images/prevhover.jpg) no-repeat;		
}

a.next {
	background:url(../rework-images/next.jpg) no-repeat;		
}

a.next:hover {
	background:url(../rework-images/nexthover.jpg) no-repeat;		
}


/* 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(../img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

#contents {
	position:relative;
	left:112px;
}

#new-in-label {
	position:absolute;
	left:25px;
	top:30px;
}
	