/*------- MAIN PAGE --------- */
#galleryCategories {
	width: 920px;
	margin: 0 auto;
}
#galleryCategories ul li {
	float: left;
	width: 130px;
	padding: 5px;
	height: 200px;
	margin: 0 0 25px 10px;
	border: 1px solid #ccc;
}
#galleryCategories ul li h3 {
	font-size: 16px;
 	background: none;
	padding: 0;
	margin: 0;
	color: #fff;
}
#galleryCategories ul li .galThumb {
	padding: 5px;
	background: #fff;
	display: block;
	margin: 0 0 10px 0;
}
#galleryCategories ul li .galThumb:hover {
 	background: #ccc;	
}


#galleryCategories ul #eq_album {
	background: #47A7A7;	
}
#galleryCategories ul #em_album {
	background: #B38370;	
}
#galleryCategories ul #ra_album {
	background: #6D407C;	
}
#galleryCategories ul #fa_album {
	background: #1E7693;	
}
#galleryCategories ul #mc_album {
	background: #C25524;	
}
#galleryCategories ul #nth_album {
	background: #005841;	
}




/* -------- ALBUM PAGE ---------- */
#gallery {
	padding: 5px;	
}
#gallery .albumItem {
	border: 1px solid #ccc;
	margin: 0 0 25px 0;
	padding: 15px;
	background: url(../gfx/gallery_item_bg.jpg) repeat-x 0 100% #fff;
}



#gallery .albumItem .galThumb {
	width:100px;
	height:100px;
	padding: 5px;
	background: #fff;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #ccc;
}
#gallery .albumItem .galThumb:hover {
	background: #666;	
}
#gallery .albumItem .galThumb span {
	display: block;
	overflow:hidden; 
	width:100%;
	height:100%;
}
#gallery .albumItem .galThumb img {
	width:100% !important;
	height:auto !important;
}
						   
#gallery .albumItem .galThumb img.notTallEnough {
	width:auto !important;
	height:100% !important;
}

#gallery .albumItem h1.title {
	font-size: 18px;
	color: #000;
	margin: 0 0 5px;
}
#gallery .albumItem .date {
	display: block;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#gallery .albumItem #btn_gallery {
	width: 123px;
	height: 30px;
	display: inline-block;
	text-indent: -999em;
	background: url(../gfx/btn_view_photos.jpg) no-repeat 0 0;
}
#gallery .albumItem #btn_gallery:hover {
	background-position: 0 -30px;	
}


/* ------ GALLERY IMAGES --------- */
#galleryimages {
	padding: 5px 5px 20px 5px;
}

#galleryimages ul li {
	float: left;
	margin: 8px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

#galleryimages ul li a {
	display: block;	
	width:150px;
	height:150px;
	overflow:hidden;
}
#galleryimages ul li:hover {
	background: #E6E6E6;	
}

#galleryimages ul li a img {
	width:100% !important;
	height:auto !important;
}
						   
#galleryimages ul li a img.notTallEnough {
	width:auto !important;
	height:100% !important;
}

#galleryimages #btn_view_albums {
	width: 155px;
	height: 30px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_view_albums.jpg) no-repeat 0 0;
	position: absolute;
	right: 35px;
	top: -50px;
}
#galleryimages #btn_view_albums:hover {
	background-position: 0 -30px;	
}
