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

/* the border */

.videoGalleryBorder { 
	position:absolute;
	left:85px;
	top:35px;
	/*top:25px;*/
}
.vp2_html5_bottomPlaylistBorder {
	position:relative;
	/*border: 1px solid #688d32;*/

}

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


.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%;
}



/* FIND ME */

/* universalWhite */

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

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


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

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


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

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


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

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

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

.vp2_html5_bottomPlaylist.universalWhite .VideoSeek .ui-slider-range {
	background: #688d32;
}


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


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

}

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

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

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

.vp2_html5_bottomPlaylist.universalWhite .VolumeSlider .ui-slider-handle.ui-state-hover {
	background: #688d32;
}

.vp2_html5_bottomPlaylist.universalWhite .VolumeSlider .ui-slider-range {
	background: #688d32;
}

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

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

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

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

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


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





.vp2_html5_bottomPlaylist.universalWhite .thumbsHolderWrapper {
	position:absolute;
	background:url(images/universalWhite/empty.png);
	height:70px;
	width:100%;
	overflow:hidden;
}
.vp2_html5_bottomPlaylist.universalWhite .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:70px;
	overflow:hidden;
}
.vp2_html5_bottomPlaylist.universalWhite .thumbsHolder {
	position:absolute;

}
.vp2_html5_bottomPlaylist.universalWhite .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:90px;
	height:65px;
	cursor: pointer;

}


/*.vp2_html5_bottomPlaylist.universalWhite .thumbsHolder_ThumbON {
	background:url(images/universalWhite/thumbActiveArrow2.png) center 15px no-repeat;
	height:65px;
}*/

.vp2_html5_bottomPlaylist.universalWhite .thumbsHolder_ThumbOFF img {
	position:relative;
	min-width:90px;
	min-height:65px;
}

.vp2_html5_bottomPlaylist.universalWhite .thumbsHolder_ThumbON img {
	background:#688d32;
}/**/


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

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

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

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

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

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











.hideElement {
	display:none;
}