﻿/* Gallery Styles */

.picturegallery {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 99%; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
}

.picturegalleryimage
{
filter:alpha(opacity=30);
opacity: .30;
transparent: 70%;
padding:0px 0px 0px 0px;
border:1px gray solid;
color: red
}

.hover 
{
filter: no-filter;
opacity: 1;
transparent: 100%;
}

.galleryElement
{
padding:1px 2px 1px 2px !important;
}
