/*********************** FULLSCREEN ***********************/
#fullscreen { 			position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999; background:url('bg.png'); }
						
.displayOn { 			display:table; }
.displayOff { 			display:none; }

.scrollOn{ 				overflow-y:visible; }
.scrollOff{				overflow-y:hidden; }



.fullscreenWindow {		width:500px; height:400px; padding:10px 5px; z-index:300;  margin:40px auto 0 auto; background:white; }
.fullscreenContent {	width:475px; height:380px; padding:0 15px 0 10px; overflow-y:scroll; }



/* CLOSE BUTTON LANGUAGES */
.fullscreenClose {			width:60px; height:14px; display:block; float:right; margin:0 1px 10px 0;
							background-position:top right; }
.fullscreenClose:hover {	background-position:bottom right; }

