/* Gallery */

#instant-gallery{
	overflow: hidden;
	display: block;
	width: 325px;
	margin-bottom: 1.5em;
	}

/* Main Display Area */

#ig-main{	
	width: 325px;
	margin-bottom: 15px;
 	}

#ig-hero{
	}
	
#ig-title{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	}

/* Thumbnails */

#ig-thumbs {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
 
#ig-thumbs li{		
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	float: left;
	display: block; 
	cursor: pointer;
	}

#ig-thumbs img{
	width: 75px;				/* Customize to change Thumbnail Width */
	height: 55px;				/* Customize to change Thumbnail Height */
	padding: 1px;
	border: 1px solid #ddd;
	}

#ig-thumbs li img:hover,
#ig-thumbs li img.selected{ 
	border: 1px solid #aaa !important;
	}
