/* styling for Header */
#Hdr {
	position:relative; 
	width:600px; 
	height:120px; 
	border:1px solid #a49188; 
	background:url(../Images/Gallery.gif); 
	margin:1px auto;
	z-index:100;
}

/* styling for Gallery Container*/
#Galcont {
	clear:both;
	position:relative; 
	width:600px; 
	height:455px; 
	background:#d1c8c3; 
	border:1px solid #a49188; 
	margin:0 auto;
	padding-top:4px;
}

#Galcont h1 {
	clear:both; 
	margin:0;
	padding-bottom:6px; 
	text-align:center; 
	font-size:24px;
	font-weight:normal; 
	color:#fff;
}

#Galcont h1 span {
	vertical-align:middle;
	font-size:18px; 
	color:#aaa;
}

.photo {
	position:relative;
	float:left;
	margin: 4px; 
	padding: 4px;	   
	border:0; 
	height:88px;
	width:280px; 
	background:#eae1dc;
}

a, a:visited {
	color:#069;
	text-decoration:none;
	outline-style:none;
}

a:hover, a:active {
	color:#e76800;
	text-decoration:none;
	outline-style:none;
}

a.slidea {background:url(../Images/GAL_The_Victa.jpg);}
a.slideb {background:url(../Images/GAL_Reflections_-_Fraser_Island.jpg);}
a.slidec {background:url(../Images/GAL_Back_from_the_Markets.jpg);}
a.slided {background:url(../Images/GAL_Scarf.jpg);}
a.slidee {background:url(../Images/GAL_Longing.jpg);}
a.slidef {background:url(../Images/GAL_Red_Shoe_Fairytale.jpg);}
a.slideg {background:url(../Images/GAL_Touring_Italy.jpg);}
a.slideh {background:url(../Images/GAL_The_Apple_Board.jpg);}


.select, .select:visited {
	display:block;
	float:left; 
	color:#000; 
	border:2px solid #b3ab79; 
	margin:2px 1px 0px 1px; 
	width:120px;
	height:80px;
}

.select:hover {
	border:2px solid #ffff00;
}

.select:active, .select:focus {
	border:2px solid #e76800; 
}

.galtitle {
	float:left;
	padding: 0px 4px 32px 4px;
	text-align:right;
	font-weight:bold;
}

.galinfo {
	float:left;
	padding-top: 4px;
	width:150px;
	height:84px;
	overflow:hidden;
}

.galinfo ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

.galinfo ul li {
	float:left;
	border:0;
}

.galinfo ul li a, .galinfo ul li a:visited {
	display:block;
	text-align:center;
	width:18px;
	height:18px;
}
.galinfo ul li a:hover {
	background:#d1c8c3; 
}

#prev, #next {
	clear:both;
	position:absolute;
	height:16px;
	top:10px;
	/* top:428px; */
}

#prev {
	left:20px;
}

#next {
	left:536px;
}