/* PLAYLIST WRAPPER */

#vid-pl-wrap{
	height: 250px;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}

/* PLAYLIST STYLES */
object , embed{
	float: left;
	margin-left: 45px;
	margin-top: 2px;
}

.jw_playlist_playlist {
	float: left;
	width: 460px;
	height: 270px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 50px;
	[if gte IE 6]>float:left;<![endif]
}

.jw_playlist_image {
	width: 75px;
	height: auto;
}

.jw_playlist_image_div {
	border: 1px solid #000000;
	padding: 0 5px;
	margin: 0 5px;
	float:left;
	background-color:white;
}

.jw_playlist_item {
	color: #FFF;
	
}
.jw_playlist_item:hover {
	color: #CFF;
	
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	
	text-align: left;
}

.jw_playlist_description {
	padding:10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	
}
.jw_playlist_description:hover {
	/* background-color:#B7CADD; */
	
	background-image: url(../images/playlist-hover.png);
	background-repeat: repeat-x;
}

.even {
}

.odd {
}

.playing {
	background-color:#B2D9F4;
	background-image: url(../images/playlist-hover.png);
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.playing:hover {
	color: #333;
}

