

/* ---------- small ----------------*/
.gallerymainsmall
{
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	border: solid 1px brown;
	background: khaki;
}

.thumbnailmcellsmall
{
	text-align: center;
	background: khaki;
}
.thumbsmall
{
	border: solid 5px white;
	filter: progid:DXImageTransform.Microsoft.DropShadow( Color=A6A6A6,offX=3,offY=3,positive=1);
}

/* ----- Green ------- */
.gallerymaingreen
{
	width: 900px;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	border: solid 1px #333399;
	background: darkseagreen;
}

.titlegreen
{
	text-align: center;
	padding: 10px;
	color: White;
	border-bottom: solid 2px navy;
	font-size: 36px;
	font-weight: bold;
	font-family: Garamond;
	background-color: peru;
}
.maingreen
{
	font-size: 12px;
	text-align: center;
	height: 20px;
	padding: 5px;
}

/* ----- index ------- */
.galleryindex
{
	width: 700px;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	border: solid 1px #777777;
	background: #333333;
	color:White;
	text-align: center;
}
.galleryindex a
{
 color:White;
}
.titleindex
{
	padding: 3px;
	color: white;
	background: #89974A;
	font-size: 26px;
	font-weight: bold;
	font-family: Garamond;
}

.pagercellindex
{
	background-color: Navy;
	width: 18px;
	border: solid 3px white;
}

.pagercellindex a
{
	font-size: 16px;
	font-weight: bold;
	color: White;
}
.thumbindex
{
	border: solid 2px white;
	cursor: pointer;
}

.thumbnailcellindex
{
	width: 50px;
	height: 50px;
	padding: 5px;
}

.previewcellindex
{
	height: 320px;
	padding: 5px;
}

.previewimageindex
{
	border: white 5px solid;
}

.mainindex
{
	font-size: 12px;
	height: 20px;
	padding: 5px;

}

#imgemail
{
 vertical-align:bottom;
}

