/** These are ad CSS that should not be modified **/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#mockBG{
	background-image: url(bg_guide.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
#mockPlacement{

	width:988px;
	height:320px;
	top:254px;
	left:299px;
	position:absolute;
	
}

.hide {
    display: none;
}

.lightwash {
	
	position: absolute;
	width:400px;
    height: 100px;
    bottom: 0px;
    left:-400px;
	background-image: url(lightwash.png);
  	overflow: hidden;
	
	display:block;
	
	opacity: 1;

}

#lightwashmanual{
	position: absolute;
	width:400px;
    height: 100px;
    bottom: 0px;
    left:-400px;
	background-image: url(lightwash.png);
  	overflow: hidden;
	
	display:block;
	
	opacity: 1;
}



/** Hide and Show Built Ins **/
#neogda-ad.hidefs #neogda-fs,
#neogda-ad.vid1 #neogda-vid1,
#neogda-ad.vid1 #neogda-vid2,
#neogda-ad.vid1 #neogda-vid3,
#neogda-ad.vid1 .neogda-pi,
#neogda-ad.vid2 #neogda-vid3,
#neogda-ad.vid2 #neogda-div-2-3,
#neogda-ad.hidectrls #neogda-ctrls-wrapper,
#neogda-ad.posterframe #neogda-ctrls-wrapper
{
    display: none;
}
/** End: These are ad CSS that should not be modified **/





/** Date CSS **/
#neogda-ad .date {
 
}

#neogda-ad.nowplaying .date {
    background-position: 0 -160px;
}

#neogda-ad.tomorrow .date {
    background-position: 0 -80px;
}


#neogda-ad.friday .date {
    background-position: 0 0px;
}


/** End Date CSS **/

/** CSS not related to Panels **/
#neogda-ad {
    width: 300px; /* resize */
    height: 250px; /* resize */
    background-color: black;
    border: 1px solid black;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
	right:0px;
	top:0px;
}

#neogda-ad.expand {
    width: 988px; /* resize */
    height: 320px; /* resize */
    background-color: black;
  
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
}


#neogda-wrap {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

/** This is a fix for IE opacity inheritance **/
#neogda-wrap * {
    opacity: inherit;
	filter: inherit;
}

#neogda-wrap .panel {
    width: 100%;
    height: 100%;
}

#neogda-click-catcher {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
}
/** End: CSS not related to Panels **/

/******************************************************************* VIDEO PLAYER **/

#neogda-video-container {
    position: absolute;
    width: 696px;/* resize */
	height: 288px;/* resize */
    left: 0px;/* resize */
    top:16px;
    background-color: black;
	opacity:1;
	z-index:100;
	border: 1px solid #d5ae01;
 
}

#neogda-ad.expand #neogda-video-container.fullscreen,
#neogda-video-container.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: black;
    z-index: 1000;
}

#neogda-cfa {
    position: absolute;
    height: 56px; /* resize */
    width: 288px; /* resize */
    bottom: 30px;
    left: 0;
	right:0;
    margin:auto;
	
	cursor:pointer;
   
    background-image: url(cfa.png); /* resize */
    z-index: 10;
}

#neogda-video-player {
    width: 100%;
    height: 100%;
}

#neogda-ctrls-wrapper {
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
}

#neogda-play {
    float:left;
    height: 30px;
    width: 30px;
    background-image: url(ctrls1.png); /* resize */
    background-repeat: no-repeat;
    background-position: 0 0;
}

#neogda-play.pause {
    background-position: 0 -30px;
}

#neogda-seek-wrapper {
    overflow: hidden;
    cursor: pointer;
    padding-top: 14px;
    padding-bottom: 14px;
}

#neogda-seek {
    height: 2px;
    background-color: white;
    overflow: hidden;
}

#neogda-seek-element {
    width: 10%;
    min-width: 30px;
    background-color: #d5ae01;
    height: 20px;
    position: relative;
    left: 0px;
    top: -14px;
    transition: all;
    -moz-transition: all;
}

#neogda-sound {
    float:right;
    height: 30px;
    width: 30px;
    background-image: url(ctrls1.png); /* resize */
    background-repeat: no-repeat;
    background-position: -30px 0;
}

#neogda-sound.mute {
    background-position: -30px -30px;
}

.neogda-pi {
    float: right;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 2px;
    background-color: black;
}

#neogda-vid1 {
    float:right;
    height: 30px;
    width: 30px;
    background-image: url(ctrls1.png); /* resize */
    background-repeat: no-repeat;
    background-position: -120px -32px;
}

#neogda-vid1.active, #neogda-vid1:hover {
    background-position: -120px 0;
}

#neogda-vid2 {
    float: right;
    height: 30px;
    width: 30px;
    background-image: url(ctrls1.png); /* resize */
    background-repeat: no-repeat;
    background-position: -150px -32px;
}

#neogda-vid2.active, #neogda-vid2:hover {
    background-position: -150px 0;
}

#neogda-vid3 {
    float: right;
    height: 30px;
    width: 30px;
    background-image: url(ctrls1.png); /* resize */
    background-repeat: no-repeat;
    background-position: -180px -32px;
}

#neogda-vid3.active, #neogda-vid3:hover {
    background-position: -180px 0;
}

#neogda-fs {
    float: right;
    height: 30px;
    width: 30px;
    background-image: url(ctrls1.png); /* resize */
    background-repeat: no-repeat;
    background-position: -60px 0;
}

#neogda-fs.sd {
    background-position: -60px -32px;
}

/******************************************************************* Persistant Panel Defaults **/
#neogda-pers-top {
    position:absolute;
    top: 0px;
    width: 300px; /* resize */
    height: 100%; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center;
}

#neogda-pers-bottom {
    position:absolute;
    right: 0px; /* resize */
    width: 300px; /* resize */
    height: 100%; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center;
	display: block;
}


/******************************************************************* COLLAPSED ENDFRAME **/



#neogda-cast-names {
    position: absolute;
    top: 3px; /* resize */
    left: 425px;  /* resize */
    width: 120px; /* resize */
    height: 20px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	
	display: none;
}

#neogda-movie-title {
    position: absolute;
    top: 0px; /* resize */
    right: 0px; /* resize */
    width: 300px; /* resize */
    height: 250px; /* resize */
    background-repeat: no-repeat;
    background-position: center top;
	
	display: none;
}

#neogda-tagline {
    position: absolute;
    top: 0px; /* resize */
    left: 386px;
    width: 198px; /* resize */
    height: 20px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top;
}



#neogda-date {
 	position: absolute;
    top: 196px;
	left:0px;
	width:988px;
    height: 76px;
   /* background-image: url(persDate.png);  resize */	
  	background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
	cursor:pointer;
	display: none;
	
	
}

#neogda-ad.expand #neogda-date {
  
	
	display: block;
	
	width:201px;
	height:78px;
	position: absolute;
	top:167px;
	left:730px;
	background-repeat:no-repeat;
	opacity:1;
	background-image: url(exp_date_stack1.png)
	
}




#neogda-ad.expand #neogda-hashtag {
	
	display:none;
	

}

#neogda-pers-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center top ;
    width: 26px;
    height: 26px;
	
	cursor:pointer;
	
    display: none; /** Hide the Close Button on Collapse **/
}

/** FullScreen Elements **/
#neogda-video-container.fullscreen #neogda-ctrls-wrapper {
    bottom: 30px;
    max-width: 600px;
    left: 185px;
}

#neogda-video-container.fullscreen #neogda-fs-title {
    position: absolute;
    top: 0px; /* resize */
    left: 0px; /* resize */
    width: 244px; /* resize */
    height: 38px; /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
}
/** End FullScreen Elements **/





/******************************************************************* USER EXPAND PANEL **/

#neogda-ad.expand #neogda-cta-exit {
    position: absolute;
	bottom:15px;
	right:10px;
    width: 131px;
    height: 26px;
    background-image: url(cta2.png);
    background-repeat: no-repeat;
    background-position: center top;
	overflow:hidden;
	opacity:1;
	cursor: pointer;
	
	
	
}

#neogda-ad.expand #neogda-cta-text-exit {
    position: absolute;
    top:0px;
	left:0px;
    width:100%;
    height:100%;
    background-image: url(ctaExp_gettix.png);
    background-repeat: no-repeat;
    background-position: center center;
	overflow:hidden;
	opacity:1;
	cursor:pointer;
}

#neogda-ad.expand #neogda-cta {
    position: absolute;
	bottom:15px;
	right:149px;
    width: 131px;
    height: 26px;
    background-image: url(cta2.png);
    background-repeat: no-repeat;
    background-position: center top;
	overflow:hidden;
	opacity:1;
	cursor: pointer;
	
	
	
}

#neogda-ad.expand #neogda-cta-text {
    position: absolute;
    top:0px;
	left:0px;
    width:100%;
    height:100%;
    background-image: url(ctaExp_visit.png);
    background-repeat: no-repeat;
    background-position: center center;
	overflow:hidden;
	opacity:1;
	cursor:pointer;
	
}






#neogda-ad.expand #neogda-movie-title {
      position: absolute;
    top: 0px; /* resize */
   left: 0px;
    width: 988px; /* resize */
    height: 320px; /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	opacity: 1;
	
	display: none;
}



#neogda-ad.expand #neogda-quote1 {
    position: absolute;
	width:391px;
    height: 66px;
    top: 16px;
    right:26px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
	opacity:1;
	display:none;
}
#neogda-ad.expand #neogda-quote2 {
    position: absolute;
	width:391px;
    height: 45px;
    top: 95px;
    right:26px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position:  0 -79px ;
    overflow: hidden;
	opacity:1;
	display:none;
	
}
#neogda-ad.expand #neogda-quote3 {
    position: absolute;
	width:391px;
    height: 96px;
    top: 149px;
    right:26px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: 0 -133px ;
    overflow: hidden;
	opacity:1;
	display:none;
}



#neogda-ad.expand #neogda-video-container {
    position: absolute;
    width: 696px;/* resize */
	height: 288px;/* resize */
    left: 0px;/* resize */
    top:15px;
    background-color: black;
	opacity:1;
	z-index:100;
	border: 1px solid #d5ae01;
   

}

#neogda-ad.expand #neogda-pers-top {
    top: 0px;
	left:0px;
    width: 988px; /* resize */
    height: 320px; /* resize */
	background-image: url(exp_bg1.jpg);
	background-position: center top ;
	background-repeat:no-repeat;
}

#neogda-ad.expand #neogda-pers-bottom {
    right: 0px; /* resize */
    width: 100%; /* resize */
    height: 100px; /* resize */
    top: 0px;
	 
}

#neogda-ad.expand #neogda-pers-close {
	
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(close1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
    width: 26px;
    height: 26px;
	
	cursor:pointer;
	
    display: block; /** Show the Close Button on Expand **/
}






/******************************************************************* Collapsed EndFrame CSS **/
#neogda-endframe-panel {
	opacity:1;
	
	cursor:pointer;
    
}

#neogda-ef-bg{
	
    position: absolute;
    width: 300px;
    height: 250px;
    overflow: hidden;
	background-image: url('bg1.jpg');
	background-position: center top ;
	background-repeat:no-repeat;
	opacity: 1;
	top: 0px;
	left:0;
	
	cursor:pointer;
    
}


#neogda-ef-cast-names {
    position: absolute;
    width: 300px;
    height: 250px;
    overflow: hidden;
	opacity: 1;
	top:0px;
	left:0;
    background-repeat: no-repeat;
    background-position: center top ;
}

#neogda-ef-movie-title {
	width:300px;
	height:250px;
	position: absolute;
	top:0px;
	left:0;
	background-position: center top ;
	background-repeat:no-repeat;

	background-image: url(title1.png);
	opacity:1;
}

#neogda-ef-date {
	width:300px;
	height:250px;
	position: absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-image: url(date_stack1.png);
	opacity: 1;
	display:block;
  	
	
}

#neogda-ef-tagline {
    position: absolute;
    top: 5px; /* resize */
    left: 300px;
    width: 120px; /* resize */
    height: 19px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	display:none;
}
#neogda-ef-soc-fb {
    position: absolute;
    top: 0; /* resize */
    right: 34px; /* resize */
    width: 34px;
    height: 34px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: top left;
	display:none;
}

#neogda-ef-soc-tw {
    position: absolute;
    top: 0; /* resize */
    right: 0px; /* resize */
    width: 34px;
    height: 34px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: -34px 0px;
	display:none;
}

#neogda-ef-hashtag {
	background-repeat: no-repeat;
    background-position: center top ;
	display:none;
	
}
#neogda-ef-rating {
	display:none;

}

#neogda-ef-legal {
    position: absolute;
	cursor:pointer;
	width:294px;
    height: 17px;
    top: 199px;
    right:3px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	display:none;
}

#neogda-ef-close {
}

/******************************************************************* CTAS **/



#neogdareplay {
    position: absolute;
	cursor:pointer;
	width:34px;
    height: 27px;
    top: 0px;
    right:-1px;
    background-image: url(replay.png);  
	opacity: 0;
	 
	display:block;
     
}

#neogda-ef-replay1 {
	
    position: absolute;
    top:0px; 
    left: 0px;
    width: 34px; 
    height: 27px; 
    background-image: url(replay1.png); 
    background-repeat: no-repeat;
    background-position: center top;
	opacity:1;
	
}

#neogda-ef-replay2 {
	
	
	display:none;
	
	
}
#neogda-ef-expand_hit {
  position: absolute;
	cursor:pointer;
	width:131px;
    height: 26px;
    bottom: 12px;
	right: 15px;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
	cursor:pointer;
	display:block;
	opacity:.5;
}


#neogda-ef-expand_hit  #neogda-ef-expand{
	
	display:none;
}



#neogda-ef-expand {
  position: absolute;
	cursor:pointer;
	width:131px;
    height: 26px;
    bottom: 12px;
	right: 15px;
    background-image: url(cta1.png);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
	cursor:pointer;
}
#neogda-ad.expand #neogda-ef-expand {
	display:none;
}

#neogda-ef-expand-text {
    position: absolute;
	cursor:pointer;
	width:100%;
    height: 100%;
    top: 0px;
    left:0px;
    background-image: url(cta_text1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center center;
}
#neogda-ef-cover{
	position: absolute;
	top:0;
	left:0;
	background-color: transparent;
	opacity: 0;
	width:988px;
	height:320px;
	
	display: none;
}




#ctaShadow{
  position: absolute;
	cursor:pointer;
	width:173px;
    height:58px;
    bottom: 0px;
	right:0px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    overflow: hidden;
	cursor:pointer;
	
	display: none;
	
	
	
}



#neogda-ad.expand #ctaShadow{
	
	display:block;
	
}



#neogda-ef-cta {
  position: absolute;
	cursor:pointer;
	width:131px;
    height: 26px;
    bottom: 12px;
	left: 15px;
    background-image: url(cta1.png);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
	cursor:pointer;
	
	display: block;
	

}

#neogda-ef-cta-text {
    position: absolute;
	cursor:pointer;
	width:100%;
    height: 100%;
    top: 0px;
    left:0px;
    background-image: url(cta_text2.png); /* resize */
    background-repeat: no-repeat;
    background-position: center center;
}

#neogda-trans-replay {
}

#neogda-ad.expand  #neogda-trans-replay {
   
	display: none;
}

#neogda-ef-replay-text {
}

/******************************************************************* Expanded Endframe CSS **/
#neogda-ad.expand #neogda-ef-replay {
   position: absolute;
    top: 0px;
    left: 0px;
    width: 696px;
    height: 290px;
    opacity: 1;
    background-image: url(replay_img1.png); /* resize */
    background-repeat: no-repeat;
    overflow: hidden;
     background-position: center 0px;
	
	cursor:pointer;
     display: none;
}

#neogda-ad.expand #neogda-ef-replay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url(video_replay1.png); /* resize */
    background-repeat: no-repeat;
    overflow: hidden;
     background-position: center center;
     display: block;
}

#neogda-ad.expand #neogda-ef-cta {
    position: absolute;
	cursor:pointer;
	width:131px;
    height: 26px;
    bottom: 19px;
    left:201px;
    background-image: url(cta1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
    overflow: hidden;
	opacity:1;
	display:block;
}

#neogda-ad.expand #neogda-ef-cta-text {
    position: absolute;
	cursor:pointer;
	width:100%;
    height: 100%;
    bottom: 0px;
    left:0px;
    background-image: url(cta_text1.png); /* resize */
    background-repeat: no-repeat;
     background-position: center top ;
	opacity:1;
	display:block;

}

#neogda-ad.expand #neogda-endframe-panel {
	 position: absolute;
    top: 0px; /* resize */
    left: 0px;
    width: 988px; /* resize */
    height: 320px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	
	cursor:pointer;
   
}




#neogda-ad.expand #neogda-ctrls-wrapper {
    position: absolute;
    bottom: 5px;
    height: 30px;
    width: 99%;
}




#neogda-ad.expand #neogda-ef-cast-names {
    position: absolute;
    top: 5px; /* resize */
    left: 150px;
    width: 120px; /* resize */
    height: 20px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	display:none;
}

#neogda-ad.expand #neogda-ef-movie-title {
    position: absolute;
    top: 0px; /* resize */
   left: 0px;
    width: 988px; /* resize */
    height: 320px; /* resize */
	 background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	opacity: 1;
}

#neogda-ad.expand #neogda-ef-date {
	
	width:201px;
	height:78px;
	position: absolute;
	top:167px;
	left:730px;
	background-position: center top ;
	background-repeat:no-repeat;
	opacity:1;
	
	display:none:
}

#neogda-ad.expand #neogda-ef-tagline {
    position: absolute;
    top: 138px; /* resize */
    left: 0px;
    width: 988px; /* resize */
    height: 26px; /* resize */
   /* background-image: url(exp_tagline1.png);  resize */
    background-repeat: no-repeat;
	opacity:1;
	display:none;
}
#neogda-ad.expand #neogda-ef-soc-fb {
    position: absolute;
    top: 0; /* resize */
    right: 34px; /* resize */
    width: 34px;
    height: 34px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: top left;
	display:none;
}

#neogda-ad.expand #neogda-ef-soc-tw {
    position: absolute;
    top: 0; /* resize */
    right: 0px; /* resize */
    width: 34px;
    height: 34px;
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: -34px 0px;
	display:none;
}

#neogda-ad.expand #neogda-ef-hashtag {
    position: absolute;
    bottom: 16px; /* resize */
    left: 0px;
    width: 988px; /* resize */
    height: 15px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
}
#neogda-ad.expand #neogda-ef-rating {
    position: absolute;
    left: -1px; /* resize */
    bottom: -1px; /* resize */
    width: 20px; /* resize */
    height: 20px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	display:none;
}

#neogda-ad.expand #neogda-ef-legal {
    position: absolute;
    bottom: 1px;
    left:25px;
    margin-left: -100px; /* resize */
    width: 150px; /* resize */
    height: 9px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	display:none;
}

#neogda-ad.expand #neogda-ef-close {
    display: block;
}
/******************************************************************* Mobile **/
#neogda-ad.posterframe #neogda-wrap {
    opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#neogda-ad.posterframe #neogda-pers-panel {
    display: none;
}

#neogda-posterframe {
    background-image: url(); /* resize */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 1500;
    cursor: pointer;
}

#neogda-ad.posterframe .panel {
    display: none;
}

#neogda-ad.posterframe #neogda-posterframe {
    display: block;
}
/******************************************************************* AUTO EXPAND PANEL **/
#neogda-ad.expfull #neogda-video-container {
    position: absolute;
    width: 988px;/* resize */
    height:320px;/* resize */
    left: 0px;/* resize */
    top:0px;
    background-color: black;
}

#bug-title{
	    position: absolute;
    bottom: 0px; /* resize */
    right: 0px; /* resize */
    width: 114px; /* resize */
    height: 74px; /* resize */
   /*background-image: url(bug_title.png);*/
    background-repeat: no-repeat;
    background-position: center top ;
    z-index: 100;
	
	display: none;
}

#bug-date{
	position: absolute;
    bottom: -60px; /* resize */
    right: 3px; /* resize */
    width: 100px; /* resize */
    height: 74px; /* resize */
  /* background-image: url(bug_date_stack1.png); */
    background-repeat: no-repeat;
    background-position: center top ;
    z-index: 100;
	
	display: none;
}



#neogda-ad.expfull #neogda-fs-title {
    position: absolute;
    bottom: 0px; /* resize */
    right: 0px; /* resize */
    width: 114px; /* resize */
    height: 74px; /* resize */
   background-image: url(bug_title.png);
    background-repeat: no-repeat;
    background-position: center top ;
    z-index: 100;
	
	display:none;
}

#neogda-ad.expfull #neogda-pers-top {
    display: none;
}

#neogda-ad.expfull #neogda-pers-bottom {
    display: none;
}


#neogda-ad.expfull  #neogda-quote1 {
	display:none;	
}
#neogda-ad.expfull #neogda-quote2 {
	display:none;	
}
#neogda-ad.expfull #neogda-quote3{
	display:none;	
}
#neogda-ad.expfull #neogda-cta{
	display:none;	
}

/******************************************************************* END AUTO EXPAND PANEL **/
#trans_video_holder {
	position: absolute;
	top:-1px;
	left: 1px;
	
	width:988px;
	height:320px;
	background-color: transparent;
	
}
#trans_video_player {
	position: absolute;
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;
	background-color: transparent;
	
}

#output {
	width: 988px;
	height: 320px;
}
#buffer {
	display: none;
}
#transVideo{
	
}

#trans-ef-close {
      position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(close1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
    width: 26px;
    height: 26px;
	
	cursor: pointer;
	
}





/******************************************************************* SPRITE SHEET **/


#sheetFrame, #sheet_hit{
	position: absolute;
	width:300px;
	height:250px;
	top:0px;
	left:0px;
	background-color: transparent;
	overflow:hidden;
	cursor:pointer;
	opacity:1;
	
}
#sheet{
	width:1500px;
	height:1750px;
	top:0px;
	left:0px;
	position: absolute;
	opacity:1;
	background:url(sheet.png);
	background-color: transparent;
}
#sheet_static{
	position: absolute;
	width:300px;
	height:250px;
	top:0px;
	left:0px;
	background-color: transparent;
	background:url();
	overflow:hidden;
	cursor:pointer;
	opacity:0;
	
	
}

