@charset "utf-8";
/* CSS Document */
#mask {
	background-color: #333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#imageWindow, #sequenceWindow {
	position: absolute;
	top: 40px;
	background-color:#fff;
	border: 1px solid #525252;
	padding: 0;
	z-index: 2000;
	cursor: pointer;
}
#imageFrame {
	margin: 4px;
}
#sequenceFrame {
	margin: 0 0 0 auto;
	width: 460px;
	/*height: 580px;*/
	overflow: scroll;
	text-align: left;
}
#sequenceWindow {
	width: 470px;
	/*height: 610px;*/
	text-align: right;
	overflow: hidden;
}
#imageFrame img {
	
}
.closeLink a{
	background: url(/images/ico_closewindow.gif) no-repeat left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14px;
	font-size: 11px;
	text-decoration: none;
	cursor: hand;
	color: #fff;
}
.closeLink {
	background-color: #00319a;
	padding: 4px;
	text-align:right;
}
.thumbnail {
	text-transform: uppercase;
	float: left;
	font-size: .9em;
	color: #454545;
	width: 193px;
	text-align: center;
	height: 100%;
	border-right: 1px solid #bcbcbc;

}


.thumbnail a img {
	border: none

	
}
.thumbnail a span, .thumbFeature a span, a.featureImage span, .thumbLg a span {
	background: url(/images/ico_mag_glass_sprite.png) no-repeat 0 0;
	height: 30px;
	width: 27px;
	position: relative;
	float: left;
	margin-top: -40px;
	cursor: pointer;
}
.thumbnail a:hover span {
	background: url(/images/ico_mag_glass_sprite.png) no-repeat 0 -30px;
}
.thumbnail a {
	color: #00139A;
	text-decoration: none;
	font-weight: bold
}
.thumbnail a:hover {	
	text-decoration: none;
}
#main2 #right p.thumbCaption {
	margin: 0;
	float: left;
	width: 200px;
	padding: 10px;
	padding-left: 34px;
	font-size: 1em;
	font-style: italic;
	line-height: 1.8em;
	margin-left: -27px;
}
.calloutSimple p.link {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 4px;
}
.SpryHiddenRegion {
	visibility: hidden;
}
#imageWindow {
	margin: 0 auto;
}
.thumb, .thumbLg {
	width: 120px; 
	float: left; 
	margin: 3px 4px; 
	color: #454545; 
	font-size: .9em;
	text-align: center;
}
.thumbLg {
	width: 222px;
}
.thumbLg img {
	width: 220px;
	height: 220px;
}
.thumbLg p {
	color: #454545;
	min-height: 32px;
}
#jmpscreens_region, #jmp10screens_region, #pro10screens_region, #jmpc4screens_region, #jmpg6screens_region, #jmp_ipad_screens_region {
	margin-left: 80px;
	padding-top: 18px;
}
#jmpscreens_region .thumbLg, #jmp10screens_region .thumbLg, #pro10screens_region .thumbLg, #jmpc4screens_region .thumbLg, #jmpg6screens_region .thumbLg, #jmp_ipad_screens_region .thumbLg {
	margin: 0 36px 10px 0;
}
.thumbCenter {
	width: 110px; 
	float: left; 
	margin: 3px 11px; 
	color: #454545; 
	font-size: .9em;
	text-align: center;
}
.thumb img, .thumbLg img {
	border: 1px solid #cdcdcd;
}