body {
	background:#fff url("../images/bg_gallery.jpg") no-repeat;
	color:#fff;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

img.png { 
	behavior: url("pngbehavior.htc"); 
}

a {
	color:#546E87;
	text-decoration:none;
}

a:hover {
	color:#A28543;
	text-decoration:none;
}

div.closeWindow {
	padding:5px;
	padding-right:7px;
}



#galleryTitle {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:46px;
	left:28px;
	width:165px;
	z-index:1;
}

#galleryImage {
	border:1px solid #6A8097;
	background:#fff;
	padding:2px;
	position:absolute;
	top:38px;
	left:215px;
	z-index:2;
}

#galleryImage img {
	width:415px;
	height:333px;
}

#videoFile {
	border:1px solid #6A8097;
	background:#fff;
	padding:2px;
	position:absolute;
	top:101px;
	left:260px;
	z-index:2;
}

#gallerySummary {
	position:absolute;
	top:80px;
	left:28px;
	width:165px;
	z-index:1;
}

#galleryPaging {
	position:absolute;
	top:390px;
	left:215px;
	width:415px;
	z-index:3;
}

#galleryPaging a {
	color:#fff;
	border:1px solid #86A6BD;
	text-decoration:none;
	display:block;
	width:13px;
	text-align:center;
	padding:4px;
}

#galleryPaging a:hover, #galleryPaging a.selected {
	color:#546E87;
	border:1px solid #546E87;
	background:#fff;
}

#otherGalleries {
	position:absolute;
	top:383px;
	left:28px;
	z-index:2;
}

#otherGalleries select {
	width:163px;
}



