﻿/*************************************************************************** GALLERY */
#featuredItems
{
	width:100%; 
	text-align: left;
	/*background-color:#eae7e0;*/
	/*background-color: #F7F7F7;*/
}
#GallerySection {
    clear:both;
    margin:20px 0px;
}
.imageGallery {
    min-height:600px;
}
.GalleryTitle {
	font-size:18px;
	text-align:left;
	font-weight:bold;
	padding:10px;
}
/*
.GalleryFeatured 
{
    display:inline-block;
        zoom: 1;
    *display: inline;
	background-color:#d1d1d1;
	color:#fff;
	padding:15px;
	margin:15px 15px 0px 0px;
}
.galTitle {
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height: 3;
	
}

.GalleryItem {
    width:190px;
    float:left;
    margin:0px 0px 15px 10px;
    border:1px solid #666;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 3px;
} 
.GalleryDetails 
{
	padding:10px;
}
.GalleryDetails img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 3px;
}
      */
.galThumb 
{
	/*
    -moz-border-radius: 10px;
    border-radius: 10px;   
    */ 
}
