﻿.gallery-section {  
	float: left;
	margin:0 10px 15px 14px;
	width:120px;
	height:140px;
}
.small-gallery-section {  
	float: left;
	margin:0 10px 15px 14px;
	width:120px;
	height:90px;
}
.img-shadow {
	background: url("../../img/smallshadow.png") no-repeat right bottom; 
	margin: 0px 0px 3px 0px !important;  
	float: left;
	width:127px;
	height:88px;
}
.img-shadow div {
	padding: 0px 3px 3px 0px; 
	width:120px;
	height:80px;
	overflow:hidden;
}
.img-shadow div input {
    width:120px;
}
.galleryHeader .title
{
    padding:8px;
    font-size:1.4em;
    color:White;
    text-align:center;
}
.galleryHeader .description
{
    padding:8px;
    margin:0 5px;
    color:White;
    text-align:center;
}
.galleryCaption
{
    padding:5px;
    margin:5px;
    text-align:center;
}



.galleryImage
{
    text-align:center;
}

.galleryThumbnails td
{
    padding:5px;
}

.galleryThumbnails .thumbnailRowSelected
{
    background-color:#a9c6cb;
}

#gallery
{
	border:solid 1px #ffffff;
	background-color:#3a3a3a;
	margin:auto;
}

.gallerybox .galleryHeader,
.gallerybox .galleryCaption
{
	display:none;
}

