
/* player dimensions */
a.flowplayer, a.flowplayer img { display:block; border:0; width:37em; height:28em; margin-right:1.4em; float:left;}
* html a.flowplayer{ margin-right:0.5em;}
* html a.flowplayer img{ margin-right:0.5em;}

/* play button on top of splash image */
div.playButton { background:url(../img/player-video/play.png) no-repeat; width:45px !important; height:45px; position:relative; top:-16em; left:16.5em; margin-bottom:-50px; opacity:0.9; cursor:pointer;}
* html div.playButton{ background:url(../img/player-video/play.gif) no-repeat;}
	div.playButton:hover { opacity:1.0; }

/* items */
div.scrollable{ margin-left:-0.3em; float:left; }
*+html div.scrollable{ margin-top:0.4em;}
* html div.scrollable{ margin-top:-1.5em; margin-left:0.2em;}
	div.scrollable div{ float:left;}
	div.scrollable h2 { margin-top:15px; padding-bottom:0.4em; font-size:1.5em;}
	div.scrollable p { color:#444; font-size:1.1em; margin-right:15px;}
	
div.items { height:28em; float:left; width:55em !important; background-color:#efefef; border:0.1em solid #ddd;}
	div.items div { width:55em;}

/* next / prev buttons */
a.prev, a.next { display:block; width:30px; height:30px; float:left; background-repeat:no-repeat; margin-top:12.5em;}
a.prev { background:url(../img/player-video/button-left.gif); margin-right:10px; cursor:pointer;}
	a.prev:hover { background:url(../img/player-video/button-left-over.gif);}
a.next { background:url(../img/player-video/button-right.gif); margin-left:10px; cursor:pointer;}
	a.next:hover { background:url(../img/player-video/button-right-over.gif);}
	
/* tabs */ 
ul.navi { margin:0; padding:0; height:1.45em; position:relative; top:0.8em; left:39px; width:53em; }
*+html ul.navi{ top:0.2em;}
* html ul.navi{ top:2em;}
	ul.navi li { background:url(../img/player-video/tab-left.gif) left top no-repeat; padding-left:0.3em; float:left; margin:0;list-style-type:none;}
		ul.navi a { background:url(../img/player-video/tab-right.gif) right top no-repeat; padding:3px 12px; border-bottom:0.1em solid #D2D2D2; text-decoration:none; display:block; color:#333; font-size:1.1em; cursor:pointer;}
		ul.navi li.active a { background-position:100% -150px; border-bottom:0.1em solid #fff; cursor:default;}
		ul.navi a:hover { background-position:100% -150px; border-bottom:0.1em solid #fff;}
		ul.navi li.active { background-position:0 -150px;}

