@import "lightbox.css";

/*plugin gallery - frontend styles*/
#gallery {
	position: relative;
	float: left;
	clear: both;
	width: 435px;
	padding: 0px;
	margin:0 -2px 0 -2px;
	height:auto;
	overflow:show;
}

#gallery_list {
	position: relative;
	float: left;
	clear: both;
	margin-bottom:20px;
}

#gallery_images {
	position: relative;
	vertical-align:top;
	clear: both;
	height:auto;
}

#gallery_image {
position:relative;
width:73px;
height:73px;
padding:1px 1px 2px 1px;
background:url(../images/bg_img_gallery.gif) no-repeat;
margin:6px;
float:left;
}



#gallery_image img {
	border-top:none;
	border-right:none;
	padding:0;
}




