/* @override 
	http://endlesstest/gallery/css/includes/gallery.css
	http://endlesstest/gallery/css/gallery.css
*/
a img{
	border-width: 0px;
}
.gallery_toolbar{
	height: 45px;
	width: 100%;
	background: url(../images/toolbar_bg.gif) repeat-x;
	text-align: center;
}
.gallery_toolbar img{
	margin-left:15px;
	margin-right:15px;
	margin-top: 5px;	
}

#gallery_container{
	margin: 0 auto;
	text-align: center;
}
.gallery_thumb{
	border: 1px solid #DDD;
	-webkit-box-shadow: rgba(0,0,0,.4) 1px 1px 4px;
	background:-webkit-gradient(linear, left top, center bottom, from(#fff), to(#F0F0F0));
	padding: 5px;
	
	cursor: pointer;
	display: inline-block;
	
	zoom:1; *display: inline; /* Inline block for IE 7 */
	
	margin: 11px;
}

.gallery_thumb img{
	max-width: 150px;
}


.gallery_full{
	-webkit-box-shadow: rgba(0,0,0,.4) 1px 1px 7px;
	display: inline-block;
	background:-webkit-gradient(linear, left top, center bottom, from(#fff), to(#F0F0F0));
	padding: 10px;
}
h2{
	background-image: url(../images/nav-bg.gif);
	color: #444;
	text-shadow: #EEE 0 -1px 0;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 15px;
}
.search_list input, .search_list select{
	font-size: 13px;
}
.search_list{
	padding-left: 10px;
	font-size: 13px;
}
.search_list li{
	list-style:none;
}

