#gallery-main{ padding-bottom:40px;}
#gallery{background:url(../images/gallery/bg-gal-press.png) no-repeat; width:677px; height:214px; padding-bottom:28px;}

#gallery-topic{
	padding:2px 2px 2px 12px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

#gallery-view{
	margin:0px;
	margin-left:25px;
	margin-top:0px;
	min-height:515px;
	height:515px;
	width:627px;
	padding:0px;
	background:#ececec;
}

#gallery-view a.prev,#gallery-view a.next{
	text-indent:-10000em;
	outline:none;
	width:90px;
	height:66px;
	display:block;
	float:left;
	margin-top:155px;
}

#gallery-view a.prev{
	background: url(../images/gallery/previous.jpg) no-repeat center center;
}

#gallery-view a.next{
	background: url(../images/gallery/next.jpg) no-repeat center center;
}

#gallery-view-image{
	/*background:url(images/gallery/border-gallery.gif) no-repeat center center;*/
	min-height:515px;
	width:627px;
	float:left;
	position:relative;
}

#gallery-view-image h1{
	position:absolute;
	top:480px;
	left:6px;
	padding-right:10px;
	font-size:13px;
	font-weight:lighter;
}

#gallery-view-image h6{
	position:absolute;
	top:460px;
	left:6px;
	padding-right:10px;
	color:#007336;
}

#gallery-view-image b{
	color:#545151;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:460px;
	left:6px;
}
#gallery-view-image p{
	position:absolute;
	top:430px;
	left:10px;
	padding-right:6px;
}

#gallery-view-image img{
	width:616px;
	height:443px;
	background:#ECECEC no-repeat center center;
	position:absolute;
	top:4px;
	left:6px;
}

#gallery-popup{
	width:677px;
	margin:0;
	padding:23px 0 0 10px;
}

#gallery-popup a.next,#gallery-popup a.prev{
	text-indent:-10000em;
	outline:none;
	width:34px;
	height:96px;
	display:block;
	cursor:pointer;
	float:left;
}

#gallery-popup a.prev{
	background:url(../images/gallery/previous.jpg) 15px 60px no-repeat;
}

#gallery-popup a.next{
	background:url(../images/gallery/next.jpg) 15px 60px no-repeat;
}

#gallery-popup a.disabled {
	visibility:hidden !important;
}

#gallery-popup div.scrollable{
	width:580px;
	height:185px;
	position:relative;
	overflow:hidden;
	float:left;
}

#gallery-popup ul{
	position:absolute;
	width:90000em;	
	clear:both;
	padding:0px;
	margin:0px;
}

#gallery-popup li{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
}
#gallery-popup li span{ background:url(../images/gallery/bullet.gif) 8px 5px no-repeat; margin-left:0px; padding-left:18px;}
#gallery-popup li a:link{ color:#b7b7b7;}
#gallery-popup li a:hover{ color:#005c95;}
#gallery-popup li img{
	background:no-repeat center center;
	width:198px;
	height:129px;
	display:block;
	cursor:pointer;
	border:none;
}

#gallery-popup h6{ width:185px; padding:5px; color:#007336;}

.clear{ clear:both;}