@charset "utf-8";
/* CSS Document */


	/* make elements a little more centered */
	/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	:focus   { -moz-outline-style:none; }
	
	
	/* container has a background image */
a.player {
	margin:0 auto 10px;
	display:block;
	width:425px;
	height:298px;
	padding:0 auto;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border: 1px solid #cccccc;
}
.mm {background:url(../images/screenshots/mm1.jpg) no-repeat;}
.three {background:url(../images/vid_holder300.gif) no-repeat;}
.six {background:url(../images/vid_holder600.gif) no-repeat;}
.trial {background:url(../images/vid_holderAIR.gif) no-repeat;}
.precious {background:url(../images/vid_holderPrecious.gif) no-repeat;}
.ff {background:url(../images/vid_holderFF.gif) no-repeat;}
.giants {background:url(../images/vid_holderGiants.gif) no-repeat;}
.locs {background:url(../images/vid_holderLOCS.gif) no-repeat;}
.other {background:url(../images/vid_holderOther.gif) no-repeat;}
/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}


	

#pl {
	height:80px;
	background:#ffffff;
	padding:10px;
	border:1px solid #ddd;
	width:507px;
	margin: 10px auto
}

#pl div.entries {
	height:80px;
	float:left;
}

#pl div.entries a {
	background:transparent url(../images/entry.png) no-repeat scroll 0%;
	color:#666;
	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:#666666;
	font-style:normal;
}

#pl a.nextPage, #pl a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../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(../images/right.png);	
}
