/* CSS Document */
#wrapper #mainGallery	{
	display: block;
	width: 498px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding: 7px;
	color: #21180E;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-color: #5D5D5D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #5D5D5D;
	background-image: url(../../../images/bg1.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #mainGallery #galleryWrapper #mainText	{
	display: block;
	width: 300px;
	float: left;
}
#wrapper #mainGallery #galleryWrapper #mainText a	{
	color: #4A4A4A;
	text-decoration: underline;
}
#wrapper #mainGallery #galleryWrapper #mainText a:hover	{
	color: #4A4A4A;
	text-decoration: none;
}
#wrapper #mainGallery #galleryWrapper 	{
	display: block;
	width: 491px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#wrapper #mainGallery #galleryWrapper aside	{
	display: block;
	width: 491px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	background-color: #FFFFFF;
}
#wrapper #mainGallery #galleryWrapper aside article	{
	display: block;
	width: 87px;
	height: 70px;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	box-shadow: 2px 2px 2px 2px #DADADA;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
#wrapper #mainGallery #galleryWrapper aside article img	{
	width: 85px;
	height: 68px;
}

#wrapper #footer	{
	display: block;
	width: 520px;
	height: 27px;
	margin-top: 10px;
	background-image: url(../../../images/footer/phone/footerPhone.png);
	background-repeat: no-repeat;
	border-radius: 7px;
	font-size: 7px;
	color: #595959;
}
#wrapper #footer #txt1	{
	display: block;
	width: 315px;
	height: 20px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}
#wrapper #footer #txt3	{
	display: block;
	width: 147px;
	height: 20px;
	margin-left: 9px;
	margin-top: 5px;
	float: left;
}
#wrapper #footer #txt2	{
	display: block;
	width: 26px;
	height: 20px;
	margin-left: 8px;
	margin-top: 5px;
	float: left;
}
#mask {
	position:absolute;
	z-index:9000;
	background-color: #073C5A;
	display:none;
	left: 0px;
	top: 0px;
} 
#boxes .window {
	position:fixed;
	width:505px;
	height:350px;
	display: none;
	z-index:9999;
	padding: 0px;
} 
#boxes #dialog {
	width:505px;
	height:350px;
	overflow: auto;
	font-size: 13px;
	color: #743E0C;
	background-color: #000000;
	display: none;
	padding-left: 4px;
	padding-top: 5px;
	border-radius: 4px;
}
#boxes #dialog #nav {
	margin-bottom: 3px;
	overflow: hidden;
}
#boxes #dialog #showHolder	{
	width: 300px;
	height: 225px;
	margin-top: 15px;
	margin-left: 92px;
}
#boxes #dialog #showHolder img	{
	width: 300px;
	height: 225px;
	display: block;
	position: absolute;
	z-index: 0;
	opacity: 0.0;	
}
#boxes #dialog #showHolder img.active {
	z-index: 2;
	opacity: 1.0;	
}
#boxes #dialog #showHolder img.last-active {
	z-index: 1;
}
#boxes #dialog #showBtns {
	display: block;
	height: 25px;
	width: 65px;
	margin-top: 8px;
	display: block;
	margin-left: 217px;
}
#boxes #dialog #showBtns #nextBtn {
	display: block;
	float: left;
	height: 22px;
	width: 22px;
	margin-left: 20px;
	font-size: 14px;
	color: #EAEAEA;
	cursor: pointer;
}
#boxes #dialog #showBtns #prevBtn {
	display: block;
	float: left;
	height: 22px;
	width: 22px;
	font-size: 14px;
	color: #EAEAEA;
	cursor: pointer;
}
#boxes .window .close	{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	background-color: #000000;
	float: right;
	height: 18px;
	width: 60px;
	padding-right: 12px;
	padding-top: 2px;
	line-height: 16px;
}
#nav a	{
	margin-left: 3px;
	color: #E1E1E1;
	font-size: 9px;
}
#nav a:hover, #nav a.activeSlide	{
	color: #FF0;
	text-decoration: underline;
	font-size: 9px;
}