/** 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:300px;
	position:absolute;
	
}

.hide {
    display: none;
}

.lightwash {
	
	position: absolute;
	width:122px;
    height: 100%;
    bottom: 0px;
    left:-200px;
	background-image: url(lightwash.png);
	background-position: 0 0;
  	overflow: hidden;

}

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


#sheetFrame, #sheet_hit{
	position: absolute;
	width:988px;
	height:320px;
	top:0px;
	left:0px;
	background-color: transparent;
	overflow:hidden;
	cursor:pointer;
	opacity:1;
	
	display: none;
	
}
#sheet{
	width:5928px;
	height:2240px;
	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;
	
	display: none;
	
}

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

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

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

#neogda-ad.releasedate .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;
    border: 0px solid 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;
    height: 320px;/* resize */
    width: 988px;/* resize */
    left: 0px;/* resize */
    top:0px;
    background-color: black;
	opacity:1;
}

#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: 73px; /* resize */
    width: 220px; /* resize */
    bottom: 20px;
    left: 50%;
    margin-left: -110px;
   
    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: 4px;
    background-color: white;
    overflow: hidden;
}

#neogda-seek-element {
    width: 10%;
    min-width: 30px;
    background-color: #5567d1;
    height: 30px;
    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: white;
}

#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;
}


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



#neogda-cast-names {
    position: absolute;
    top: 0px; /* resize */
    left: 689px;  /* resize */
    width: 300px; /* resize */
    height: 250px; /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	display:none;
}

#neogda-movie-title {
    position: absolute;
    top: -1px; /* resize */
    left: -1px; /* resize */
    width: 300px; /* resize */
    height: 250px; /* resize */
    background-image: url(logo1.png); /* resize */
    background-repeat: no-repeat;
	display:block;
	
	opacity:1;
	
}

#neogda-tagline {
	display:none;
}

#neogda-date {
    position: absolute;
    top: 21px; /* resize */
    left: 485px;
	
}

#neogda-hashtag {
    position: absolute;
    top: 50px; /* resize */
    left: 425px;
    width: 89px; /* resize */
    height: 10px; /* resize */
    /*background-image: url(hashtag1.png);  resize */
    background-repeat: no-repeat;
    background-position: center top ;
	
	display: none;
}

#neogda-pers-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(close1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
    width: 33px;
    height: 34px;
    display: none; /** Hide the Close Button on Collapse **/
	
	cursor:pointer;
}

/** 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-image: url(logo1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
}
/** End FullScreen Elements **/





/******************************************************************* USER EXPAND PANEL **/
#neogda-ad.expand .lightwash {
	
	position: absolute;
	width:122px;
    height: 100%;
    bottom: 0px;
    left:-200px;
	background-image: url(lightwash.png);
	background-position: 0 0;
  	overflow: hidden;

}

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

#neogda-ad.expand #neogda-cta-text {

}

#neogda-ad.expand #neogda-quote1 {
	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 {
    width: 988px;
    height: 320px;
    top: 0px;
    left: 0px;
}

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

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

#neogda-ad.expand #neogda-pers-close {
    display: block; /** Show the Close Button on Expand **/
}






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

#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: -1px;
	left:-1px;
    
}


#neogda-ef-cast-names {
    position: absolute;
    width: 300px;
    height: 250px;
    overflow: hidden;
	opacity: 1;
	top:-1px;
	left:-1px;
    background-image: url(talent1.png); /* resize */
}

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

#neogda-ef-tagline {
    position: absolute;
    top: 0px; /* resize */
    left: 0px;
    width: 300px; /* resize */
    height: 250px; /* resize */
    background-image: url(talent2.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	opacity:1;
	
	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 {
    position: absolute;
    bottom: 0px; /* resize */
    left: 0px;
    width: 300px; /* resize */
    height: 250px; /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	opacity: 1;
	
	
	
	display:none;
	
	
}
#neogda-ef-rating {
    position: absolute;
    left: 4px; /* resize */
    top: 4px; /* resize */
    width: 31px; /* resize */
    height: 12px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	display:none;
}

#neogda-ef-legal {
    position: absolute;
	cursor:pointer;
	width:300px;
    height:250px;
    top:-1px;
    left:-1px;
    background-image: url(legal1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	opacity: 1;
	
}



#neogda-ad.expand  #neogda-ef-legal {
	display:none;
	
}

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

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

#neogda-ef-expand {
  position: absolute;
	cursor:pointer;
	width:92px;
    height: 27px;
    bottom: 8px;
    left:153px;
    background-image: url(cta1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
    overflow: hidden;
	
	
	border-style: solid;
    border-width: 1px;
	border-color: #62edf4;
}


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



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

#neogda-ef-cta {
	
  position: absolute;
	cursor:pointer;
	width:92px;
    height: 27px;
    bottom: 8px;
    left:54px;
    background-image: url(cta1.png); /* resize */
	
	overflow:hidden;
	
	
	border-style: solid;
    border-width: 1px;
	border-color: #62edf4;
}




#neogda-ef-cta2 {
	display:none;
}

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

#neogda-ef-replay {
    position: absolute;
    top: 11px; /* resize */
    right: 4px;
     width: 20px; /* resize */
    height: 20px; /* resize */
    background-image: url(replay1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center center ;
    overflow: hidden;
	
	display:none;
     
}

#neogda-trans-replay {
    position: absolute;
    bottom: 3px; /* resize */
    right: 3px;
     width: 20px; /* resize */
    height: 20px; /* resize */
    background-image: url(replay1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center center ;
    overflow: hidden; 
	display: block;
	
	cursor:pointer;
}

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

#neogda-ef-replay-text {
    position: absolute;
    bottom: 0;
    width: 150px; /* resize */
    height: 30px; /* resize */
    background-image: url(); /* resize */
    background-repeat: no-repeat;
     background-position: center -160px;
}

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

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

#neogda-ad.expand #neogda-ef-cta {
	display:none;
}



#neogda-ad.expand #neogda-ef-cta2 {
    position: absolute;
	cursor:pointer;
    width: 180px;
    height: 32px;
    top: 270px;
    left:591px;
    background-image: url(exp_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(exp_cta_text1.png); /* resize */
    background-repeat: no-repeat;
     background-position: center top ;

}

#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 ;
	

   
}

#neogda-ad.expand #neogda-ef-bg{
	
    position: absolute;
    width: 988px;
    height: 320px;
    overflow: hidden;
	background-image: url(exp_bg1.jpg);
	background-position: center top ;
	background-repeat:no-repeat;
	opacity: 1;
	top: 0px;
	left:0;
    
}


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




#neogda-ad.expand #neogda-ef-cast-names {
	display:none;
	
}

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

#neogda-ad.expand #d {
	position:absolute;
	width:114px;
	height:89px;
	top:0px;
	left:0px;		
    background-image: url(exp_d.png); 
    background-repeat: no-repeat;
	opacity:1;
}

#neogda-ad.expand #u {
	position:absolute;
	width:169px;
	height:89px;
	top:0px;
	left:114px;
	
    background-image: url(exp_u.png); 
    background-repeat: no-repeat;
	opacity:1;
}

#neogda-ad.expand #n {
	position:absolute;
	width:162px;
	height:89px;
	top:0px;
	left:283px;
		
    background-image: url(exp_n.png); 
    background-repeat: no-repeat;
	opacity:1;
}

#neogda-ad.expand #k {
	position:absolute;
	width:173px;
	height:89px;
	top:0px;
	left:444px;
	
    background-image: url(exp_k1.png); 
    background-repeat: no-repeat;
	opacity:1;
}
         
#neogda-ad.expand #i {
	position:absolute;
	width:109px;
	height:89px;
	top:0px;
	left:616px;
		
    background-image: url(exp_i.png); 
    background-repeat: no-repeat;
	opacity:1;
}
         
#neogda-ad.expand #r {
	position:absolute;
	width:150px;
	height:89px;
	top:0px;
	left:725px;
	
    background-image: url(exp_r.png); 
    background-repeat: no-repeat;
	opacity:1;
}
                 
#neogda-ad.expand #k2 {
	position:absolute;
	width:116px;
	height:89px;
	top:0px;
	left:874px;
		
    background-image: url(exp_k2.png); 
    background-repeat: no-repeat;
	opacity:1;
}

#neogda-ad.expand #neogda-ef-date {
	
	
    position: absolute;
	top:246px;
	left:0px;
    width: 988px;
    height: 25px;
    background-image: url(date_stack2.png);
    background-repeat: no-repeat;
	opacity:1;
	
	display:block;
	
	
}

#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;
    background-position: center top ;
	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: 0px;
    left:0px;
    margin-left:0px; /* resize */
    width: 988px; /* resize */
    height: 320px; /* resize */
    background-repeat: no-repeat;
    background-position: center top ;

}

#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;
}

#neogda-ad.expfull #neogda-fs-title {
    position: absolute;
    bottom: 0px; /* resize */
    right: 0px; /* resize */
    width: 163px; /* resize */
    height: 74px; /* resize */
   /*background-image: url(exp_bug1.png);  resize */
    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:0px;
	left: 0px;
	
	width:988px;
	height:320px;
	
}
#trans_video_player {
	position: absolute;
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;
	background-color: red;
	
}

#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: 33px;
    height: 34px;
    display: block;
	
	cursor: pointer;
	
}



#sparkle1 {
    position: absolute;
	width: 100px;
    height: 100px;
	background: url('sparkle.png') no-repeat;
    top: -4px; 
	left: 50px;
	opacity:0;
	
	display:block;
}

#sparkle2 {
    position: absolute;
	width: 100px;
    height: 100px;
	background: url('sparkle.png') no-repeat;
    top: 118px; 
	left: 135px;
	opacity:0;
	
	
	display:block;
	
}


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

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


#sparkle1exp {
	display:none;
}


#sparkle2exp {
	display:none;
}



#neogda-ad.expand #sparkle1exp {
    position: absolute;
	width: 100px;
    height: 100px;
	background: url('sparkle.png') no-repeat;
    top: 1px; 
	left: 588px;
	opacity:1;
	
	
	display:block; 
	
}


#neogda-ad.expand #sparkle2exp {
    position: absolute;
	width: 100px;
    height: 100px;
	background: url('sparkle.png') no-repeat;
    top: 180px; 
	left: 776px;
	opacity:1;
	
	
	display:block;
	
}



