/************************************************************************************
**  file: gallery.css
**  Date: April 2011
**  Project: Jquery Gallery
**  Theme Name: N/A
**  Theme URI: N/A
**  Description: Image Gallery
**  Version: 0.1
**  Author: Kaine Menzie
**  Author URI: http://www.eniak.com.au
***************************************************************************************/


#gallery {
	width:1024px;
	height:100%;
	margin: 20px auto;
	
}
#gallery #main_image {
	position: relative;
   	width: 100%;
	margin: 20px auto;
	height:295px;
}
	#gallery #main_image img {
		padding: 3px;
		border: 1px solid #fff;}
/*Headings*/

#gallery h3 {
	font-size: 3.0em;
	position: absolute;
	bottom: 15px;
    left: 0;
	padding-left:5px;
}
	#gallery h3 span {
	   color: white;
	   font: bold 24px/45px Helvetica, Sans-Serif;
	   letter-spacing: -1px;
	   background: rgb(0, 0, 0); /* fallback color */
	   background: rgba(0, 0, 0, 0.7);
	   padding: 10px;
	   width: 100%;
	}
#gallery h4 {
	text-align:left;
	padding:3px;
	font-size:1.25em;
	color:#FFF;
}

/*Typography*/

/*Gallery List*/
ul.galleryThumbs {
	list-style:none;
}
ul.galleryThumbs li {
	display: inline;
}
ul.galleryThumbs li img {
	padding: 3px;
	border: 1px solid #fff;
	cursor:pointer;
}
/*Forms*/
