/** 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: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 -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: 292px;/* resize */
    width: 520px;/* resize */
    left: 16px;/* resize */
    top:13px;
    background-color: black;
	opacity:1;
	z-index:100;
}

#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: 20px;
    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: #4b4b4b;
    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: 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;
	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-image: url(logo1.png); /* 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: 0px; /* resize */
    right: 0px;
	width:78px;
    height:34px;
	background-image: url(date_stack1.png);
	background-position: 0 0;
	
	display: none;
	
}

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





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

#neogda-ad.expand #neogda-cta-exit {
    position: absolute;
	bottom:19px;
	right:13px;
    width: 207px;
    height: 30px;
    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(cta_text2.png);
    background-repeat: no-repeat;
    background-position: center center;
	overflow:hidden;
	opacity:1;
	cursor:pointer;
}

#neogda-ad.expand #neogda-cta {
    position: absolute;
	bottom:19px;
	right:233px;
    width: 207px;
    height: 30px;
    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(cta_text1.png);
    background-repeat: no-repeat;
    background-position: center center;
	overflow:hidden;
	opacity:1;
	cursor:pointer;

}



#neogda-ad.expand #neogda-date {
    position: absolute;
    top: 239px; /* resize */
    right: 784px;
	width:988px;
    height:320px;
	background-image: url(exp_date_stack1.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	
}

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



#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 {
     height: 292px;/* resize */
    width: 520px;/* resize */
    left: 16px;/* resize */
    top:13px;
	/*
	border: 2px solid #6fc5bc;
    box-sizing: border-box;*/

}

#neogda-ad.expand #neogda-pers-top {
    top: 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 {
    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: 0px;
	left:0;
    
}


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

#neogda-ef-movie-title {
  width:300px;
  height:250px;
  position: absolute;
  top:0px;
  left:0;
  background-image: url(logo1.png);
	background-position: center top ;
  background-repeat:no-repeat;
  opacity:1;
}




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

#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 {
    position: absolute;
    bottom: -1px; /* resize */
    left: -2px;
    width: 300px; /* resize */
    height: 250px; /* resize */
    background-image: url(rating1.png);  
	background-repeat: no-repeat;
    background-position: center top ;

}

#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:28px;
    height: 28px;
    top: 0px;
    right:0px;
    background-image: url(replay.png); /* resize */
	 
	display:block;
     
}

#neogda-ef-expand {
  position: absolute;
	cursor:pointer;
	width:139px;
    height: 25px;
    bottom: 7px;
	left:14px;
    background-image: url(cta1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
	cursor:pointer;
}
#neogda-ad.expand #neogda-ef-expand {
	display:none;
}

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




#neogda-ef-cta {
  position: absolute;
	cursor:pointer;
	width:124px;
    height: 25px;
    bottom: 7px;
	right:13px;
    background-image: url(cta1B.png); /* resize */
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
	cursor:pointer;
	
}

#neogda-ef-cta-text {
    position: absolute;
	cursor:pointer;
	width:100%;
    height: 100%;
    top: 0px;
    left:0px;
    background-image: url(cta_text_tix.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;
    right: 0px;
    width: 520px;
    height: 292px;
    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:267px;
    height: 42px;
    bottom: 19px;
    left:501px;
    background-image: url(); /* 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(); /* 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 {
    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: 432px; /* resize */
    height: 320px; /* resize */
    background-image: url(exp_logo1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
}

#neogda-ad.expand #neogda-ef-date {
    position: absolute;
    top: 0px; /* resize */
    right: 0px;
	 width: 300px; /* resize */
    height: 320px; /* resize */
	 background-image: url(exp_date_stack1.png); /* resize */
    background-repeat: no-repeat;
    background-position: center top ;
	
	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: 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;
}

#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: 26px;
    height: 26px;
    display: block;
	
	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:2700px;
	height:2500px;
	top:0px;
	left:0px;
	position: absolute;
	opacity:1;
	background:url(replay_sheet.png);
	background-color: transparent;
}
#sheet_static{
	position: absolute;
	width:300px;
	height:250px;
	top:0px;
	left:0px;
	background-color: transparent;
	background:url(sheet_static.png);
	overflow:hidden;
	cursor:pointer;
	opacity:0;
	
	display:none;
	
}

