/* CSS Document */

#left {
	height: 310px;
	width: 230px;
	float: left;
}
#left_txt {
	background-image: url(../../images/potm.jpg);
	background-repeat: none;
	background-position: top-left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	padding-bottom: 0px;
	height: 265px;
	text-align: justify;
}
#left_txt_btm {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	font-weight: bold;
	text-align: left;
	padding-top: 160px;
	padding-left: 30px;
}
#right {
	width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	text-align: left;
}

.pic_frame {
	background-color:#C2F5B9;
	border:thin solid #287913;
	float:left;
	height:150px;
	margin: 5px;
	padding:5px;
}
.hid_box {
	float:left;
	height:40px;
	margin: 5px;
	padding:5px;
	width: 640px;
}

#galleries a, #galleries a:active, #galleries a:visited {
	display:block;
	float:left;
	padding:5px 8px;
	background:#DAF1C9;
	color:green;
	margin-right:10px;
	text-decoration:none;
	outline:none;
	}
#galleries a.selected, #galleries a.selected:active, #galleries a.selected:visited {
	background:#194203;
	color:#fff;
	text-decoration:none;
	outline:none;
	}
.hiddencontent,.hiddencontent2 {
	padding:12px;
	display:none;
	}
.clear {
	clear:left;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

