.leightbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	min-height: 400px;
	margin:-200px 0 0 -300px;
	padding: 0 0 15px 0;
	border: 1px solid #4F4F4F;
	background: #171717 url('../images/btn_close.gif') bottom right no-repeat;
	text-align: left;
	z-index:1001;
	overflow: hidden;
	font-size: 0.8em;
	cursor: pointer;
	text-decoration:none !important;
}

#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
	
.leight_row_two {
	margin-top:-50px !important;
}

.leight_row_three {
	margin-top:100px !important;
}

.leight_row_four {
	margin-top:270px !important;
}


.leightbox p {
	color:#FFFFFF;
}

.leightbox h2 {
  height: 20px;
  padding: 10px 0 0 10px;
  margin: 0;
  background: #4f4f4f url('../images/box_head_bg.gif') bottom right no-repeat;
  color: #fff;
  font-size: 0.75em;
  text-transform: uppercase;
}

.leightbox .border {
  padding: 20px;
}

.leightbox .border .lb_left {
  float:left;
  width:150px;
  padding:0 23px 0 0;
  margin:0 20px 0 0;
  min-height:340px;
  background: url('../images/lb_rule_vert.gif') top right no-repeat;
}

.leightbox .border .lb_right strong {
  color:#666;
  font-weight:bold;
}

.leightbox .border .lb_right p {
  margin: 0; padding:0 0 10px 0;
}

.leightbox .border .photo {
	
}
.leightbox .border h4 {
	color:#FFCA08;
	font-size:17px;
	font-weight:bold;
	padding:0 0 3px 0;
}
.leightbox .border h5 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.leightbox .lbAction {
	display:block; position:absolute; right:0; bottom:0;
	width:53px;
	height:24px;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
