
#gallery {
	top:10px;
	position:relative;
	width:600px;
	/*	height: 690px; */
	padding-bottom:10px;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	margin: 0 auto;
	line-height:1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	background-color: #FFFFDF;
	background-image: url(../../images/gallery/back.gif);
	background-repeat: no-repeat;
	background-position: 42px 13px;
}

#galleryHeaderWrapper {
	position:relative;
	width:600px;
	height: 890px;
	border:1px solid #006600;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:1.5em;
	margin: 0 auto;
	background-color: #FFFFDF;
}

#galleryHeaderWrapper h1 {
	padding:10px 0 5px 10px;
	margin:0px 0;
	font-size:20px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#619C70;
}

#galleryHeaderWrapper h2 {
	padding:10px 0 5px 10px;
	margin:0px 0;
	font-size:18px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#619C70;
}

#gallery h1 {
	padding:10px 0 5px 10px;
	margin:0px 0;
	font-size:20px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#619C70;
}

#gallery h2 {
	padding:5px 0 5px 10px;
	margin:0px 0;
	font-size:16px;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	color:#7696A9;
}

#gallery #imageNumber {
	display:block;
	width:200px;
	height:38px;
	background:url(../../images/gallery/number.gif);
	text-align:center;
	line-height:38px;
	font-size:11px;
	margin:0;
	color:#222;
	position:absolute;
	top:110px;
	left:200px;
}

#thumbnails {
	width:500px;
	height:75px;
	overflow:hidden;
	position:relative;
	margin-top: 20px;
	margin-right: 49px;
	margin-bottom: 60px;
	margin-left: 49px;
}

#innerContainer {
	position:absolute;
	left:0;
	top:0;
	height:75px;
	overflow:hidden;
}

#thumbnails ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

#thumbnails ul li {
	float:left; 
	height:75px;
}

#thumbnails ul li div {
	display:none;
}

#thumbnails ul li img {
	display:block; 
	height:75px; 
	padding:0 1px;
}

#fullSize {
	width:500px;
	margin:0 auto;
	background: #FFFFDF;
	text-align:center;
	border:1px solid #006600;
}

#fullSize img {
	display:block; 
	margin:10px auto 10px auto; 
	border:1px solid #006600;
}

#fullSize div {
	margin:0 auto;
	text-align:left;
	padding:10px;
	background: #FFFFDF;
}

#fullSize div h1 {
	margin:0;
	padding:0;
	font-size:18px;
	line-height:18px;
	color:#999999;
}

#clickLeft {
	width:35px;
	height:38px;
	position:absolute;
	left:160px;
	top:110px;
	background:#fff url(../../images/gallery/blank.gif);
}

#clickRight {
	width:35px;
	height:38px;
	position:absolute;
	left:405px;
	top:110px;
	background:#FFFFDF url(../../images/gallery/next.gif);
}

#slideLeft {
	width:15px;
	height:89px;
	position:absolute;
	left:50px;
	top:14px;
	background:url(../../images/gallery/trans.gif);
}

#slideRight {
	width:15px;
	height:89px;
	position:absolute;
	right:50px;
	top:14px;
	background:url(../../images/gallery/trans.gif);
}

#autoPlay {
	width:35px;
	height:38px;
	position:absolute;
	left:445px;
	top:110px;
	background:#fff url(../../images/gallery/play.gif);
}

