@charset "utf-8";
/* CSS Document */

#flowplayer_outter_container_v2 {

width: 695px;
height: 419px; 

/*background-color:#333333;*/
background-image:url(../images/flowplayer_frame.png);
background-repeat:no-repeat;
margin: 0 0 0 0px;
padding: 0;
}

#flowplayer_outter_container {
position:absolute;
width: 913px;
min-height: 419px;
/*background-color:#333333;*/
background-image:url(../images/flowplayer_frame.png);
background-repeat:no-repeat;
margin: 0 0 0 8px;
padding: 0;
}

#flowplayer_video_v2 {
position:relative;
width: 668px;
min-height: 385px;
/*background-image:url(../images/TemporaryVideoPlaceholder.jpg);
background-repeat:no-repeat;*/
/*margin: 17px 0 0 17px;*/
float: left;
left: 17px;
top: 17px;
padding: 0;
}

#flowplayer_video {
position:relative;
width: 668px;
min-height: 385px;
/*background-image:url(../images/TemporaryVideoPlaceholder.jpg);
background-repeat:no-repeat;*/
/*margin: 17px 0 0 17px;*/
float: left;
left: 17px;
top: 17px;
padding: 0;
}

#flowplayer_playlist_v2 {
position:relative;
/*top: 14px;*/
	margin-right:0px;
	min-height: 300px;
	color: #e9e9eb;
/*	background-color:#0C3*/;
}

#flowplayer_playlist {
position:relative;
float:right;
top: 14px;
width: 215px;
/*	margin: 14px 0 0 695px;*/
	padding:0;
	min-height: 300px;
	color: #e9e9eb;
/*	background-color:#0C3*/;
}

#flowplayer_playlist h1, #flowplayer_playlist_v2 h1{
	font-size:26px;
	color: #e9e9eb;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align:center;}
	
	
/*see http://flowplayer.org/demos/playlist/index.html for 'advanced' playlist styles*/


/** move and modify these styles to the stylesheet as desired **/
/*
#clips a {
  display: block;
width: 253px;
  width: 223px;  
  height: 71px; 
  color: #333333;
  background: url(/images/playlist_item_background_combined2.gif) no-repeat 0px 0px;
  text-decoration:none;
  cursor:pointer;
}
#clips a:hover {
	background-position:0 -71px;
}
#clips a.paused {
	background-position:0 -142px;
}
#clips a.playing, #clips a.playing:hover {
	background-position:0 -214px;
}*/
.clip_data {
  margin-left: 65px;
  height: 72px;
  width: 158px;
}
.clip_data td {
  vertical-align: center;
  font-size:11px;
  letter-spacing: 0px;
}

.clip_thumb { 
  width: 58px; 
}
	
