#galleryName
{
	position: 			absolute;
	top:				-14px;
	right:				0px;	
	font-family:		verdana;
	font-size:			28px;
	letter-spacing:		8px;
	color:				#cccccc;
}

#galleryContainer
{
	position: 			absolute;
	height:				432px;
	top:				22px;
	width:				950px;
	left:				0px;
	right:				0px;
	overflow:			hidden;
}

#galleryEnlarge
{
	position: 			absolute;
	width:				950px;
	height:				500px;
	top:				22px;
	z-index:			3;
	display:			none;
	background-color:	#ffffff;
}

#galleryEnlarge_Thumbs
{
	position: 			absolute;
	width:				140px;
	top:				0px;
	left:				0px;
}

#galleryEnlarge_Back
{
	position: 			absolute;
	top:				460px;
	left:				230px;
	width:				50px;
	height:				28px;	
	background:			url(close.jpg);
	cursor:				pointer;
}

#galleryEnlarge_Main
{
	position: 			absolute;
	top:				0px;
	right:				0px;
	bottom:				0px;
}

#galleryEnlarge_Desc
{
	position: 			absolute;
	top:				404px;
	height:				24px;
	width:				684px;
	left:				1px;
	font-family:		verdana;
	font-size:			10px;
	opacity:			1.0;
	z-index:			3;
	color:				#000000;
	background:			url(back.png);
	padding:			2px;
	
}

#galleryCaption
{
	position:			absolute;
	width:				420px;
	height:				26px;	
	top:				422px;
	left:				266px;
	color:				#000000;
	z-index:			2;
	cursor:				pointer;
	font-family:		verdana;
	font-size:			11px;
	text-align:			center;
	opacity:			0.0;
	background:			url(back.png);
}

#galleryQuick
{
	position: 			absolute;
	height:				20px;
	top:				458px;
	right:				0px;
	z-index:			3;
}

.quickDiv
{
	float:				left;
	font-family:		verdana;
	font-size:			9px;
	width:				14px;
	height:				14px;
	cursor:				pointer;
	text-align:			center;
	line-height:		14px;
	margin-left:		4px;
	border:				1px solid #cccccc;
}

#quickBack
{
	float:				left;
	font-family:		verdana;
	font-size:			9px;
	width:				100px;
	height:				14px;
	cursor:				pointer;
	text-align:			center;
	line-height:		14px;
	margin-left:		4px;
	border:				1px solid #cccccc;
}

.imageCurrent
{
	background-color:	#cccccc;
	float:				left;
	font-family:		verdana;
	font-size:			9px;
	width:				14px;
	height:				14px;
	cursor:				pointer;
	text-align:			center;
	line-height:		14px;
	margin-left:		4px;
	border:				1px solid #cccccc;
}

#galleryMenu
{
	position: 			absolute;
	left: 				0px;
	bottom:				-8px;
	z-index:			5;
}

#galleryMenu img
{
	cursor:				pointer;
	border:				0px;	
}

#galleryMenu ul
{
	display:			inline;
	margin:				0px;	
	padding: 			0px;
}

#galleryMenu li
{
	display:			inline;	
	padding: 			0px;
	padding-right:		6px;
}

#liLeft
{
	width:				275px;
	visibility:			hidden;
}

#liCenter
{
	width:				400px;
	text-align:			center;
}

#liRight
{
	width:				275px;
	text-align:			right;
}

#galleryImages
{
	position: 			relative;
	height:				250px;
	margin-left:		275px;
	margin-right:		275px;
}

.galleryImage
{
	border:				1px solid #cccccc;
	margin:				0px 10px 0px 10px;
	cursor:				pointer;	
	width:				430px;
	height:				430px;
}

.thumbImage
{
	border:				1px solid #cccccc;
	margin:				0px 0px 4px 0px;
	cursor:				pointer;
	width:				100px;
	height:				100px;
}

.mainImage
{
	border:				1px solid #cccccc;
	margin:				0px;
	width:				688px;
	height:				431px;
}

.instruction
{
	font-size:			9px;	
}