.scrollable {
	float:left;	
	margin-left: 11px;
	position:relative;
	overflow:hidden;
	width: 357px;
	height:87px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items .element {
	float:left;
	width:367px;
	height:80px;
}

div.scrollable a.innerItem {
	display:block;
	float:left;
	margin-top:5px;
	width:117px;
	height:76px;
	border:1px solid #212121/*#838B8B*/;
	color:#ffffff;
	cursor:default;
	text-decoration:none;
}

div.scrollable a.innerItem:hover {
	border: 1px solid #ffffff;
}

.mOver {
	border: 1px solid #ffffff !important;
}

a.current {
	background-color:#ffffff;
	color:#0090C6 !important;
	border:none !important;
	height:78px !important;
}

a.innerItem div.text {
	margin:5px 0px 0px 5px;
	font:"Arial Black";
	font-size:10px;
	font-weight:normal;
}

.vid {
	width:109px;
	height:51px;
	margin:5px 0px 0px 4px;
}

.playBtn {
	float:left;
	background-image:url("/images/play.png");
	width:49px;
	height:17px;
	margin-top:30px;
	margin-left:5px;	
}

.playBtn:hover {
	background-image:url("/images/play-hover.png");
}

a.browse {
	display:block;
	width:17px;
	height:30px;
	margin-top:30px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{  background:url("/images/right-arrow.png") no-repeat; float:right; margin-right:8px;}

/* left */
a.left				{ background:url("/images/left-arrow.png") no-repeat; float:left; margin-left:8px;} 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	





