/* Copyright (C) 2005-2009 Brothers Media */


/* PLAYER LOGO 1 */
div#pl1_wrapper {
	position: absolute;
	width: 312px;
	}
div#pl1_logo {
	margin: 0 auto;
	margin-top: 7px;
	width: 93%;
	background: transparent url('../images/box-logo01.png') no-repeat center center;	
	height: 45px;
	line-height: 45px;
	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px;	
	}
div#pl1_wrapper a {
	height: 100%;
	width: 100%;
	}
/* PLAYER LOGO 1 END */


/* PLAYER MODERN */
div#pm_bar {
	position: relative;
	top: 170px; 
	margin: 0;
	margin: 0 auto;
	padding: 0;
	width: 93%;
	}
	
div.pm_button { 	
	background: transparent url('../images/pm_button-bg.png') repeat left top;	
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px;
  width: 40px;	
	}	
div.pm_button:hover { 	
	background: #333;	
	}
	
div.pm_button-pause {
	float: left;
	margin-right: 5px;	
	}
div.pm_button-play {
	float: left;
	margin-right: 5px;	
	}
div.pm_button-embed	{
	float: right;
	}	
/* PLAYER MODERN END */