body {
	background-color:#0D0D0D;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	cursor:default;
}
h1{  
	width:244px;  
	height:74px;  
	margin:0;  
	overflow: hidden;
	background:url(../images/playboytv.png) no-repeat; 
	position:absolute;
	top:0px;
	left:10px; 
}  
h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{  
	display: block;  
	width:244px;  
	height:74px;
	text-indent: -100000px;  
}

a img    				{ border:none; }

.templatewrapper  	{ width:930px; }

/* Player Wrapper Style*/
.outer_box 			{ width:930px; height:538px; margin:0 auto; background:url(../images/boxbg.png); background-repeat:no-repeat; position:relative; }
.inner_box 			{ width:905px; height:505px; margin:0 auto; background:url(../images/inner_box.png); background-repeat:no-repeat; position:absolute; top:23px; left:13px;	 }
.info_box 			{ width:905px; height:74px; position:relative; }
.title_box			{ width:525px; height:30px; position:absolute; top:19px; left:368px; text-align:right; }
.main_text 			{ font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:normal; font-size:14px; }
.title_text			{ font-family:Arial, Helvetica, sans-serif; color:#02E0FF; font-weight:normal; font-size:14px; }
a.title_text		{ font-family:Arial, Helvetica, sans-serif; color:#02E0FF; font-weight:normal; font-size:14px; text-decoration:none;}
.player_wrapper 		{ width:885px; height:361px; margin:0 auto; margin-top:4px; }
.control_box 		{ width:885px; height:97px; margin:0 auto; position:absolute; left:7px; top:430px; }
.pbcallto 			{ height:97px; width:885px; z-index:10; }

.title1  			{  font-size:50px; color:white; position:absolute; top:0; left:0; } 


.left				{ width:640px; float:left; }
.right				{ width:245px; float:right; }

/* Playlist Style*/
.playlist			{ height:360px; }
.playlist .clips 	{ height:356px; overflow-y:auto; overflow-x:hidden; }
.clips 				{ width:240px; }
.clips  ul 			{ list-style-type:none; margin:0; padding:0; }	
.clips  ul li 			{ float:left; height:135px; width:240px; padding:0 0 5px 0; }	 
.clips a 			{ cursor:pointer; }
.clips  ul img  		{ border:solid #000 1px; width:240px; }
.clips  ul a:hover img  { border:solid #ff1c00 1px; }

/* Player Style*/	
a.player 			{ display:block; width:640px; height:360px; text-align:center; cursor:pointer; background:url(..images/<?=$row->id?>.<?=$row->image?>) no-repeat; z-index:-10; }
a.player img 			{ margin-top:125px; border:0; z-index:-10; }


