@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wrap {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 0px;
}
.left {
	float: left;
	width: 221px;
	background-color: #999999;
}
.middlebig {
	float: left;
	width: 496px;
	height: 615px;
	background-image: url(../images/bgblur-large.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.middlebig #txtarea {
	position: absolute;
	text-align: center;
	margin-top: 10px;
        top: 30px;
	left: 24px;
}
.middlebig #gallery {
	bottom: 20px;
        top: 30px;
	position: absolute;
	right: 10px;
	left: 10px;
	height: 110px;
}
.middle {
	float: left;
	width: 496px;
	height: 615px;
	background-image: url(../images/bgblur-small.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.middle #txtarea {
	position: absolute;
	text-align: center;
	margin-top: 10px;
        top: 30px;
	left: 24px;
}
.middle #gallery {
	bottom: 20px;
        top: 30px;
	position: absolute;
	right: 10px;
	left: 10px;
	height: 110px;
}
.right {
	float: left;
	width: 207px;
}
.clear {
	clear: both;
}

.panel { 
  text-align: center;
}

.nav-prev {
  z-index: 2000;
}

.nav-next {
  z-index: 2000;
}

.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { 
text-align: left;
}
.panel .panel-overlay a { 
color: white; 
text-decoration: underline; 
}

.panel-overlay h2 {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-weight: normal;
}

.panel-overlay p {
  text-align: left;
}

#panels {
  background-color: #222222;
}


.thumbTable {
  background-image: url(../images/thumb-background.jpg);
}