#programsTitle {
	padding:10px;
}

/* outmost wrapper element, containing all elements  */
#scrollable {
	border:0px solid #ddd;
	padding:10px 10px 10px 10px;
	width:980px;
	height:350px;
	margin-top:0px;
	-moz-border-radius:0px;
	text-align:center

}

/* container for the scrollable items */
div.items {
	height:264px;	
	margin-left:30px;
	margin-right:30px;
	float:left;
	width:840px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:0px;
	width:280px;
	height:264px;
	
	font-size:11px;
	color:#ccc;
	line-height:0px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;
	background:url(../images/highlight.png) 0 0 no-repeat
}

div.items a.active {
	background-position:0px 0;		
	color:#555;
	cursor:default;
	background:url(../images/highlight.png) 0 0 no-repeat
}


/* next / prev buttons */
a.prev, a.next {
	background:url(../images/arrowLeft.png) no-repeat 0 0;
	display:block;
	width:40px;
	height:40px;
	float:left;	
	margin:0px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(../images/arrowRight.png)		
}

a.prev:hover {
	background-position:0 -40px;		
}

a.next:hover {
	background-position:0 -40px;		
}


/* navigator */
div.navi {
	width:80px;
	height:8px;
	text-align:center;
	padding: 10px;
	margin-left:auto;
	margin-right:auto
}


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