/* ------------- GALLERY STYLES -------------------*/	
	
ul.thumbs li {
	list-style: 		none;
	float: 				left;
	display: 			block;
	list-style-image: 	none !important;
	margin:				5px 5px 0 5px !important;
}
ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
ul.thumbs li img {
	border:				none;
	margin:				0 !important;
}
ul.thumbs li a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
ul.thumbs li p {
	overflow:			hidden;
}
.thumbs .clearboth { 
	clear: 				both; 
}

#gallerynumbers{
	border:#036 solid;
	border-width:2px 0;
	padding:2px;
	margin:2px;
	text-align:center;
}

#gallerynumbers p, #gallerynumbers a {
	font-size:12px;
	padding:2px 4px; margin:2px;}
	
#gallerynumbers p.current {
	display:inline-block;
	border:1px solid #FFF;
	background-color:#036; color:#FFF;
}

#gallerynumbers p.invisible {
	display:none;
}

#gallerynumbers a {
	color:#036;
	border:1px dotted #036;
	background:none;
	text-decoration:none;}
	
#gallerynumbers a:hover {
	background-color:#036;
	color:#FFF;}
	
#gallerythumbs{
	display:block;
	padding:10px;
	margin:0px auto;
	}
	
#gallerythumbs ul {
}

#gallerythumbs ul li, li.galthumbli {
}
	
#gallerythumbs ul li a img {
	display:block;
	border:#FFF solid; border-width:3px 3px 10px 3px;
	margin:10px;}
	
#gallerythumbs ul li a:hover img {
	border-color:#09F;}
	
/* ------------- Childgallery Listing -------------------*/	

#childgallery{
	display:block;
	padding:5px;
	margin:5px;
	width:200px;
	height:260px;
	text-align:center;
}

a #childgallery p {
	font-size:14px;
	letter-spacing:-1px;
	padding:3px;
	background:#000;
	color:#FFF;
	text-decoration:none;}
	
a #childgallery{
	text-decoration:none;
	background:url(images/AH_childgallerybuttonback-01.png) center center no-repeat;

}

a:hover #childgallery{
	background:url(images/AH_childgallerybuttonback-01h.png) center center no-repeat;
}

#childgallerypic {
	background:url(images/shadow-01.png) center center no-repeat;
	display:block;
	width:160px;
	margin-top:20px;
	height:122px;
	padding:5px;
	vertical-align:middle;}
	
.gecko #childgallerypic, .gecko a #childgallery p  {
	margin:20px auto 0px auto;
	font-weight:bold;}

#childgallerypic_in {
	display:block;
	padding:3px;
	height:115px;
	background-color:#FFF;}

#childgallery img {}

.childscontainer{}