﻿div.GalleryWrapper
{
	text-align:center;
	width:100%;
}

div#Gallery
{
	position:relative;
	visibility:hidden;
	border:5px solid #a00;
	width:400px;
	height:300px;
	padding:5px;
	margin:0 auto;
	text-align:left;
}

div#Gallery ul li
{
	width:100%;
	text-align:center;
}

div#Gallery ul li img
{
	margin:0 auto;
}

div#GalleryImages
{
	width:390px;
	height:200px;
	overflow:hidden;
	clear:both;
	border:1px solid #bbb;
	margin:5px auto;
	text-align:left;
	position:relative;
}

div#GalleryImages div.leftnav
{
	position:absolute;
	width:38px;
	height:100%;
	left:0;
	top:0;
}

div#GalleryImages div.leftnav a
{
	position:absolute;
	top:0;
	margin-top:76px;
}

div#GalleryImages div.leftnav a img
{
	border:0;
}

div#GalleryImages div.rightnav
{
	position:absolute;
	width:38px;
	height:100%;
	left:352px;
	top:0;
}

div#GalleryImages div.rightnav a
{
	position:absolute;
	top:0;
	margin-top:76px;
}

div#GalleryImages div.rightnav a img
{
	border:0;
}

div#GalleryImages ul
{
	list-style:none;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
}

div#GalleryImages ul li
{
	display:inline;
	width:120px;
	height:90px;
	padding:1px 5px;
	overflow:hidden;
	background-image:url(../loading.gif);
	background-repeat:no-repeat;
	background-position:84px 69px;
}

div#GalleryImages ul li img
{
	border:0;
	width:100px;
	height:90px;
	cursor:pointer;
}

div#GalleryImages ul li img.current
{
	border:2px solid #f00;
}

div#GalleryList
{
	width:100%;
	text-align:center;
	clear:both;
	margin-top:10px;
}

div#GalleryList ul
{
	width:378px;
	text-align:left;
	margin:0 auto;
	list-style-type:circle;
	list-style-position:inside;
}

div#GalleryList ul li a
{
	font-family:Arial;
	font-size:small;
}

div#GalleryList ul li ul
{
	display:none;
	visibility:hidden;
}

div.gallerylayer
{
	text-align:center;
}

div.gallerylayer img
{
	border:0;
	margin:0 auto;
}

div#GallerySearchLink
{
	width:400px;
	text-align:right;
}

div#GalleryAdminContainer
{
	width:100%;
	text-align:center;
}
div#GalleryAdminContainer fieldset
{
	text-align:left;
}
div#GalleryAdminContainer div.GalleryAdmin-ColLeft
{
	width:300px;
	float:left;
	text-align:center;
	border-right:1px solid #eee;
	padding:0 5px;
}
div#GalleryAdminContainer fieldset legend, div#GalleryAdminContainer fieldset label, 
div#GalleryAdminContainer fieldset td, div#GalleryAdminContainer fieldset th
{
	font-family:Arial;
}
div#GalleryAdminContainer fieldset label, div#GalleryAdminContainer fieldset td
{
	font-size:0.7em;
}

fieldset#fldNewGallery
{
	width:95%;
	float:left;
}
fieldset#fldAddImages
{
	width:95%;
	float:left;
	clear:both;
	margin-top:5px;
}

div#GalleryAdminContainer div.GalleryAdmin-ColCenter
{
	width:300px;
	float:left;
	text-align:center;
	border-right:1px solid #eee;
	padding:0 5px;
}
fieldset#fldGalleryList
{
	width:95%;
	float:left;
	height:300px;
	overflow:auto;
	margin:0 auto;
}
fieldset#fldGalleryDetails
{
	width:95%;
	float:left;
	margin:0 auto;
}

div.GalleryAdmin-ColRight
{
	width:300px;
	float:left;
	text-align:center;
	padding:0 5px;
}
div#GalleryAdminImages
{
	width:100%;
	height:300px;
	overflow:auto;
}
fieldset#fldImagesList
{
	width:95%;
	float:left;
}
fieldset#fldImageDetails
{
	clear:both;
	width:95%;
	float:left;
	margin:0 auto;
}
