﻿
.galleryItem
{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 236px;
	}





.galleryItemText
{
	display: none;

	}
	
.galleryItemImage
{
    width: 165px;
    }


#GalleryOverlayText ul li
{
 list-style: none;
 display: inline-block;
 float: left;
width: 250px;
padding: 0px 0px 10px 0px;
 
	}
	
#GalleryOverlayText ul li a
{
	
	}


/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#ffffff; 
     
    width:520px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

.simple_overlay #GalleryOverlayImage
{
	margin: 10px;
background-image: url(/images/background/gallerypreloader.gif);
background-position: center center;
background-repeat: no-repeat;
	}
	
.simple_overlay #GalleryOverlayText
{
	font-size: 14px;
	clear: both;
	padding: 10px;
	}
 
.simple_overlay div span
{
	color:#80686A;
	display: inline-block;
	margin: 0px 5px;
	
	}
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/images/generic/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

a#Prev
{
	display: block; 
	width: 36px; 
	height: 36px; 
	position:absolute; 
	top: 300px; 
	left: -18px; 
	background-image: url(/images/background/btn-prev.png);
	}
	
a#Next
{
	display: block; 
	width: 36px; 
	height: 36px; 
	position:absolute; 
	top: 300px; 
	right: -18px; 
	text-align: right; 
	background-image: url(/images/background/btn-next.png);
	}
