
/*
skins available:
	- futuristicElectricBlue
	- futuristicChrome
	- universalBlack
	- universalWhite
	- giant
*/
/*
:-webkit-full-screen #vp2_html5_rightSidePlaylist_UB {
  width: 100%;
  height: 100%;
}
*/
/* the border */

.vp2_html5_rightSidePlaylistBorder {
	position:relative;
}

/* the container 
.vp2_html5_rightSidePlaylist {
	background:#000000;
}
*/
.vp2_html5_rightSidePlaylist 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%;
}

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

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


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

/* play */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoPlay {
	float:left;
	cursor: pointer;
	display: block;
	width: 57px;
	height: 19px;
	margin:1px 0px 0px -10px;
	background: url(images/futuristicElectricBlue/play-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoPlay:hover {	
    background: url(images/futuristicElectricBlue/play-on.png) no-repeat;	
}
/* pause */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoPause {
	width: 57px;
	height: 19px;
	background: url(images/futuristicElectricBlue/pause-off.png) no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoPause:hover {
	background: url(images/futuristicElectricBlue/pause-on.png) no-repeat;
}


/*.vp2_html5_rightSidePlaylist.futuristicElectricBlue video {
	float: left;
}*/

/* buffer */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoBuffer {
	position:absolute;
	height: 5px;
	margin: 7px 0px 0px 100px;
	background:url(images/futuristicElectricBlue/seek_bg.png) 0 0 repeat-x;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoBuffer .ui-widget-content {  }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoBuffer .ui-widget-header { background:#999999;  }


/* seek */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoSeek {
	float:left;
	cursor: pointer;
	position:relative;		
	height: 5px;
	margin: 7px 0px 0px 14px;
	background:none;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoSeek .ui-slider-handle {
	display:none;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoSeek .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoSeek .ui-slider-range {
	background: #69a1fe;
}


/* timer */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoTimer {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 3px;
	right:87px;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
/* fullscreen */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoFullScreen {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 39px;
	height: 19px;
	background:url(images/futuristicElectricBlue/fullscreen-off.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoFullScreen:hover {
	background:url(images/futuristicElectricBlue/fullscreen-on.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoFullScreenIn {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 39px;
	height: 19px;
	background:url(images/futuristicElectricBlue/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoFullScreenIn:hover {
	background:url(images/futuristicElectricBlue/fullscreen-in-on.png) 0 0 no-repeat;
}


/* volume container */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeAll {
	float:left;
	position: absolute;
	bottom: 0px;
	right: 29px;
	overflow: hidden;
	width: 48px;
	height: 19px;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeAll:hover {	
	height: 130px;
	padding-bottom: 5px;
}

/* volume slider */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeSlider {	
	position: relative;
	height: 100px;
	width: 7px;	
	visiblity: hidden;
	opacity: 0;
	border: 1px solid #444;
	background:#333333;
	left: 20px;
	bottom:-13px;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeAll:hover .VolumeSlider {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeSlider .ui-slider-handle {
	display:none;	
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeSlider .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeSlider .ui-slider-range {
	background: #69a1fe;
}

/* volume button Mute & UnMute*/
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeButton {
	position: absolute;
	bottom: 0px;
	padding-right:0px;
	display: block;
	width: 48px;
	height: 19px;
	background: url(images/futuristicElectricBlue/volume-off.png) no-repeat;
}

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

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeButtonMute {
	position: absolute;
	bottom: 0px;
	padding-right:0px;
	display: block;
	width: 48px;
	height: 19px;
	background: url(images/futuristicElectricBlue/volumeMute-off.png) no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VolumeButtonMute:hover {
	background: url(images/futuristicElectricBlue/volumeMute-on.png) no-repeat;
}

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

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoShowHidePlaylist_onlyShow {
	background: url(images/futuristicElectricBlue/show-playlist-off.png) no-repeat;	
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoShowHidePlaylist_onlyShow:hover {	
	background: url(images/futuristicElectricBlue/show-playlist-on.png) no-repeat;	
}


/* info but */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoInfoBut {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 4px;
	right:127px;
	width: 12px;
	height: 12px;
	background: url(images/futuristicElectricBlue/info-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoInfoBut:hover {	
    background: url(images/futuristicElectricBlue/info-on.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoInfoBox {
	display:none;
	position: absolute;
	left:10px;
	bottom:20px;
	height:110px;
	overflow:hidden;
	background:url(images/futuristicElectricBlue/infoBox_bg.png) 0 0 repeat-x;
	padding:0 10px 10px 10px;
	text-align:left;
	overflow:auto;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoInfoBox .movieTitle {
	color:#69a1fe;
	font-size:12px;
	font-weight:bold;
	padding:8px 0px;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .VideoInfoBox .movieDesc {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:1.4em;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolderWrapper {
	position:absolute;
	background:url(images/universalWhite/empty.png);
	/*height:121px;
	width:100%;*/
	height:100%;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolderVisibleWrapper {
	position:absolute;
	/*width:100%;
	height:121px;*/
	height:100%;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder {
	position:absolute;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbOFF {
	display:block;
	height:96px;
	background:url(images/futuristicElectricBlue/bgPlaylistUnit.png) #f2f2f2;
	cursor: pointer;
	text-align:left;
	line-height:1.4em;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbOFF  .padding {
	padding:10px;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbOFF .title {
	font: bold 13px 'Droid Sans', sans-serif;
	line-height: 14px;
	color:#f7f7f7;
	display:inline-block;
	padding-bottom:5px;
	overflow:hidden;
	display:block;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbOFF .reg {
	font: 11px Arial, sans-serif;
	line-height: 14px;
	color:#cccccc;
	overflow:hidden;
	display:block;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbOFF img {
	position:relative;
	float:left;
	margin-right:10px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbON img {
	outline: 2px solid #69a1fe;
	position:relative;
	float:left;
	margin-right:10px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbON {
	background:url(images/futuristicElectricBlue/bgPlaylistUnitOn.png) #f2f2f2;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbON .title {
	color:#69a1fe;
}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .thumbsHolder_ThumbON .reg {
	color:#FFF;
}

/*  scroller start */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical {
	display:none;
	position:absolute;
	width:6px;
	margin-left:-3px;
}

.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider { position: relative;}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 6px; height: 25px; cursor: pointer; background:url(images/futuristicElectricBlue/scrollerFaceOFF.png) 0 0 no-repeat; }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider .ui-slider-handle:hover {  background:url(images/futuristicElectricBlue/scrollerFaceON.png) 0 0 no-repeat; }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }


.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider-vertical { width: 6px; height: 100px; }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -25px;; border: 0; }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* Component containers
----------------------------------*/
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-widget-content { /*background: #ff7800;*/}
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical .ui-widget-header { /*background: #24ff00;*/ }


/* Corner radius */
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-corner-all {}

/* Interaction states
----------------------------------
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-state-default {background: #000000; }
.vp2_html5_rightSidePlaylist.futuristicElectricBlue .slider-vertical.ui-state-hover { background: #FFF000;  }
*/
/*  scroller end */

/**  Halloween  */

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

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


/* rewind */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoRewind {
	float:left;
	cursor: pointer;
	display: block;
	width: 39px;
	height: 19px;
	margin:1px 0px 0px 0px;
	background: url(images/futuristicElectricOrange/rewind-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoRewind:hover {	
    background: url(images/futuristicElectricOrange/rewind-on.png) no-repeat;	
}

/* play */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoPlay {
	float:left;
	cursor: pointer;
	display: block;
	width: 57px;
	height: 19px;
	margin:1px 0px 0px -10px;
	background: url(images/futuristicElectricOrange/play-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoPlay:hover {	
    background: url(images/futuristicElectricOrange/play-on.png) no-repeat;	
}
/* pause */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoPause {
	width: 57px;
	height: 19px;
	background: url(images/futuristicElectricOrange/pause-off.png) no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoPause:hover {
	background: url(images/futuristicElectricOrange/pause-on.png) no-repeat;
}


/*.vp2_html5_rightSidePlaylist.futuristicElectricHalo video {
	float: left;
}*/

/* buffer */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoBuffer {
	position:absolute;
	height: 5px;
	margin: 7px 0px 0px 100px;
	background:url(images/futuristicElectricOrange/seek_bg.png) 0 0 repeat-x;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoBuffer .ui-widget-content {  }
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoBuffer .ui-widget-header { background:#999999;  }


/* seek */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoSeek {
	float:left;
	cursor: pointer;
	position:relative;		
	height: 5px;
	margin: 7px 0px 0px 14px;
	background:none;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoSeek .ui-slider-handle {
	display:none;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoSeek .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoSeek .ui-slider-range {
	background: green; /* #69a1fe;  */
}


/* timer */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoTimer {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 3px;
	right:87px;
	color: orange;
	font-size: 11px;
	font-weight: normal;
}
/* fullscreen */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoFullScreen {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 39px;
	height: 19px;
	background:url(images/futuristicElectricOrange/fullscreen-off.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoFullScreen:hover {
	background:url(images/futuristicElectricOrange/fullscreen-on.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoFullScreenIn {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 39px;
	height: 19px;
	background:url(images/futuristicElectricOrange/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoFullScreenIn:hover {
	background:url(images/futuristicElectricOrange/fullscreen-in-on.png) 0 0 no-repeat;
}


/* volume container */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeAll {
	float:left;
	position: absolute;
	bottom: 0px;
	right: 29px;
	overflow: hidden;
	width: 48px;
	height: 19px;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeAll:hover {	
	height: 130px;
	padding-bottom: 5px;
}

/* volume slider */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeSlider {	
	position: relative;
	height: 100px;
	width: 7px;	
	visiblity: hidden;
	opacity: 0;
	border: 1px solid #ff8400;
	background:#333333;
	left: 20px;
	bottom:-13px;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeAll:hover .VolumeSlider {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeSlider .ui-slider-handle {
	display:none;	
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeSlider .ui-slider-handle.ui-state-hover {
	background: #fff;
}
/* internal slide fill */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeSlider .ui-slider-range {
	background: green;
}

/* volume button Mute & UnMute*/
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeButton {
	position: absolute;
	bottom: 0px;
	padding-right:0px;
	display: block;
	width: 48px;
	height: 19px;
	background: url(images/futuristicElectricOrange/volume-off.png) no-repeat;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeButton:hover {
	background: url(images/futuristicElectricOrange/volume-on.png) no-repeat;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeButtonMute {
	position: absolute;
	bottom: 0px;
	padding-right:0px;
	display: block;
	width: 48px;
	height: 19px;
	background: url(images/futuristicElectricOrange/volumeMute-off.png) no-repeat;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VolumeButtonMute:hover {
	background: url(images/futuristicElectricOrange/volumeMute-on.png) no-repeat;
}

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

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoShowHidePlaylist_onlyShow {
	background: url(images/futuristicElectricOrange/show-playlist-off.png) no-repeat;	
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoShowHidePlaylist_onlyShow:hover {	
	background: url(images/futuristicElectricOrange/show-playlist-on.png) no-repeat;	
}


/* info but */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoInfoBut {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 4px;
	right:127px;
	width: 12px;
	height: 12px;
	background: url(images/futuristicElectricOrange/info-off.png) no-repeat;	
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoInfoBut:hover {	
    background: url(images/futuristicElectricOrange/info-on.png) no-repeat;	
}

/* Info Box Popup */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoInfoBox {
	display:none;
	position: absolute;
	left:10px;
	bottom:20px;
	height:70px;
	overflow:hidden;
	background:url(images/futuristicElectricOrange/infoBox_bg.png) 0 0 repeat-x;
	padding:0 10px 10px 10px;
	text-align:left;
	overflow:auto;
}
/* Info Box Title */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoInfoBox .movieTitle {
	color:orange; /* #69a1fe; */
	font-size:12px;
	font-weight:bold;
	padding:8px 0px;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .VideoInfoBox .movieDesc {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:1.4em;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolderWrapper {
	position:absolute;
	background:url(images/universalWhite/empty.png);
	/*height:121px;
	width:100%;*/
	height:100%;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolderVisibleWrapper {
	position:absolute;
	/*width:100%;
	height:121px;*/
	height:100%;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder {
	position:absolute;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbOFF {
	display:block;
	height:96px;
	background:url(images/futuristicElectricOrange/bgPlaylistUnit.png) #f2f2f2;
	cursor: pointer;
	text-align:left;
	line-height:1.4em;
	overflow:hidden;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbOFF  .padding {
	padding:10px;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbOFF .title {
	font: bold 13px 'Droid Sans', sans-serif;
	line-height: 14px;
	color:#f7f7f7;
	display:inline-block;
	padding-bottom:5px;
	overflow:hidden;
	display:block;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbOFF .reg {
	font: 11px Arial, sans-serif;
	line-height: 14px;
	color:#cccccc;
	overflow:hidden;
	display:block;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbOFF img {
	position:relative;
	float:left;
	margin-right:10px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbON img {
	outline: 2px solid orange;
	position:relative;
	float:left;
	margin-right:10px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbON {
	background:url(images/futuristicElectricOrange/bgPlaylistUnitOn.png) #f2f2f2;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbON .title {
	color:orange;
}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .thumbsHolder_ThumbON .reg {
	color:#FFF;
}

/*  scroller start */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical {
	display:none;
	position:absolute;
	width:12px;
	margin-left:-6px;
}

.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider { position: relative;}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 12px; height: 25px; cursor: pointer; background:url(images/futuristicElectricOrange/scrollerFaceOFF.png) 0 0 no-repeat; }
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider .ui-slider-handle:hover {  background:url(images/futuristicElectricOrange/scrollerFaceON.png) 0 0 no-repeat; }
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; }


.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider-vertical { width: 12px; height: 100px; }
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider-vertical .ui-slider-handle { left: 0px; margin-left: 0px; margin-bottom: -25px;; border: 0; }
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* Component containers
----------------------------------*/
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-widget-content { /*background: #ff7800;*/}
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical .ui-widget-header { /*background: #24ff00;*/ }


/* Corner radius */
.vp2_html5_rightSidePlaylist.futuristicElectricHalo .slider-vertical.ui-corner-all {}


.hideElement {
	display:none;
}
