/* Body */
body
	{
	font-family: arial;
	}
/* Containing Box */
#container
	{
	position: relative;
	width: 970px;
	height: 748px;
	margin: 10px auto auto 0;
	border: 1px solid #808080;
	}
/* Removing Bullets and Indentation */
#container ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
/* Removing Images and Text From Sight */
#container a.gallery span
	{
	position: absolute;
	width: 1px;
	height: 1px;
	top: 5px;
	left: 5px;
	overflow: hidden;
	background; #ffffff;
	}
/* Adding Thumbnail Images */
#container a.gallery, #container a.gallery:visited
	{
	display: block;
	color: #000000;
	text-decoration: none;
	border: 1px solid #ffffff;
	margin: 1px 2px 1px 2px;
	text-align: left;
	cursor: default;
	}
#container a.slidea
	{
	background:url(../image/thumbnail/cnmg_bn.jpg);
	width: 160px;
	height: 120px;
	}
#container a.slideb
	{
	background:url(../image/thumbnail/dnmg_bn.jpg);
	width: 160px;
	height: 120px;
	}
#container a.slidec
	{
	background:url(../image/thumbnail/snmg_bn.jpg);
	width: 160px;
	height: 120px;
	}
#container a.slided
	{
	background:url(../image/thumbnail/tnmg_bn.jpg);
	width: 160px;
	height: 120px;
	}
#container a.slidee
	{
	background:url(../image/thumbnail/vnmg_bn.jpg);
	width: 160px;
	height: 120px;
	}
#container a.slidef
	{
	background:url(../image/thumbnail/wnmg_bn.jpg);
	width: 160px;
	height: 120px;
	}
/* Size of Unordered List for Thumbnails */
#container ul
	{
	width: 166px;
	hieght: 744px;
	}
#container li
	{
	float: left;
	}
/* Thumbnail Location */
#container ul
	{
	margin: 2px;
	float: left;
	}
/* Changer Thumbnail Border Color */
#container a.gallery:hover
	{
	border: 1px solid #000000;
	}
/* Large Image Location */
#container a.gallery:hover span
	{
	position: absolute;
	width: 800px;
	height: 650px;
	top: 49px;
	left: 170px;
	color: #000000;
	background: #ffffff;
	}
/* Large Image Size */
#container img
	{
	width: 800px;
	height: 600px;
	border: 0px;
	}
/* Large Image Title */
#container h3
	{
	text-align: center;
	}
/* Gallery Background */
#container
	{
	background: #ffffff url(../image/large/gallery_bg.jpg) 170px 49px no-repeat;
	}
/* Footer */
div.footer
	{
	text-align: center;
	font-size: 90%;
	width: 970px;
	}
#siteseal
	{
	display: block;
	width: 132px;
	height: 100%;
	margin: 0 auto;
	}
/* Links */
a.nodec
	{
	text-decoration: none;
	}
a:link {color: #00008B}
a:visited {color: #8B0000}
a:hover {color: #FF0000}
a:active {color: #4682B4}