	/* make elements a little more centered */
	body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../video_images/all_bg.gif);
	}
	
	/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	
	
	/* container has a background image */
a.player {
	margin-top:0px;
	display:block;
	width:640px;
	height:480px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../video_images/3m.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* splash image */
a.player img {
	margin-top:250px;
	border:0;
}
#bottom-logo
{
	text-align: center;
	width: 595px;
}

#container
{
	height: 725px;
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 15px solid #003333;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	:focus   { -moz-outline-style:none; }

#playList
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 98px;
}


	

#pl {
	height:80px;
	padding:10px;
	width:652px;
	background-image: none;
	background-repeat: repeat-x;
}

#pl div.entries {
	height:80px;
	float:left;
}

#pl div.entries a {
	background:transparent url(../video_images/entry.png) no-repeat scroll 0%;
	color:#1A7031;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin-right:7px;
	padding:10px;
	text-decoration:none;
	width:117px;
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {
	float:right;
	margin-top:15px;
	color:#0066FF;
	font-style:normal;
}

#pl a.nextPage, #pl a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../video_images/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage:hover, #pl a.prevPage:hover {
	background-position:0px -18px;		
}

#pl a.nextPage {
	background-image:url(../video_images/right.png);	
}
