﻿
div.gallery
{
	position:absolute;
	top:5px;
	left:18px;
	width:940px;
	height:580px;
	text-align:center;
	z-index:20;
	background-color:#F1F1E5;
	border:1px solid #2b3e49;
}

img.galleryImage
{
	margin:10px auto;
	cursor:pointer;
}

img.galleryArrowLeft
{
	position:absolute;
	left:5px;
	top:250px;
	cursor:pointer;
}

img.galleryArrowRight
{
	position:absolute;
	right:5px;
	top:250px;
	cursor:pointer;
}

div.galleryList
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#F1F1E5;
	height:130px;
	text-align:left;
	overflow:auto;
}

div.galleryList div
{
	height:104px;
	margin-top:5px;
}

div.galleryList div div
{
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	width:176px;
	height:99px;
	float:left;
	text-align:center;
	border:1px solid #2b3e49;
	background-color:#FFFFFF;
}

div.galleryList div div img
{
	margin:0px auto;
	cursor:pointer;
}

div.galleryClose
{
	position:absolute;
	top:10px;
	right:10px;
}

