.black_overlay{ display:none ; position: fixed; top: 0; left: 0%; width: 100%; height:100%; background: #000; z-index:1001; -moz-opacity: 0.4; opacity:.5; filter: alpha(opacity=50); } 
.white_content { display:none; position: fixed; top: 0; z-index:1002; width:100%; height:100%; overflow:auto; padding:40px 10px 0 10px; }
a.close_btn{ background:url("../Images/close.png") no-repeat; width:36px; height:36px; display:block; position:relative; left: 111.5%; top:39px; z-index:9; }
/***********POPUP**************/
@font-face { font-family: 'Fjalla One'; font-style: normal; font-weight: 400; src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://fonts.gstatic.com/s/fjallaone/v3/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff'); }
.popupLight{ max-width:350px; margin:0 auto; position:relative; max-height:100%; height:100%; /*top: 22%;*/ }
.popupCont{ padding:30px; border:1px #ccc solid; background:#FFF; border-radius:4px; position:absolute; height: 310px; width:120%; overflow: hidden; margin-left: -15%; }
.popupLeftBtn{ text-indent:-9999px; position:absolute; left:10px; top:50%; }
.popupLeftBtn a{ display:block; background:url(../images/popupLeftArrow.png) no-repeat; width:50px; height:65px; }
.popupRightBtn{ text-indent:-9999px; position:absolute; right:10px; top:50%; }
.popupRightBtn a{ display:block; background:url(../images/popupRightArrow.png) no-repeat; width:50px; height:65px; }
.popupContentArea{ overflow:hidden; }