@charset "utf-8";
/* Gallery */

body { width:957px; position:relative;}

img { border:1px solid #ccc; }

div.gallery {
	float:left;
	display:inline;
	margin-left:20px;
}
.gallery h2{
	margin:6px 0 6px 0px;
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
}
ul#gList {
	display:table;
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
	max-width:240px;
	float:left;
	position:relative;
	z-index:100;
}
#gList .gallery a {
	color:#e63f33;
	text-decoration:none;
	position:relative;
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
	font-size:24px;
	display:block;
	padding:0 5px 0 5px;
}
#gList .gallery a:hover {
	color:white;
}
#gList .gallery a span {
	display:none;
	position:absolute;
	left:100%;
	top:-65px;
	text-align:center;
	padding:10px 0 0px 0;
	border:1px solid #333;
	height:165px;
	z-index:388;
}
#gList .gallery a span:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
}
#gList .gallery a:hover span {
	display:block;
	background:#1c1c1c;
	width:320px;
}
#gList .gallery img  {
	float:left;
	margin-left:10px;
}
#gList .gallery p{
	width:84px;
	text-align:left;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin:0 0px 0 220px;
	text-transform:none;
	border:1px solid #ccc;
	height:144px;
	background:#111;
	padding:3px;
	color:white;
}
#browseImg {
	width:700px;
	height:220px;
	right:0;
	border:1px solid #e63f33;
	padding-left:15px;
	overflow:hidden;
	position:absolute;
	z-index:1;
}
#browseImg h2 {
	color:#ede3b2;
}
a.galNavF, a.galNavB{
	position:absolute;
	text-decoration:none;
	top:-1px;
	display:block;
	border:1px solid #712C24;
	font-size:26px;
	width:20px;
	padding-top:85px;
	text-align:center;
	height:220px;
	background:#111;
	color:#A12C24;
}
a.galNavF:hover, a.galNavB:hover {
	border:1px solid #712C24;
	background:#171717;
	color:white;
}
a.galNavF{
	right:-1px;
}
a.galNavB{
	left:-1px;
}
#galleryView {
	position:absolute;
	right:0;
	top:405px;
	width:717px;
	margin-bottom:10px;	
}
#showPic {
	padding:10px;
	border:1px solid #e63f33;
	width:540px;
	height:405px;
	margin-left:155px;
}
#showPic a img{
	border:1px solid white;
	width:540px;
	height:405px;
}
#picInfo {
	padding:10px;
	border:1px solid #e63f33;
	width:123px;
	height:405px;
	float:left;
}
#picInfo h3 {
	font-weight:normal;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	color:#ede3b2;
}
#picInfo p {
	margin:0;
	font-size:14px;
}
/* start \*/
* html #picInfo { height:453px; }
* html body { width:971px; }
/* end */