#yaql{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 220;
	text-align: center;
	line-height: 0;
	
	}

#yaql_contentHolder, #yaqlInnerFrame, #yaql_contentHolder, #yaql_IFramePlugin { background: none!important
 }

#yaql a img{ border: none; }

#yaql_border {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#yaql_innerBorder {
	padding: 10px;
	}

#yaql_loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#yaql_hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#yaql_innerBorder>#yaql_hoverNav{ left: 0;}
#yaql_hoverNav a{ outline: none;}

#yaql_prevLink, #yaql_nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/yaql/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#yaql_prevLink { left: 0; float: left;}
#yaql_nextLink { right: 0; float: right;}
#yaql_prevLink:hover, #yaql_prevLink:visited:hover { background: url(../images/yaql/prev.gif) left 50% no-repeat; }
#yaql_nextLink:hover, #yaql_nextLink:visited:hover { background: url(../images/yaql/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#yaql_nextLinkText, #yaql_prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#yaql_nextLinkText{
padding-left: 20px;
}
#yaql_prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #yaql_meta {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#yaql_metaContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#yaql_meta{
	padding:0 10px;
	}
#yaql_meta #yaql_details { width: 70%; float: left; text-align: left; }
#yaql_meta #yaql_caption { font-weight: bold; }
#yaql_meta #yaql_numDisplay { display: block; clear: left; padding-bottom: 1.0em; }
#yaql_meta #yaql_navClose { width: 66px; float: right;  padding-bottom: 0.7em; }
#yaql_meta #yaql_helpDisplay {clear: left; float: left; display: block; }

#yaql_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 210;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.yaql_clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .yaql_clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .yaql_clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#yaqlInnerFrame {
	display: none;
}	
