/* CSS Document */
#wrapper #mainGallery	{
	display: block;
	width: 970px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 30px;
	font-family:Arial, Helvetica, sans-serif;
	color: #21180E;
	background-color: #FFFFFF;
	background-image: url(../../images/bg1.png);
	border-width: 10px;
	border-style: solid;
	border-top-color: #5D5D5D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #5D5D5D;
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #mainGallery #mainText	{
	display: block;
	width: 830px;
	height: 130px;
	float: left;
}
#wrapper galleryWrapper #mainText a	{
	color: #4A4A4A;
	text-decoration: underline;
}
#wrapper galleryWrapper #mainText a:hover	{
	color: #4A4A4A;
	text-decoration: none;
}
#wrapper #mainGallery #galleryWrapper 	{
	display: block;
	width: 902px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
#wrapper #mainGallery #galleryWrapper aside	{
	display: block;
	width: 901px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	clear:left;
}
#wrapper #mainGallery #galleryWrapper aside article	{
	display: block;
	width: 153px;
	height: 123px;
	padding: 5px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	box-shadow: 3px 3px 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 #footer	{
	display: block;
	width: 1050px;
	height: 55px;
	margin-top: 5px;
	background-image: url(../../images/footer/footer.png);
	background-repeat: no-repeat;
	border-radius: 7px;
	font-size: 12px;
	color: #595959;
}
#wrapper #footer #txt1	{
	display: block;
	width: 560px;
	height: 20px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt3	{
	display: block;
	width: 270px;
	height: 20px;
	margin-left: 55px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt2	{
	display: block;
	width: 70px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
	float: left;
}
#mask {
	position:absolute;
	z-index:9000;
	background-color: #073C5A;
	display:block;
	left: 0px;
	top: 0px;
} 
#boxes .window {
	position:fixed;
	/*width:870px;
	height:710px;*/
	width:800px;
	height:600px;
	display: none;
	z-index:9999;
	padding: 0px;
} 
#boxes #dialog {
	/*width:900px;
	height:720px;*/
	width:880px;
	height:600px;
	overflow: auto;
	font-size: 15px;
	color: #743E0C;
	background-color: #000000;
	display: none;
	padding: 18px;
	padding-top: 5px;
	border-radius: 4px;
	overflow: hidden;
}
#boxes #dialog #showHolder	{
	/*width: 800px;
	height: 600px;*/
	width: 720px;
	height: 480px;
	margin-left: 70px;
	overflow: hidden;
}
#boxes #dialog #showHolder img	{
	display: block;
	position: absolute;
	width: 800px;
	height: 600px;
	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 {
	height: 30px;
	width: 75px;
	margin-top: 10px;
	display: block;
	margin-left: 400px;
}
#boxes #dialog #showBtns #nextBtn {
	display: block;
	float: left;
	height: 26px;
	width: 25px;
	margin-left: 23px;
	font-size: 18px;
	color: #EAEAEA;
	cursor: pointer;
}
#boxes #dialog #showBtns #prevBtn {
	display: block;
	float: left;
	height: 26px;
	width: 25px;
	font-size: 18px;
	color: #EAEAEA;
	cursor: pointer;
}
#boxes .window .close	{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	background-color: #000000;
	float: right;
	height: 20px;
	width: 68px;
	padding-right: 16px;
	padding-top: 2px;
	line-height: 16px;
}
#nav a	{
	margin-left: 5px;
	color: #E1E1E1;
}
#nav a:hover, #nav a.activeSlide	{
	color: #FF0;
	text-decoration: underline;
}