.formControl{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color: #FFFFFF;
	border-top: 2px #666666 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	border-left: 2px #666666 solid;	
	}
.textmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.textmain a:link {
	color: #c4171d;
	text-decoration: none;
}
.textmain a:visited {
	text-decoration: none;
	color: #c4171d;
}
.textmain a:hover {
	text-decoration: underline;
	color: #005734;
}
.textmain a:active {
	text-decoration: none;
	color: #c4171d;
}
.textmainbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}
.textwhite a:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}
.textwhite a:visited {
	text-decoration: underline;
	font-weight:bold;
	color: #ffffff;
}
.textwhite a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #f2f2f2;
}
.textwhite a:active {
	text-decoration: none;
	color: #cccccc;
}
.textmain1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.borderpic {
	border-top-style: solid;
	border-right-style:solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005734;
	border-right-color: #005734;
	border-bottom-color: #005734;
	border-left-color: #005734;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#gallery {
	width:650px;
	height:350px;
	position:relative;
	border:1px solid #ddd;
	background:#EBEBEB;
	z-index: 0;
}

#gallery ul {list-style:none; padding:5px; margin:0; width:195px; float:right; height:289px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:35px; float:left; margin:0 5px 5px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:50px; height:35px;}
#gallery ul li span {display:none; position:absolute; left:575px; top:235px; width:200px; line-height:15px;}
#gallery ul li span b {color:#444;}
#gallery ul li.default {width:0; height:0; border:0;} 
#gallery ul li.default i {position:absolute; left:0; top:0; width:400px; height:300px;} 
#gallery ul li.default i img {margin:5px 0 0 auto; width:400px; height:300px; border:1px solid #fff;} 
#gallery ul li.off {display:none;} 
#gallery ul li.click {border-color:#fc0;  cursor:default;} 
#gallery ul li.click i {position:absolute; left:0; top:0; width:400px; height:300px;}  
#gallery ul li.click i img {margin:5px 0 0 auto; width:auto; left:20px; height:auto; border:1px } 
#gallery ul li.default {width:0; height:0; border:0;} 
#gallery ul li.default span,
#gallery ul li.click span {display:block;}





