@charset "utf-8";
/* CSS Document */
table.WebYepGalleryContainer {
   border-collapse: collapse;
}

table.WebYepGalleryContainer td {
   text-align: center;
   vertical-align: top;
   border: none;
   padding: 0px;
}

.WebYepGalleryImage img {
	border:none;
	padding-left:2px;	
	padding-bottom:2px;	

}

.WebYepGalleryText {
	display:none;
}

.gallery_container {padding:4px; background-color: #FFF;}
img.gallery_preview {  padding:0; border-top: solid 1px #FFF;
	border-left: solid 1px #FFF; margin-bottom:10px;}
.gallery-spacer { height:5px; overflow:hidden; }
.gallery_description { font-size:10px; color:#333; }
.gallery_description_wrapper { float:right;width:315px; padding-right:5px;}

