/* outmost wrapper element */
#scrollable {
	padding:10px 8px;
	width:965px;
	height: 130px;
	position: absolute;
	bottom: 0px;
}

/* container for the scrollable items */
#scrollable .items {
	height:110px;
	margin-left: 16px;
	float:left;
	/*width:880px !important;*/
}



/* single item */
#scrollable .items a {
	display:block;
	float:left;
	width:103px;
	margin-right: 16px;
	height:103px;
	background:url(../images/item.png) 0 0 no-repeat;
	font-size:50px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 4px;
}
#scrollable.MovieTop .items a {
	width:125px;
	height: 95px;
	margin-right: 15px;
	margin-left: 0;
}
#scrollable .items a:hover {
	color:#999;	
}

#scrollable .items a img {
}
#scrollable.MovieTop .items a.active img {
	border: none;
}
#scrollable .items a.active img {
	border: 1px solid #ccc;
}

#scrollable .items a.active {
	width:105px;
	height:105px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 2px;
}
#scrollable.MovieTop .items a.active {
	width:125px;
	height: 95px;
	margin-right: 15px;
	margin-left: 0;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: none;
}
#scrollable a.active {
	width:105px;
	height:98px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 2px;
}

/* next / prev buttons */
#scrollable a.prev, #scrollable a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:40px 0px 0px 0;
	cursor: pointer;
}
#scrollable a.prev {
	background:url(../images/buttons_white/button-left.png);		
}
#scrollable a.prev:hover {
	background:url(../images/buttons_white/button-left-over.png);		
}
#scrollable a.next {
	background:url(../images/buttons_white/button-right.png);		
}
#scrollable a.next:hover {
	background:url(../images/buttons_white/button-right-over.png);		
}


/* navigator */
#scrollable .navi {
	height:0px;
	position: absolute;
	top: 125px;
}

#scrollable.MovieTop .navi {
	height:0px;
	position: absolute;
	top: 125px;
}


/* items inside navigator */
#scrollable .navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/buttons_white/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}
#scrollable .navi span:hover {
	background-position:0 -8px;      
}
#scrollable .navi span.active {
	background-position:0 -16px;     
} 	
