.jswindow {
	position: fixed;
	z-index:1500;
	border: 1px solid;
	background:#FFFFFF;
	margin: auto;
}
.jswindow a.close {
	position: absolute;
	display: block;
	top:7px;
	right:7px;
	left: auto;
	height:13px;
	width:13px;
	z-index:1510;
	cursor: default;
	background-image:url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.jswindow a.close:hover {
	background-position: bottom;
}

#gallery_popup {
	font-family:Trebuchet MS;
}
#gallery_popup .popup_inside {
	padding: 20px 0 20px 30px;
	float: left;
	width: 585px;
	position: relative;
}
#gallery_popup .nav,
#gallery_popup .thephoto {
	float: left;
}
#gallery_popup .nav a {
	display: block;
}
#gallery_popup .left {
	margin-right: 30px;
}
#gallery_popup .right {
	margin-left: 30px;
}

#gallery_popup .thephoto {
	position: relative;
	min-width: 310px;
	height: 500px;
	text-align: center;
}

* html #gallery_popup .thephoto {
	width: 310px;
}

#gallery_popup .thephoto img {
	display: block;
}
#gallery_popup .nav {
	position: relative;
}
#gallery_popup .gallery_corners {
	z-index:55;
	left:0px;
	top:0px;
}
#gallery_popup .vertical .gallery_corners {
	background:url(../images/counterforms/gallery-popup.png) no-repeat;
	height:136px;
	width:86px;
}
#gallery_popup .horizontal .gallery_corners {
	background:url(../images/counterforms/gallery-popup-hor.png) no-repeat;
	width:136px;
	height:86px;
}

* html #gallery_popup .gallery_corners {
	background:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="media/images/counterforms/gallery-popup.png");
}

* html #gallery_popup .horizontal .gallery_corners {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="media/images/counterforms/gallery-popup-hor.png");
}

#gallery_popup .arrow {
	position:absolute;
	background:url(../images/arrow.png);
	z-index:60;
	height:44px;
	width:33px;
	cursor: pointer;
}

#gallery_popup .vertical .arrow {
	left:23px;
	top:39px;
}

#gallery_popup .horizontal .arrow {
	left:48px;
	top:19px;
}

* html #gallery_popup .arrow {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="media/images/arrow.png");
}


#gallery_popup .arrow_next {
	background:url(../images/arrow-next.png);
}
* html #gallery_popup .arrow_next {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="media/images/arrow-next.png");
}

#gallery_popup .things {
	font-size:12px;
	font-family:Trebuchet MS;
	width:113px;
}
#gallery_popup .things .title {
	border-bottom:solid 1px #000000;
	padding-bottom:6px;
	margin:35px 20px 6px 0;
}
#gallery_popup .things .thing {
	background:url(../images/arrow-things.gif) no-repeat 0 6px;
	padding:0;
	line-height:16px;
	padding-left: 15px;
	position: relative;
	left: -15px;
}
#gallery_popup .things .items .border_things {
	height:1px;
	border-bottom:dotted 1px #888888;
	margin-borrom: 1px;
	padding-top: 1px;
}
#gallery_popup .things .items em {
	color:#666666;
}


