
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:202px;
	height:202px;
	border:1px solid #242e8b;
	margin-bottom: 20px;	
}

a.playing {
	width: 750px !important;
	height: 562px !important;
	border: none;
}

/* play button on top of splash screenn */
div.playButton {
	background:url(play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-175px;
	left:75px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}


/* override primary div width */

#primary {
	width: 900px !important;
}

#secondary {display: none;}

#contentareawrap {background: url(bg_mid_container_inside_tutorial.jpg) repeat-y !important;}

#primary p {
	font-size: 14px !important;
}

#contentarea .innerwrap {background: none !important;}
