
	#mediaplayer {	
		width: 300px;
		height: 280px;
		background: #cdcdcd;
		margin-bottom: 15px;
	}
	#mediaplayer .section_bumper {
		background: url('/images/arrow-cutin.png');
		background-repeat: no-repeat;
		background-position: 15px 25px;	
	}
	#mediaplayer h1 {
		margin-bottom: 10px;	
	}
	#mediaplayer .col {
		width: 140px; 
		height: 200px; 
		float: left; 
	}
	#mediaplayer .item {
		width: 120px; 
		height: 90px; 
		background: #cdcdcd; 
		font: bold 25px Arial; 
		margin-bottom: 10px	
	}
	#mediaplayer .item a {
		display: block;
		width: 120px;
		height: 90px;
		text-align: center;
		text-decoration: none;
		line-height: 90px;	
		overflow: hidden;	
	}
	#mediaplayer .scrolldaddy {
		overflow: hidden; 
		width: 260px; 
		height: 200px; 
		margin-top: 5px;
		float: left;
		margin-left: 2px;
		background: #ffffff;
		border-bottom: solid 1px #efefef;
		border-top: solid 1px #efefef;
	}
	#mediaslider {
		margin-top: 5px;
		height: 90px; 
		width: 1560px; 
		position:relative; 
		left: 0px;	
	}
	#mediaplayer .scrollleft {
		width: 16px;
		height: 200px;
		text-align: center;
		float: left;	
		font: bold 15px 'Tahoma';
		background: #b0b0b0;
		color: #efefef;
		border: solid 1px #efefef;
		margin-top: 5px;
	}
	#mediaplayer .scrollleft span {
		line-height: 190px;	
	}
	#mediaplayer .scrollright {
		width: 16px;
		height: 200px;
		text-align: center;
		float: right;	
		font: bold 15px 'Tahoma';
		background: #b0b0b0;
		color: #efefef;
		border: solid 1px #efefef;
		margin-top: 5px;
	}
	#mediaplayer .scrollright span {
		line-height: 190px;	
	}
	#mediaplayer .item {
		width: 120px;
		height: 90px;
		margin-left: 20px;
		float: left;	
		background: #efefef;
	}
	#mediaplayer .links {
		clear: both;
		padding: 10px;
		text-align: center;
		font-weight: bold;
	}
