/* CSS Document */
/*
/*	CSS/multimedia.css
*/

/* flow player */
/* styling of the container. */ 
div.playlistWrapper {
	float:left;
	text-align:left;
}
div.playerWrapper {
	margin-left:300px;
} 

.playerInfo {
	background:url(flowplayer/assets/h80.png);
}	

div#playerSidebar {
	margin-left: 415px;
	width:auto:
	overflow:auto;
	} 
	
/* scrollable */
div.itemsDetail {
	margin-left:150px; margin-top:0px; margin-bottom:0px; margin-right:10px;
	padding:0px;
	text-align:left;
	border:none;
}
/* overlay */
div.overlay {
	background:url(flowplayer/assets/white.png) no-repeat;
/*	background:url(flowplayer/assets/transparent.png) no-repeat; */
	padding:40px;	
/*	width:576px;  */
	width:750px;
/* 	width:1040px;	for Rafe's large slides */
	display:none;
}
 
div.overlay div.close {
	background:url(flowplayer/assets/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 
a.player { 		
	display:block;
	height:350px;	
}

a#playerScienceOnSTJ { 		
	display:block;
	height:350px;	
	height:570px;  /* this works */
	width:730px;
}

div.box {
	background:url(flowplayer/assets/h80.png);
	width:425px;
}	

.hoverOver {
	background-color:#633;
	color:#caae84;
	cursor: pointer;
}
/* eof */
