/*
skins available:
	- futuristicElectricBlue
	- futuristicChrome
	- universalBlack
	- universalWhite
	- giant
*/

/* the border */

.vp2_html5_bottomPlaylistBorder {
	position:relative;
}

/* the container */
.vp2_html5_bottomPlaylist {
	background:#000000;
}

.vp2_html5_bottomPlaylist p {
	margin:0;
	padding:0;
}


.xplaylist {
	display:none;
}

/* jquery ui styles */
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left:-0.6em;
	cursor: default;
	outline: none;
}

.ui-slider-range {
	display:block;
	width:100%;	
	height:100%;
	left:0;
	bottom: 0;
	border:0 none;
	position:absolute;
	z-index:1;
}

.ui-progressbar { 
	/*height: 5px;*/
}
.ui-progressbar-value {
	height:100%;
}


/* universalBlack */
.vp2_html5_bottomPlaylist.universalBlack {
	float: left;
	position: relative;
	font:11px Arial, Helvetica, sans-serif;
}

.vp2_html5_bottomPlaylist.universalBlack .VideoControls {
	position: absolute;
	left:0;
	bottom:0px;
	float: left;
	clear: both;
	width: 100%;
	background:url(images/universalBlack/controllers_bg.png) 0 0 repeat-x;
}


/* rewind */
.vp2_html5_bottomPlaylist.universalBlack .VideoRewind {
	float:left;
	cursor: pointer;
	display: block;
	width: 39px;
	height: 20px;
	margin:2px 0px 0px 0px;
	background: url(images/universalBlack/rewind-off.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.universalBlack .VideoRewind:hover {	
    background: url(images/universalBlack/rewind-on.png) no-repeat;	
}

/* play */
.vp2_html5_bottomPlaylist.universalBlack .VideoPlay {
	float:left;
	cursor: pointer;
	display: block;
	width: 47px;
	height: 21px;
	margin:1px 0px 0px 0px;
	background: url(images/universalBlack/play-off.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.universalBlack .VideoPlay:hover {	
    background: url(images/universalBlack/play-on.png) no-repeat;	
}
/* pause */
.vp2_html5_bottomPlaylist.universalBlack .VideoPause {
	width: 47px;
	height: 21px;
	background: url(images/universalBlack/pause-off.png) no-repeat;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoPause:hover {
	background: url(images/universalBlack/pause-on.png) no-repeat;
}


/*.vp2_html5_bottomPlaylist.universalBlack video {
	float: left;
}*/

/* buffer */
.vp2_html5_bottomPlaylist.universalBlack .VideoBuffer {
	position:absolute;
	height: 3px;
	margin: 10px 0px 0px 101px;
	background:#999;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoBuffer .ui-widget-content {  }
.vp2_html5_bottomPlaylist.universalBlack .VideoBuffer .ui-widget-header { background:#ffffff;  }


/* seek */
.vp2_html5_bottomPlaylist.universalBlack .VideoSeek {
	float:left;
	cursor: pointer;
	position:relative;		
	height: 8px;
	margin: 10px 0px 0px 15px;
}

.vp2_html5_bottomPlaylist.universalBlack .VideoSeek .ui-slider-handle {
	display:none;
}

.vp2_html5_bottomPlaylist.universalBlack .VideoSeek .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.vp2_html5_bottomPlaylist.universalBlack .VideoSeek .ui-slider-range {
	background: #00adef;
}


/* timer */
.vp2_html5_bottomPlaylist.universalBlack .VideoTimer {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 4px;
	right:56px;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
/* fullscreen */
.vp2_html5_bottomPlaylist.universalBlack .VideoFullScreen {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 1px;
	right: 5px;
	width: 27px;
	height: 18px;
	background:url(images/universalBlack/fullscreen-off.png) 0 0 no-repeat;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoFullScreen:hover {
	background:url(images/universalBlack/fullscreen-on.png) 0 0 no-repeat;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoFullScreenIn {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 1px;
	right: 5px;
	width: 27px;
	height: 18px;
	background:url(images/universalBlack/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoFullScreenIn:hover {
	background:url(images/universalBlack/fullscreen-in-on.png) 0 0 no-repeat;
}


/* volume container */
.vp2_html5_bottomPlaylist.universalBlack .VolumeAll {
	float:left;
	position: absolute;
	bottom: -1px;
	right: 5px;
	overflow: hidden;
	width: 48px;
	height: 18px;

}

.vp2_html5_bottomPlaylist.universalBlack .VolumeAll:hover {	
	height: 130px;
	padding-bottom: 8px;
}

/* volume slider */
.vp2_html5_bottomPlaylist.universalBlack .VolumeSlider {	
	position: relative;
	height: 100px;
	width: 6px;	
	visiblity: hidden;
	opacity: 0;
	background:#333333;
	left: 9px;
	bottom:-15px;
}
.vp2_html5_bottomPlaylist.universalBlack .VolumeAll:hover .VolumeSlider {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.vp2_html5_bottomPlaylist.universalBlack .VolumeSlider .ui-slider-handle {
	display:none;	
}

.vp2_html5_bottomPlaylist.universalBlack .VolumeSlider .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.vp2_html5_bottomPlaylist.universalBlack .VolumeSlider .ui-slider-range {
	background: #00adef;
}

/* volume button Mute & UnMute*/
.vp2_html5_bottomPlaylist.universalBlack .VolumeButton {
	position: absolute;
	bottom: 2px;
	padding-right:0px;
	display: block;
	width: 23px;
	height: 18px;
	background: url(images/universalBlack/volume-off.png) no-repeat;
}

.vp2_html5_bottomPlaylist.universalBlack .VolumeButton:hover {
	background: url(images/universalBlack/volume-on.png) no-repeat;
}

.vp2_html5_bottomPlaylist.universalBlack .VolumeButtonMute {
	position: absolute;
	bottom: 2px;
	padding-right:0px;
	display: block;
	width: 23px;
	height: 18px;
	background: url(images/universalBlack/volumeMute-off.png) no-repeat;
}
.vp2_html5_bottomPlaylist.universalBlack .VolumeButtonMute:hover {
	background: url(images/universalBlack/volumeMute-on.png) no-repeat;
}

/*show/hide playlist */
.vp2_html5_bottomPlaylist.universalBlack .VideoShowHidePlaylist {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom:1px;
	right:107px;
	width: 25px;
	height: 18px;
	background: url(images/universalBlack/show-playlist-off.png) no-repeat;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoShowHidePlaylist:hover {	
    background: url(images/universalBlack/show-playlist-on.png) no-repeat;	
}

.vp2_html5_bottomPlaylist.universalBlack .VideoShowHidePlaylist_onlyShow {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom:1px;
	right:107px;
	width: 25px;
	height: 18px;
	background: url(images/universalBlack/hide-playlist-off.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.universalBlack .VideoShowHidePlaylist_onlyShow:hover {	
    background: url(images/universalBlack/hide-playlist-on.png) no-repeat;	
}


/* info but */
.vp2_html5_bottomPlaylist.universalBlack .VideoInfoBut {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 1px;
	right:87px;
	width: 25px;
	height: 18px;
	background: url(images/universalBlack/info-off.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.universalBlack .VideoInfoBut:hover {	
    background: url(images/universalBlack/info-on.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.universalBlack .VideoInfoBox {
	display:none;
	position: absolute;
	left:10px;
	bottom:22px;
	height:110px;
	overflow:hidden;
	background:url(images/universalBlack/infoBox_bg.png) 0 0 repeat-x;
	padding:0 10px 10px 10px;
	text-align:left;
	overflow:auto;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoInfoBox .movieTitle {
	color:#00adef;
	font-size:18px;
	font-weight:bold;
	padding:8px 0px;
}
.vp2_html5_bottomPlaylist.universalBlack .VideoInfoBox .movieDesc {
	font:16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:1.4em;
}





.vp2_html5_bottomPlaylist.universalBlack .thumbsHolderWrapper {
	position:absolute;
	background:#000000;
	height:150px;
	width:100%;
	overflow:hidden;
}
.vp2_html5_bottomPlaylist.universalBlack .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:130px;
	overflow:hidden;
}
.vp2_html5_bottomPlaylist.universalBlack .thumbsHolder {
	position:absolute;
}
.vp2_html5_bottomPlaylist.universalBlack .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:169px;
	height:120px;
	cursor: pointer;
}

.vp2_html5_bottomPlaylist.universalBlack .thumbsHolder_ThumbOFF img {
	position:relative;
	/*min-width:169px;
	min-height:120px;*/
}

.vp2_html5_bottomPlaylist.universalBlack .thumbsHolder_ThumbON {
	/*background:url(images/universalBlack/thumbActiveArrow.png) center 13px no-repeat;*/
	background:url(images/universalBlack/thumbActiveArrow.png) center 0px no-repeat;	
}
.vp2_html5_bottomPlaylist.universalBlack .carouselLeftNav {
	position:absolute;
	width:29px;
	height:121px;
	background:url(images/universalBlack/carouselLeftNav.png) 0 0 no-repeat;
	cursor: pointer;
}

.vp2_html5_bottomPlaylist.universalBlack .carouselLeftNav:hover {
	background:url(images/universalBlack/carouselLeftNavOn.png) 0 0 no-repeat;
}

.vp2_html5_bottomPlaylist.universalBlack .carouselLeftNavDisabled {
	background:url(images/universalBlack/carouselLeftNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.vp2_html5_bottomPlaylist.universalBlack .carouselLeftNavDisabled:hover {
	background:url(images/universalBlack/carouselLeftNavDisable.png) 0 0 no-repeat;
}

.vp2_html5_bottomPlaylist.universalBlack .carouselRightNav {
	position:absolute;
	width:29px;
	height:121px;
	background:url(images/universalBlack/carouselRightNav.png) 0 0 no-repeat;
	cursor: pointer;
}

.vp2_html5_bottomPlaylist.universalBlack .carouselRightNav:hover {
	background:url(images/universalBlack/carouselRightNavOn.png) 0 0 no-repeat;
}

.vp2_html5_bottomPlaylist.universalBlack .carouselRightNavDisabled {
	background:url(images/universalBlack/carouselRightNavDisable.png) 0 0 no-repeat;
	cursor:default;
}
.vp2_html5_bottomPlaylist.universalBlack .carouselRightNavDisabled:hover {
	background:url(images/universalBlack/carouselRightNavDisable.png) 0 0 no-repeat;
}


.hideElement {
	display:none;
}