*{margin:0;padding:0;text-decoration:none;}
body{width:320px;height:416px;font-family:"Helvetica", Verdana, Arial;font-size:10pt;font-weight:normal;color:#000000;background:#FFFFFF;}
body[orient="portrait"] {width:320px;height:416px}
body[orient="landscape"] {width:480px;height:268px;}
/*Container*/
.masterContainer{width:320px;height:416px;overflow:hidden;width:320px;height:416px;}
body[orient="portrait"] .masterContainer{height:416px;}
body[orient="landscape"] .masterContainer{width:486px;height:268px;}


/*Lightbox*/
body[orient="portrait"] #lightBox{
	display:none;position:absolute;z-index:1;margin-top:50px;left:50%;width:220px;margin-left:-110px;padding:10px 0;
	box-shadow:2px 2px 2px #333333;text-shadow: #fff 0px 1px 1px;-webkit-border-radius:5px;border:solid #C9C9C8 1px;background:rgba(0,0,0,0.5);text-align:center;font-family:"Helvetica Neue", Helvetica;
}
body[orient="landscape"] #lightBox{
	display:none;position:absolute;z-index:2;margin-top:50px;left:50%;width:220px;margin-left:-110px;padding:10px 0;
	box-shadow:2px 2px 2px #333333;text-shadow: #fff 0px 1px 1px;-webkit-border-radius:5px;border:solid #C9C9C8 1px;background:rgba(0,0,0,0.5);text-align:center;font-family:"Helvetica Neue", Helvetica;
}
#lightBoxTxt{
	padding:0 0 10px 0;color:white; font-weight:bold;text-shadow: #000 0px 1px 1px;
}
#lightBox a{
	font-weight:bold;color:black;text-decoration:none;padding:2px 10px;
	background:#EEE;-webkit-border-radius:5px;border:solid #C9C9C8 1px;
}
