#gallery { display: block; overflow: hidden; }
.jw_playlist_playlist {
	float:none;
	width: 110%;
	height: 60px;
	overflow-y: auto;
	overflow-x: hidden;
	position:relative;
	padding-right: -10px;
}

.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 {
	padding: 5px 0px 5px 2%;
	position: relative;
	display:block;
	height: 50px;
	width: 96%;
}
* html .jw_playlist_item {
	height: 60px;
	width: 98%;
}

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

.jw_playlist_title {
	font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 10%;
}

.jw_playlist_description {
}

.even {
	background: url(/01NET/External_Site/Images_V4/gallery_item_even.gif) repeat-x left top; 
	color: #FFF;
}

.odd {
	background: url(/01NET/External_Site/Images_V4/gallery_item_odd.gif) repeat-x left top;
	color: #CCC;
}

.playing {
	position: absolute;
	top: 0px;
}
