/*Gold Fidelity Galleries page CSS*/
div#outer
{
	height: 765px;
}
div#overlay
{
	height: 852px;	
}
div#content {
	text-align: justify;
	height: 570px;
/*If the "leftnav" div is longer than the main content, the border can be applied to the right side of the "leftnav" div instead of the "content" div.*/ 
}
/*Left navigational column*/
div#leftnav {
} 
div#rightnav {
}
div#featurelist
{
	position: relative;
	top: 80px;
}
div#galleryicon
{
	position: relative;
	margin: 5px 0px 0px 85px;
}
/*gallery icons*/
ul#galleryicons {
    list-style-type: none;
    width: 100%; /*make the entire list into a navigation bar*/
	background-color: transparent;
	width: 600px;
	margin: 0;
	padding: 0 0 0 0;
}
ul#galleryicons li {
    display: inline;
	background-color: transparent;
	background-image: none;

}
ul#galleryicons li a {
    width: 5em;
    padding: 0 .5em; /*put each list item into a box*/
	padding: 0;
    text-decoration: none;
	background-color: transparent;
}
ul#galleryicons li a img 
{
	border: 2px #A06B28 ridge;
}
ul#galleryicons li a img:hover
{
	border: 2px #FFEE90 groove;
}
ul#galleryicons li#gal
{
	position: relative;
	left: -5px;
	margin: 0px;
	padding: 0px;	
}
ul#galleryicons li#hov
{
	position: relative;
	left: 1px;
	top: -16px;
	margin: 0px;
	padding: 0px;	
}
ul#galleryicons li#mul
{
	position: relative;
	left: 12px;
	top: -27px;
	margin: 0px;
	padding: 0px;	
}
ul#galleryicons li#smp
{
	position: relative;
	left: 34px;
	top: -60px;
	margin: 0px;
	padding: 0px;	
}
ul#galleryicons li#pcl
{
	position: relative;
	left: 60px;
	top: -58px;
	margin: 0px;
	padding: 0px;	
}

ul#galleryicons li a:link 
{
	border: 0px black solid;
}
ul#galleryicons li a:hover { /*Set the hover rollover effect*/
	background-image: none;
}
ul#galleryicons li a.noborder { /*No "border" divider on the rightmost item*/
    border-right: none;
}
div#footer
{
	top: -490px;
}
