@charset "UTF-8";
/* ===================== */ 
/* === Z-INDEX 'KEY' === */ 
/*- BUTTONS : 800   -->
<!-- EXITS      : 700   -->
<!-- VIDEOS     : 600   -->
<!-- CONTAINERS : 500   -->
<!-- CONTENT    : 1-400 -->
*/

/* Default style, feel free to remove if not needed. */
body {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	-webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 color: #fff;
	 
}



#border {
	position: absolute;
	width: 300px;
	height: 600px;	
	top: 	0px;
	left: 	0px;	
	z-index: 700;
	background: transparent;
	background: url('img_border.png') no-repeat top;
	pointer-events: none;
	display: block;
}

#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	cursor: hand;
	opacity: 0;
	z-index: 700;
	display: block;
	background: url('IE_fix.png') repeat;
	
}


#introSkip_btn{
	position: absolute;
	right:		0px;
	top:		0px;
	width: 		40px;
    height: 	40px;
    z-index: 	800;
    cursor: 	pointer;
	cursor: 	hand;
    display: 	block;
    opacity:	1;
    overflow: 	hidden;
    background: url('img_introSkip_btn.png') no-repeat top;
}

#introSkip_btn:hover {
	background-position: bottom;
}

#close_btn{
	position: absolute;
	right:		11px;
	top:		10px;
	width: 		40px;
    height: 	40px;
    z-index: 	800;
    cursor: 	pointer;
	cursor: 	hand;
    display: 	none;
    opacity:	1;
    background: url('img_close_btn.png') no-repeat top;
}

#close_btn:hover{
	background-position: bottom;
}

#replay_btn{
	position: 	absolute;
	right:		0px;
	top:		0px;
	width: 		40px;
    height: 	40px;
    z-index: 	800;
    cursor: 	pointer;
	cursor: 	hand;
    display: 	none;
    opacity:	1;
    background: url('img_replay_btn.png') no-repeat top;
    border-top: 1px solid black;
	border-right: 1px solid black;

}

#replay_btn:hover{
	background-position: bottom;
}

#seekBar {
	position:absolute;
	top: 1px;
	left: 30px;
	width: 233px; /* should be the same width as the vid_scrubber_bg*/
	height: 15px;
	opacity: 0;
	-webkit-appearance: none;
    background-color: silver;
	cursor: hand pointer;
	/*border: 1px solid red;*/
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 13px;
    height: 15px;
}

/*------------------------------------*/
/*NEW SCRUBBER*/

.scrubber{
	width: 220px;
	height: 4px;
	position: absolute;	
	left:27px;
	top:7px;
}

.progress-bar {

	left:30px;
	bottom:22px;
	background: #ffffff;
}

.progress {
	width: 220px;
	height:4px;
	position:relative;
	cursor:pointer;
	background: #ffffff; /* fallback */
	
}
.progress span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;

}

.bufferBar{
	z-index:5;
	width:0;
	background: rgba(225,225,225,0.2);
}

.timeBar{
	z-index:10;
	width:0;
	background: #c80913;
	
}

/*------------------------------------*/


#intro_video{
	position: absolute;
	width: 		300px;
	height: 	500px;
	display: 	block;
	cursor: 	hand;
	cursor: 	pointer;
	z-index: 	500;
	
}

#intro_panel {
	position: absolute;
	width: 		300px;
	height: 	100px;	
	bottom: 	0px;
	left: 		0px;	
	background: transparent;
	background: url('img_intro_background.jpg') no-repeat bottom;
	display: 	block;
	z-index: 	100;
}

#intro_TT{
	position: absolute;
	width: 		300px;
	height: 	100px;	
	bottom: 	0px;
	left: 		0px;	
	background: transparent;
	background: url('img_intro_TT.png') no-repeat top;
	z-index: 	120;
}

#resolve_video{
	position: 	absolute;
	width: 		300px;
	height: 	600px;
	display: 	none;
	z-index: 	505;

	
}

#rollover_video{
	position: 	absolute;
	width: 		300px;
	height: 	600px;
	display: 	none;
	z-index: 	510;
	
}




#user_video{
	position:absolute;
	width: 		278px;
	height: 	186px;
	left: 		11px;
	top: 		10px;
	display: 	none;
	cursor: 	pointer;
	cursor: 	hand;
	z-index: 	500;
}

#user_panel {
	position: absolute;
	width: 		300px;
	height: 	600px;	
	bottom: 	0px;
	right: 		0px;	
	background: transparent;
	background: url('img_user_background.jpg') no-repeat top;
	display: 	none;
	z-index: 	100;
}

#user_TT{
	position: absolute;
	width: 		198px;
	height: 	285px;	
	top: 		92px;
	right: 		0px;	
	background: transparent;
	background: url('img_resolve_TT.png') no-repeat top;
	z-index: 510;
}

#user_video_border{
	position: absolute;
	width: 		300px;
	height: 	207px;	
	top: 		-1px;
	left: 		0px;	
	z-index: 	850;
	opacity: 	1;
	background: url('img_border_user.png') no-repeat top;
	pointer-events: none;
	display: none;
}

/*-------------------------------------*/

#endframe{
	position: absolute;
	width: 300px;
	height: 600px;
	left: 0px;
	top: 0px;
	display: none;
	/*background: url('img_background.jpg') no-repeat top;*/
}



#resolve_tunein{
	position: absolute;
	width: 		168px;
	height: 	52px;
	right: 		0px;
	bottom: 	0px;
	display: 	none;
	z-index: 510;
}

#resolve_HBO {
	position: absolute;
	width: 		84px;
	height: 	52px;	
	bottom: 	0px;
	right: 		0px;	
	opacity: 	0;
	display: 	none;
	background: transparent;
	background: url('img_resolve_HBO.png') no-repeat top;
	z-index: 510;
}

#resolve_TT {
	position: absolute;
	width: 		198px;
	height: 	285px;	
	top: 		0px;
	right: 		0px;	
	background: transparent;
	background: url('img_resolve_TT.png') no-repeat top;
	z-index: 510;
}

#resolve_tagLine {
	position: absolute;
	width: 		300px;
	height: 	65px;	
	top: 		0px;
	right: 		0px;	
	background: transparent;
	background: url('img_resolve_TagLine.png') no-repeat top;
	z-index: 510;
}

/*------------------------------------*/

#thumbnailPanel{
	position: 	absolute;
	left: 		11px;
	top: 		173px;
	width: 		278px;
	height: 	24px;
	display:	none;
	z-index: 	800;

}

.thumbs {		
	cursor: pointer;
	cursor: hand;
	/*background: transparent;*/	
}


#thumb1 {
	position: absolute;
	left: 	0px;
	bottom: 0px;
	width: 	109px;
	height: 24px;
	background: url('img_thumbTrailer1.png') top;
}

#thumb1:hover {
	background-position: bottom;
}

#thumb2 {
	position: absolute;
	left: 	109px;
	bottom: 0px;
	width: 	72px;
	height: 24px;
	background: url('img_thumbTrailer2.png') top;
}

#thumb2:hover {
	background-position: bottom;
}

#thumb3 {
	position: absolute;
	left: 	181px;
	bottom: 0px;
	width: 	97px;
	height: 24px;
	background: url('img_thumbTrailer3.png') top;
}

#thumb3:hover {
	background-position: bottom;
}

#thumb1_disabled {
	position: absolute;
	left: 	0px;
	bottom: 0px;
	width: 	109px;
	height: 24px;
	background: url('img_thumbTrailer1.png') bottom;
	z-index: 801;
	display: none;
}

#thumb2_disabled {
	position: absolute;
	left: 	109px;
	bottom: 0px;
	width: 	72px;
	height: 24px;
	background: url('img_thumbTrailer2.png') bottom;
	z-index: 801;
	display: none;
}

#thumb3_disabled {
	position: absolute;
	left: 	181px;
	bottom: 0px;
	width: 	97px;
	height: 24px;
	background: url('img_thumbTrailer3.png') bottom;
	z-index: 801;
	display: none;
}




#video_controls{
	position: 	absolute;
	left:		12px;
	top:		153px;
	width: 		277px;
	height: 	20px;
	z-index: 	800;
    cursor: 	pointer;
	cursor: 	hand;
	display: 	none;
	background: url('vid_ControlBackground.png') top;
	overflow: hidden;
}

#vid_play{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	z-index: 800;
    cursor: 	pointer;
	cursor: 	hand;
	display: 	none;
	background: url('vid_play.png') top;
}

#vid_play:hover {
	background-position: bottom;
}

#vid_pause{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	z-index: 800;
    cursor: 	pointer;
	cursor: 	hand;
	display: 	none;
	background: url('vid_stop.png') top;
}

#vid_pause:hover {
	background-position: bottom;
}

#vid_sound{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 23px;
	height: 20px;
	z-index: 800;
    cursor: 	pointer;
	cursor: 	hand;
	display: 	none;
	background: url('vid_sound.png') top;
}

#vid_sound:hover {
	background-position: bottom;
}

#vid_mute{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 23px;
	height: 20px;
	z-index: 800;
    cursor: 	pointer;
	cursor: 	hand;
	display: 	none;
	background: url('vid_mute.png') top;
}

#vid_mute:hover {
	background-position: bottom;
}

/*------------------------------*/

/*------------------------------*/
#loadingMask {	
	display: none;
}

