	
#image-gallery {
	width: 370px;
	height: 398px;
	position: relative;
	margin-bottom: 20px;
	}

body.small #image-gallery {
	margin-bottom: 0px;
	}

#gal-cont {
	width: 368px;
	height: 370px;
	border: 1px solid #cfcfcf;
	border-bottom: 0;
	position: relative;
	}
	
img.icon-green {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 99;
	}	
	
#gal-ctrls {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 23px;
	width: 100%;
	background: url(../images/gal-ctrls.png) no-repeat -1px 0;
	padding-left: 8px;
	}

#gal-ctrls a.enlarge {
	float: right;
	width: 23px;
	height: 23px;
	background: url(../images/gal-enlarge.gif) no-repeat 0 0;
	margin-right: 13px;
	}
	
	
#gal-ctrls ul {
	list-style-type: none;
	padding-top: 5px;
	}

#gal-ctrls ul li {
	float: left;
	display: block;
	}	

#gal-ctrls ul li a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	margin: 2px;
	}	

#gal-ctrls ul li a:hover, 
#gal-ctrls ul li.active a {
	background-color: #11acef;
	}

	
span#gal-img {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/gal-img-fpo.jpg) no-repeat 0 0;
	}
	
	
	
#gal-nav {
	float: left;
	width: 370px;
	list-style-type: none;
	background-color: #eee;
	}	

#gal-nav li { width: 33%; float: left; }	
#gal-nav li.middle { width: 34%; }

#gal-nav li a {
	display: block;
	width: auto;
	height: 28px;
	text-align: center;
	color: #9ea2a4;
	font-weight: bold;
	font-family: Arial, Hevletica, Verdana, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	background: #eaedee url(../images/gal-nav-crt.gif) no-repeat 91% -38%;
	position: relative;
	border-top: 1px solid #cfcfcf;
	}

#gal-nav li a:hover {
	color: #11acef;
	background-position: 91% 140%;	
	}


#gal-nav li a span {
	display: block;
	position: absolute;
	left: 9%;
	top: 25%
	}


#gal-nav li.first a { border-right: 1px solid #ccc; }
#gal-nav li.last a { border-left: 1px solid #ccc; }

#gal-nav li.active a {
	border: 1px solid #cfcfcf;
	border-top: 0;
	background-color: #fff;
	}
