#GalleryContainer {overflow:hidden; margin-top:20px;}
.GalleryContainer_Item { width:530px; margin:0 auto; overflow:hidden; padding-bottom:15px; border-bottom:1px dashed #788476; margin-bottom:15px; }
.GalleryContainer_Inner {width:530px; overflow:hidden;}
.GalleryContainer_Inner.odd_Inner {}
.GalleryContainer_Inner.even_Inner {}
.GalleryContainer_Footer.odd_Footer {}
.GalleryContainer_Footer.even_Footer {}
.GalleryContainer_Item .odd {}
.GalleryContainer_Item .even {}
.GalleryContainer_Item .galleryImage { float:left; width:138px; border:4px solid #A5AEA5; margin-right:15px; }
.GalleryContainer_Item .galleryImage img { height:110px; width:138px; }
.GalleryContainer_Item .galleryTitle {float:left; width:355px; font-family:"Times New Roman", Times, serif; font-size:18px; }
.GalleryContainer_Item .galleryDescription {float:left; width:340px; padding-right:15px; padding-bottom:10px;}
.GalleryContainer_Item .galleryLink { float:left; }
.GalleryContainer_Item .galleryLink a { 
	background-image: url(../../images/ArrowRight.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#84D7FF; 
	padding-right:12px;
} 
