/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position: relative; 
  width: 712px;
  height:890px; 
}

#thumbs 
{ width: 205px; 
  float: right;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 1px solid #369;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #6090bf;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 0; 
  padding: 2px;
  border: 1px solid #369;
}

.photosTitle {
	float:left;
	font: bold 19px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	width:745px;
	margin-top:12px;
	padding:6px 0 6px 6px;
	border-width:1px;
	border-style:solid;
	border-color:#369;
	background: url(../resources/header_photos.gif);
	background-repeat: repeat-y;
}
.photosTitle a:link, .photosTitle a:visited {
	color: #fff;
	text-decoration:none;
}
.photosTitle a:hover {
	color:#033;
	text-decoration: none;
}
.photosBox {
	float:left;
	width:729px;
	height:890px;
	margin-top:12px;
	padding:12px;
	background-color:#e3ebef;
}

