



object , embed{
	float: left;/* WAS left moves player to the left or right*/
}

/* COLOR OF MAIN BODY OF PAGE */
body {
background:#1a1a1a;
color:#343434;
font:74%/140% Verdana, Helvetica, sans-serif;
} 

#wrapper {
margin:1120px auto 0 auto;/* 1120px */
width:1885px;/*1885px*/
}

#content {
float:left;
width:550px;/* 550px */
}

#content-friends {
float:left;/* left */
width:650px;/* 650px */
}

#content p  {
color:#f0f0f0;/* #f0f0f0 */
font-size:0.9em;/* 0.9em */
margin:0 0 40px 50px;/* 0 0 40px 50px */
padding-right:30px;/* right:30px */
}

/* SIZE OF DULL BLACK VIDEO WRAPPER */
#video-wrapper {
background: url ../Videos/img/player-bg.jpg;/*../Videos/img/player-bg.jpg;*/
height:1378px;/*378px;*/
position:absolute;
width:1566px;/*566px*/
margin-left:48px/*48px*/
}

#player {
float:left;		
margin:18px 0 0 18px; /* 18px 0 0 18px; */
}

.jw_playlist_playlist {
	float:left;
	width: 250px;/* WAS 480px width of playlist */
	height: 580px;/* WAS 240px height of playlist*/
	overflow-y: auto;/* WAS auto */
	overflow-x: hidden;/* WAS hidden */
	<!--[if gte IE 6]>float:right;<![endif]-->
}

.jw_playlist_image {
	width: 75px;/* WAS 75px */
	height: auto;/* WAS auto */
}

.jw_playlist_image_div {
	border: 1px solid #00cc00;*//* WAS 1px solid #000000 Border around playlist image*/
	padding: 0 5px;/* WAS 0 5px  */
	margin: 0 5px;/* WAS 0 5px */
	float:left;/* WAS left position of image on playlist*/
	background-color:red; /* WAS red */
}
.jw_playlist_item {
	padding:10px 20px;/* WAS 10px 20px distange playlist is from player*/
}

.clear {
	clear:both;
	height: 0;/* WAS 0 */
}

.jw_playlist_title {
	font-weight: bold;/* WAS  bold*/
}

.jw_playlist_description {
}

.even {
	background-color: #ff0000;/* WAS #ff0000 */
}

.odd {
	background-color: #3399FF;/* WAS #ff0000 */
}

.playing {
	background-color:yellow;/* WAS yellow */
}