#gallery {position:relative; width:428px; padding:10px; background:#AAA}
#imagearea {height:288px; background:#eef5f6; margin-bottom:15px}
#image {position:relative; width:414px; height:276px; padding:5px; border:2px solid #666; background:#FFF url(../images/loading.gif) center center no-repeat; overflow:hidden}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {padding:5px 0; width:424px; height:100px; border:2px solid #666; background:#FFF}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:411px;
	left: 0;
	top: 0;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:100px;
	width:10000px;
	border-right:5px solid #FFF;
	left: 0;
	top: 0;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:288px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../images/left.gif) left bottom no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../images/right.gif) right bottom no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}


body {
	background-color: #666;
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	cursor: default;
	color: #000;
	margin: 0px;*/
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}

.navBar{
	background-color: #f0f1f0;
	background-image: url(../images/jpg/buttonSeparator.jpg);
}

.navBar .linkNormal {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	height: 36px;
	vertical-align: middle;
	font-weight: bold;
}
.navBar .linkHover {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	height: 36px;
	vertical-align: middle;
	background-color: #7A7A7A;
	font-weight: bold;
	color: #FFF;
}
.navBar .linkActive {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	height: 36px;
	vertical-align: middle;
	color: #f0f1f0;
	background-color: #434343;
	font-weight: bold;
}
.newsLink {
	cursor: pointer;
}
.h8 {
	font-size: 11px;
	color: #F0F1F0;
	font-weight: bold;
	text-indent: 4px;
}

.groupCompany {
	font-weight: bold;
}
.groupCompanyInfo {
	font-size: 9px;
	color: #999;
}
.panelCaption {
	font-size: 11px;
	font-weight: bold;
}
.panelDark {
	background-color: #555152;
	height: 25px;
}
.gridRowBg {
	background-color: #e8e8e8;
}
.blockBg {
	background-image: url(../images/png/blockBg.png);
	background-repeat: repeat-x;
	cursor: pointer;
}
.justify {
	text-align: justify;
	line-height: 1.4em;
}
.bold {
	font-weight: bold;
}

