body {
	margin:0;
	color:#666;
	font:14px/17px Arial, Helvetica, sans-serif;
	background:#fff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
img {border-style:none;}
a {
	color:#00f;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
q {quotes:none;}
q:before {content:''}
q:after {content:''}
/*for mobile*/
input[type="text"], input[type="password"], input[type="file"], textarea{
	-webkit-appearance:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
/*popup*/
#popup{
	width:750px;
	margin:0;
	/* border:1px solid #333; */
	color:#666;
	background:#fff;
	font:14px/17px Arial, Helvetica, sans-serif;
	padding: 30px;
}
#popup a{
	color:#00aced;
	text-decoration:none;
}
#popup a:hover{text-decoration:underline;}
/*header*/
#popup .header{
	overflow:hidden;
	position:relative;
	background:#051530 url(../images/bg-header.gif) repeat-y;
	padding:19px 29px;
}
/*logo*/
#popup .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	width:183px;
	height:20px;
}
#popup .logo a{
	display:block;
	height:100%;
}
/*btn-close*/
#popup .btn-close{
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	background:url(../images/btn-close.png) no-repeat;
	width:22px;
	height:23px;
	top:17px;
	right:16px;
}
/*container*/
#popup .container{padding:0px 0px 0px 0px;}
/*content*/
#popup .content{overflow:hidden;}
#popup .content .link{
	float:right;
	width:95px;
	font-size:13px;
	line-height:16px;
	padding:0 0 0 110px;
}
#popup .content .content-text{overflow:hidden;}
#popup h1{
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#000;
	margin:0 0 6px;
}
#popup .content p{margin:0 0 4px;}
/*gallery-holder*/
#popup .gallery-holder{margin:0 0 9px;}
/*gholder*/
#popup .gallery-holder .gholder{
	position:relative;
	/* HR beneath navigation control */
	/* border-top:1px solid #ebebeb; */
	border-width:1px 0;
	padding:10px 0 0 0;
	width:750px;
	overflow:hidden;
}
/*paging*/
#popup .gallery-holder .paging{
	font-size:12px;
	line-height:15px;
	color:#999;
	overflow:hidden;
	padding:0 0px 4px;
}
#popup .gallery-holder .paging .num{
	font-weight:normal;
	float:right;
	padding:13px 13px 0 0;
}
/*buttons*/
#popup .gallery-holder .buttons{float:right;}
#popup .gallery-holder  .buttons .prev,
#popup .gallery-holder  .buttons .next{
	float:left;
	background:url(../images/buttons.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	height:26px;
	width:26px;
	margin-left:2px;
    outline: none;
}
#popup .gallery-holder  .buttons .next{ background-position:-28px 0;}
#popup .gallery-holder  .buttons .prev:hover{ background-position:0 -33px;}
#popup .gallery-holder  .buttons .next:hover{ background-position:-28px -33px;}
/*gmask*/
#popup .gallery-holder .gmask{
	position:relative;
	overflow:hidden;
}
#popup .gallery-holder .gmask ul{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	height:614px;
}
#popup .gallery-holder .gmask ul li{
	width:750px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
}
#popup .gallery-holder .gmask ul li.active{z-index:2;}
/*btn-prev*/
#popup .gallery-holder .btn-prev,
#popup .gallery-holder .btn-next{
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:30px;
	bottom:30px;
	width:450px;
	z-index:20;
	background:url(../images/arrows.gif) no-repeat -9999px 50%;
        outline: none;
}
/*btn-next*/
#popup .gallery-holder .btn-next{
	left:auto;
	right:0;
}
/* #popup .gallery-holder .btn-prev:hover{ background-position: 0 50%;} */
/* #popup .gallery-holder .btn-next:hover{ background-position: 100% 50%;} */
/*footer*/
#popup .footer{
	padding:20px 0 0;
	font-size:12px;
	line-height:15px;
	color:#999;
}
#popup .footer p{margin:0;}
#popup .footer a{color:#0065bd;}

/*canvas dimensions override 750x550*/
.popup750x550, .gholder750x550, .li750x550{
	width: 750px !important;
}
.gmask750x550{
	width: 750px; height: 550px !important;
}
.btn-prev750x550, .btn-next750x550{
	width: 375px !important;
}
