.flowplayer_playlist_w_50_style_1_box {
	background:url("/images/boxes/black_gradient_w_50.png") no-repeat scroll left top transparent;
	display:block;
	width:464px;
	height:302px;
	float:left;
	position:relative;
}
.flowplayer_playlist_w_50_style_1_box .liner{
	padding:15px 13px;
}
.flowplayer_playlist_w_50_style_1_box.right {
	float:right;
}
.flowplayer_playlist_w_50_style_1_box .player {
	float:left;
	height:245px;
	margin-top:10px;
	width:315px;
}
.flowplayer_playlist_w_50_style_1_box .playlist a {
	display:block;
	text-align:right;
	margin-bottom:2px;
	position:relative;
}
.flowplayer_playlist_w_50_style_1_box .playlist {
	float:left;
	height:230px;
	width:123px;
	margin-top:23px;
}
.flowplayer_playlist_w_50_style_1_box .playlist a img {
	border:1px solid gray;
}
.flowplayer_playlist_w_50_style_1_box .playlist a .indicator {
	position:absolute;
	visibility: hidden;
	width:49px; height:49px;
	top:12px;
	left:0px;
}
.flowplayer_playlist_w_50_style_1_box .playlist a:hover .indicator {
	visibility: visible;
	background:url("/images/objects/playlist_indicator_play.png") center center no-repeat;
}
.flowplayer_playlist_w_50_style_1_box .playlist a.playing .indicator {
	visibility: visible;
	background:url("/images/objects/playlist_indicator_pause.png") center center no-repeat;
}
.flowplayer_playlist_w_50_style_1_box .playlist a.paused .indicator {
	visibility: visible;
	background:url("/images/objects/playlist_indicator_play.png") center center no-repeat;
}


/* ---------------------- scrolling css --------------------------------------------------------------------------------- */



.flowplayer_playlist_w_50_style_1_box .scrollable {
	overflow:hidden;
	height:230px;
	position:relative;
}
.flowplayer_playlist_w_50_style_1_box .scrollable .items {
	height:20000em; /* this cannot be too large */
	position:absolute;
	width:123px;
}
/* the slide determines scroll distance. Each scroll event will move to the beginning of the next item, so it must be set to have the same dimension as the .scrollable box */
.flowplayer_playlist_w_50_style_1_box .items div.slide {
	height:230px;
}


/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}
/* ---------------------- control buttons ---------------------------- */
.flowplayer_playlist_w_50_style_1_box a.browse {
	display:block;
	height:17px;
	background:url(/images/boxes/arrow_u_d.png) no-repeat;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	width:123px;
	right:0;
}
.flowplayer_playlist_w_50_style_1_box a.browse:hover {
  filter:alpha(opacity=60);
  opacity:0.6;
}

.flowplayer_playlist_w_50_style_1_box a.down{ 
	background-position: 36px 0px;
	bottom:15px;
} 


.flowplayer_playlist_w_50_style_1_box a.up {
	background-position: 36px -17px;
}

.flowplayer_playlist_w_50_style_1_box a.disabled {
	visibility:hidden !important;		
} 	
