/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	width:250px;
	height:180px;
	margin-right:15px;
	float:left;
	background-color:#000;
	/*border:1px solid #ddd;*/
}


*html a.flowplayer{
	float:left;
	/*margin-left:15px;*/
	padding:0;
	width:250px;

}
*html a.flowplayer img {
	margin:0 -10px 0 0;
	border:0;
	padding:0;
}

/* play button on top of splash image */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:45px !important;
	height:66px;
	position:relative;
	top:-115px;
	left:105px;	
	margin-bottom:-50px;
	opacity:0.9;
}

div.playButton:hover {
	opacity:1.0;		
}

/* items */
div.scrollable {float:left;margin-left:-30px;}
/*html div.scrollable {float:left;margin-left:-30px;}*/
.videoscroll{width:220px;/*width:250px;*/}
.featscroll{width:440px; /*direction:ltr;width:470px;*/}
.lessonscroll{width:440px; /*direction:ltr;width:470px;*/}

div.items {	/*float:left;*/float:left;}
.videoitems{ height:215px;width:250px;}
.featitems{ height:215px;width:470px; }
.lessonitems{ height:215px;width:470px; }

div.items .videoitems div{width:250px;}
div.items .featitems div{width:470px;}
div.items .lessonitems div{width:470px;}


div.scrollable div {		
	float:left;
}
*html div.scrollable div {		
	padding-left:20px;
}



.videoitems p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.8em;
	clear:both;
	text-align:right;
	direction:rtl;
	padding:0 14px 0 0 !important;
}

*html .videoitems p{
	padding:0;
}

/*div.scrollable p {font-size:.8em; direction:rtl; font-family:Tahoma; margin:5px 3px 2px 2px;}*/

/* next / prev buttons */
a.prev1, a.next1{
	display:block;
	width:20px;
	height:20px;
	float:left;
	background-repeat:no-repeat;	
	/*margin-top:70px;*/
}



a.prev1 {
	background:url(../img/button-left.gif);
	margin-right:4px;
	margin-left:10px;
}

a.prev1:hover {
	background:url(../img/button-left-over.gif);
	cursor: pointer;		
}

a.next1 {
	background:url(../img/button-right.gif);
	margin-left:4px;
}

a.next1:hover {
	background:url(../img/button-right-over.gif);	
	cursor: pointer;	
}

/*Featured box buttons*/

a.prev2, a.next2 {
	display:block;
	width:16px;
	height:16px;
	float:left;
	background-repeat:no-repeat;	
	/*margin-top:70px;*/
}
a.prev2 {
	margin-right:4px;
	margin-left:10px;
	background-image: url(../img/scroll_left.gif);
}

a.prev2:hover {
	background:url(../img/scroll_left.gif);
	cursor: pointer;		
}

a.next2 {
	background:url(../img/scroll_right.gif);
	margin-left:4px;
}

a.next2:hover {
	background:url(../img/scroll_right.gif);
	cursor: pointer;			
}

