@import "lightbox.css";

/*plugin gallery - frontend styles*/
#gallery {
margin:5px;
}

#gallery img {
}

.gallery_block {
padding-bottom:10px;
float:left;
border-bottom:dotted 1px #cccccc;
}

.gallery_title {
font-weight:bold;
margin:8px 0;
float:left;
clear:both;
/*color:#ea2e2d;*/
}
.gallery_text {
width:500px;
float:left;
clear:none;

}
.gallery_image {
	width:110px;
	height:110px;
	clear:none;
	float:left;
	margin:5px 15px 5px 0;
}

.gallery_image a:hover {

}
.gallery_image a img {
	position: relative;
	border:solid 2px #cccccc;
}
.gallery_image a img:hover {

}

.gallery_text img {
margin:1px 15px 2px 0;
border:solid 2px #cccccc;
}