﻿.gallerypanelblock { overflow:visible; }

.gallerypanelblock .gallerycontainer { width:100%; list-style-type: none; margin:0px; padding:0px; padding-left: 20px;}
.gallerypanelblock h1 {}
.gallerypanelblock .gallerydesc {}

/* Use the width and height on the div.GalleryItem, and the max-width, max-height on the image to control the list */
/* Ajust the left property of galleryitemmiddle for IE */
.gallerypanelblock .galleryitem { width:150px; height: 150px; text-align:center; margin:10px; padding-top:0px; float: left; border: solid 2px #cc0066;display: table; #position: relative; #text-align: center; overflow: hidden;}
.gallerypanelblock .galleryitemmiddle { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; #left: 20px; }
.gallerypanelblock .galleryiteminner { #position: relative; #top: -50%; }

.gallerypanelblock .galleryitem img { max-width: 130px; max-height: 130px; background-color:Transparent; border: solid 0px #ffffff; padding:10px; }
.gallerypanelblock .galleryitem img:hover { opacity: .7; filter:alpha(opacity=70);}

.gallerypanelblock .placeholder { clear: both;}