	
/*GALLERY*/
#gallery_wrapper{
	position: relative;
	margin-top: 27px;
	overflow: visible;
	height: 470px; 
}


#gallery{
	height: 470px; 
	overflow:hidden;
}

#gallery a{
	display:block;
	width: 150px;
	height: 150px;
	background-color: #efefef;
	margin: 0 10px 10px 0;
	float:left;
	outline:0;
}

a.noimg{cursor:default;}

/*GALLERY NAVIGATION (Next/Back)*/
a.nav{
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -9000px;
	outline: 0;
}

#next{
position: absolute;
top: 30px;
left: -30px;
background: transparent url(img/gal_next.gif) no-repeat center center;
}

#back{
position: absolute;
top: 0px;
left: -30px;
background: transparent url(img/gal_back.gif) no-repeat center center;
}
#back:hover{background: transparent url(img/gal_back_active.gif) no-repeat center center;}
#next:hover{background: transparent url(img/gal_next_active.gif) no-repeat center center;}