/* ++++++++++++++++++++ Player ++++++++++++++++++++ */

#playercontent{
	margin: 0 0 0 20px;
}
#playercontent h1 {
	color:#000000;
	font-size:140%;
	font-weight:normal;
	margin:20px 0 15px 0;
	padding:0;
	float:left;
}
#player {
	overflow: hidden;
	float: left;
	margin: -1px 0 15px 0;
	color:#000;
	width:512px;
	height:auto;
	text-align:center;
	padding:0;
	background:transparent;
}
#player img {
	margin:158px auto;
}
#playerWrapper {
	width:512px;
	float:left;
	min-height:370px;
	height:auto !important;
	height:370px;
}	
#playerWrapper a#playDirect {
	width:512px;
	display:block;
	text-align:right;
	padding:5px 0px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}	
#playerWrapper a#playDirect:hover {
	text-decoration:underline;
}	
#infoMessage{
	color:#000;
	height:334px;
}

/* ++++++++++++++++++++ Archive ++++++++++++++++++++ */

#playlist{
	float:left;
	min-height:400px;
	height:auto !important; 
	height:400px;
	width:inherit;
}
#playListNav, ul#clip{
	width: 800px;
}
#playListNav {
	display:block;
	float:left;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
#playListNav h2 {
	background:#2D2215;
	color:#FFFFFF;
	float:left;
	font-size:1em;
	height:23px;
	line-height:21px;
	margin:0;
	overflow:hidden;
	padding:0 0 0 10px;
	text-align:left;
	width:740px;
}
ul#clip {
	padding:20px 0 0 0;
	margin:0;
	height:535px
}
ul#clip li {
	width:130px;
	float:left;
	text-align:left;
	min-height:250px;
	height:auto !important;
	height:250px;
	margin:0 30px 9px 0;
	padding:0;
	display:block;
}
ul#clip li.sel p, 
ul#clip li.sel h3, 
ul#clip li.sel h3 a {
	color:#121212;
}
ul#clip li.sel {
	background-color:#e9e3f1;
}
ul#clip li h3 {
	font-size:100%;
	padding:0;
	margin:0 3px;
}
ul#clip li h3 a {
	text-decoration:none;
}
ul#clip li p{
	font-size:90%;
	padding:0px 3px;
	margin:5px 0;
}
ul#clip li img{
	width:128px;
}
ul#clip li span.clipDate{
	color:#2D99E6;
	display:block;
	font-size:0.8em;
	margin:1px 0 0 3px;
} 
ul#clip li#preloader {
	margin:100px 200px;
	display:none;
	width:200px;
	z-index:9000;
	border:none;
	float:none;
	list-style-type:none;
}
ul#clip #pre_box  {
	border:1px solid #c6cfb0;
	width:200px;
	height:10px;
	background-color: #e7e7e7;
}
ul#clip #pre_perc  { 
	background:#c6cfb0; 
	height:10px; 
}
ul#clip #pre_text { 
	font-size:10px; 
	color:#fff; 
	padding:3px 0 0 10px; 
	text-align: center; 
	background: transparent; 
}
.clear{
	height:0;
	font-size:0;
}
/* ++++++++++++++++++++ Paginator ++++++++++++++++++++ */

#nav_gallery {
	clear: both;
	padding:0 30px 30px 150px;
	width: 350px;
	text-align: center;
}
#nav_gallery h3 {
	display: block;
	float: left;
	margin-right: 8px;
	color: #c5baa9;
	background-color: inherit;
	font-weight: normal;
	text-transform: lowercase;
	font-size:15px;
	margin:0;
	padding:0;
}	
#nav_gallery ul {
	display: inline;
	margin:0;
	padding:0;
}
#nav_gallery li {
	display: inline;
}
#nav_gallery li a {
	position: relative;
	top: -3px;
	display: block;
	float: left;
	margin-left: 5px;
	width: 21px;
	height: 21px;
	color: #fff;
	background: #1a1615;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
}
#nav_gallery li.nav_current a, 
#nav_gallery li a:hover {
	color: #000;
	background: #c1191e;
}

/* ++++++++++++++++++++ Side Nav +++++++++++++++++++++ */

.player_nav a{
	float:left;
	padding:0;
	margin:21px 0 0 20px;
	display:block;
	width: 236px;
	height:75px;
}
.player_nav a.first{
	margin:0 0 0 20px;
}
.player_nav img{
	border:none;		
}
.player_nav .but_player_prog:hover, 
.player_nav .but_player_video:hover, 
.player_nav .but_player_audio:hover{
	background-position: 0 top;
}


