/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
/**/
.scrollable {
	clear: both;


	position:relative;
	overflow:hidden;
	z-index: 1;



}


.scrollable .items {

	width:20000em;
	position:absolute;
	clear:both;
	height: 343px;

}

.items div {
	float:left;

 }


.scrollable img {


	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/**/








.scrollable {
	float:left;
}


a.browse {
	background:url(http://www.festivaltelevisionyradio.com/images/scroll.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}


a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; }



a.left				{ margin-left: 0px; }
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


a.up, a.down		{
	background:url(http://www.festivaltelevisionyradio.com/img/scrollable/arrow/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}


a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }


a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; }



a.disabled {
	visibility:hidden !important;
}


.navi 				{ float: left; height: 16px; margin: 0px 0px 0px 2px; }
.navi a 				{ float: left; margin: 0px 2px 0px 0px;}
.navi a				{ width: 18px; height: 16px; float: left; text-decoration: none;
						  background: transparent url(http://www.festivaltelevisionyradio.com/images/scroll-nav.gif) no-repeat bottom left; }
.navi a:hover		{ width: 18px; height: 16px; float: left;
						  background: transparent url(http://www.festivaltelevisionyradio.com/images/scroll-nav-roll.gif) no-repeat bottom left; }
.navi a.active 	{ width: 18px; height: 16px; float: left;
						  background: transparent url(http://www.festivaltelevisionyradio.com/images/scroll-nav-roll.gif) no-repeat bottom left; }