@charset "UTF-8";
/* CSS Document */
@import url("../webfonts/texgyreadventor_regular/stylesheet.css");
@import url("../webfonts/texgyreadventor_bold/stylesheet.css");

body { margin: 0;
	padding: 0;
	background-color: #000;
	font-family: "texgyreadventor regular";
}

.DS-logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
.DS-logo img { width: 100%; height: 100%; }


#containingDiv { width:752px;margin:0 auto; padding:0; }
@media all and (min-width:1200px){ #containingDiv { width:752px;margin:0 auto; padding:0; } }
@media all and (max-width:768px){ #containingDiv { width:100%;margin:0 auto;padding:0; } }


/* 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%;
}


/* giant */
.vp2_html5_bottomPlaylist.giant {
	float: left;
	position: relative;
	font-size:11px;
}

.vp2_html5_bottomPlaylist.giant .VideoControls {
	position: absolute;
	left:0;
	bottom:45px;
	float: left;
	clear: both;
	width: 100%;
}


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

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


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

/* buffer */
.vp2_html5_bottomPlaylist.giant .VideoBuffer {
	position:absolute;
	height: 17px;
	margin: 35px 0px 0px 225px;
	background:url(images/seek_bg.png) 0 0 repeat-x;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	padding:0 0px;
}
.vp2_html5_bottomPlaylist.giant .VideoBuffer .ui-widget-content {  }
.vp2_html5_bottomPlaylist.giant .VideoBuffer .ui-widget-header { 
	background:#CCCCCC;
	height:13px;
	margin-top:2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}


/* seek */
.vp2_html5_bottomPlaylist.giant .VideoSeek {
	position:absolute;
	height: 13px;
	margin: 37px 0px 0px 229px;
	cursor: pointer;
}

.vp2_html5_bottomPlaylist.giant .VideoSeek .ui-slider-handle {
	width: 19px;
	height: 19px;
	margin-left:-10px;
	top:-5px;
	border: 2px solid #FFFFFF;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;	
	background: #000000;
}

.vp2_html5_bottomPlaylist.giant .VideoSeek .ui-slider-handle.ui-state-hover {
	background: #04abf2;
}

.vp2_html5_bottomPlaylist.giant .VideoSeek .ui-slider-range {
	background: #04abf2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-left:-2px;
}


/* timer */
.vp2_html5_bottomPlaylist.giant .VideoTimer {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 23px;
	right:51px;
	color: #fff;
	padding:7px 0px 0px 17px;
	font-size: 10px;
	font-weight: bold;
	background:url(images/timer.png) 0 0 no-repeat;
	width:45px;
	height:29px;
}
/* fullscreen */
.vp2_html5_bottomPlaylist.giant .VideoFullScreen {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 27px;
	right: 23px;
	width: 36px;
	height: 36px;
	background:url(images/fullscreen-off.png) 0 0 no-repeat;
}
.vp2_html5_bottomPlaylist.giant .VideoFullScreen:hover {
	background:url(images/fullscreen-on.png) 0 0 no-repeat;
}
.vp2_html5_bottomPlaylist.giant .VideoFullScreenIn {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 27px;
	right: 23px;
	width: 36px;
	height: 36px;
	background:url(images/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp2_html5_bottomPlaylist.giant .VideoFullScreenIn:hover {
	background:url(images/fullscreen-in-on.png) 0 0 no-repeat;
}


/* volume container */
.vp2_html5_bottomPlaylist.giant .VolumeAll {
	float:left;
	position: absolute;
	margin: 16px 0px 0px 153px;
	overflow: hidden;
	width: 58px;
	height: 58px;

}

.vp2_html5_bottomPlaylist.giant .VolumeAll:hover {	
	height: 220px;
	background:url(images/VolumeSliderBg.png) 18px 10px no-repeat;
	left:0px;
	bottom:14px;
}

/* volume slider */
.vp2_html5_bottomPlaylist.giant .VolumeSlider {	
	position: relative;
	height: 140px;
	width: 23px;	
	visiblity: hidden;
	opacity: 0;
	left: 18px;
	bottom:-17px;
}
.vp2_html5_bottomPlaylist.giant .VolumeAll:hover .VolumeSlider {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.vp2_html5_bottomPlaylist.giant .VolumeSlider .ui-slider-handle {
	width: 19px;
	height: 19px;
	left: 0px;
	margin-bottom:-8px;
	margin-left:0;
	border: 2px solid #FFFFFF;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;	
	background: #000000;

}

.vp2_html5_bottomPlaylist.giant .VolumeSlider .ui-slider-handle.ui-state-hover {
	background: #04abf2;
}

.vp2_html5_bottomPlaylist.giant .VolumeSlider .ui-slider-range {
	background: #04abf2;
	width:11px;
	left:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

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

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

.vp2_html5_bottomPlaylist.giant .VolumeButtonMute {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 58px;
	height: 58px;
	background: url(images/volumeMute-off.png) no-repeat;
}
.vp2_html5_bottomPlaylist.giant .VolumeButtonMute:hover {
	background: url(images/volumeMute-on.png) no-repeat;
}


/*show/hide playlist */
.vp2_html5_bottomPlaylist.giant .VideoShowHidePlaylist {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 27px;
	right:140px;
	width: 36px;
	height: 36px;
	background: url(images/show-playlist-off.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.giant .VideoShowHidePlaylist:hover {	
    background: url(images/show-playlist-on.png) no-repeat;	
}

.vp2_html5_bottomPlaylist.giant .VideoShowHidePlaylist_onlyShow {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 27px;
	right:140px;
	width: 36px;
	height: 36px;
	background: url(images/hide-playlist-off.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.giant .VideoShowHidePlaylist_onlyShow:hover {	
    background: url(images/hide-playlist-on.png) no-repeat;	
}

/* info but */
.vp2_html5_bottomPlaylist.giant .VideoInfoBut {
	float:left;
	cursor:pointer;
	position: absolute;
	bottom: 27px;
	right:108px;
	width: 36px;
	height: 36px;;
	background: url(images/info-off.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.giant .VideoInfoBut:hover {	
    background: url(images/info-on.png) no-repeat;	
}
.vp2_html5_bottomPlaylist.giant .VideoInfoBox {
	display:none;
	position: absolute;
	right:10px;
	top:10px;
	width: 50%;
	min-height:50px;
	overflow:hidden;
	background:url(images/infoBox_bg.png) 0 0 repeat-x;
	padding:0 10px 10px 10px;
	margin-bottom:100px;
	text-align:left;
}
.vp2_html5_bottomPlaylist.giant .VideoInfoBox a {
	color: #fff;
	text-decoration: none;
}
.vp2_html5_bottomPlaylist.giant .VideoInfoBox a:hover {
	color: #fff;
	text-decoration: underline;
}
.vp2_html5_bottomPlaylist.giant .VideoInfoBox .movieTitle {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:8px 0px;
}
.vp2_html5_bottomPlaylist.giant .VideoInfoBox .movieDesc {
	font-size:11px;
	color:#FFFFFF;
	line-height:1.4em;
}









.vp2_html5_bottomPlaylist.giant .thumbsHolderWrapper {
	position:absolute;
	background:#000000;
	height:121px;
	width:100%;
	overflow:hidden;
}
.vp2_html5_bottomPlaylist.giant .thumbsHolderVisibleWrapper {
	position:absolute;
	width:100%;
	height:121px;
	overflow:hidden;
}
.vp2_html5_bottomPlaylist.giant .thumbsHolder {
	position:absolute;
}
.vp2_html5_bottomPlaylist.giant .thumbsHolder_ThumbOFF {
	float:left;
	display:block;
	width:110px;
	height:65px;
	cursor: pointer;
}

.vp2_html5_bottomPlaylist.giant .thumbsHolder_ThumbOFF img {
	position:relative;
	/*min-width:110px;
	min-height:65px;*/
}

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

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

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

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

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

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


.hideElement {
	display:none;
}