
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 550px;
	height:100px;
	/* custom decorations */
	background:url(/img/global/gradient/h300.png) repeat-x;
	padding-left:0px;
	text-align:left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	padding-left:0px;
	border:none;
	text-align:left;
}

/* single scrollable item */
.scrollable .divItem {
	float:left;
	margin:10px 6px 10px 5px;
	padding:2px;
	padding-left:0px;
	border:2px solid #000000;
	cursor:pointer;
	width:75px;
	height:55px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

.scrollable .divItem:hover {
	text-decoration:none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
}

.scrollable .inactiveItem {
	float:left;
	margin:10px 6px 10px 5px;
	padding:2px;
	padding-left:0px;
	border:2px solid #000000;
	width:92px;
	height:65px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

.scrollable .InactiveItem:hover {
	text-decoration:none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

/* active item */
.scrollable .active {
	border:2px solid #fff;
	z-index:9999;
	position:relative;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
	text-decoration:none;

}


.VideoPartStyle{
	color:#FFFFFF;
	display:block;
	font:3.2em Cambria,Palatino,Georgia,serif;
	letter-spacing:-0.075em;
	padding:0px;
	text-align:center;
	margin-top:0px;
}


.scrollable .divItemHome {
	float:left;
	margin:10px 1px 10px 3px;
	padding:0px;
	padding-left:0px;
	border:1px solid #999999;
	cursor:pointer;
	width:211px;
	height:126px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.scrollable .homeItem{
	padding:4px;
	text-align:left;
	background-color:#000000;
	border-top:1px solid #111111;
	bottom:0;
	opacity:0.8;
	text-align:left;
	width:203px;
	height:40px;
	margin-top:77px;
	overflow:hidden;
	font-size:10px;
	color:#EEE;

}

.outerScrollabeDiv {
width:870px;height:152px;
}
