/*floating*/
.L{ float:left;}
.R{ float:right;}
.C{ clear:both;}

.L_txt{ text-align:left;}
.R_txt{ text-align:right;}
.C_txt{ text-align: center;}

iframe{ margin:0px; overflow-x: hidden;}

.iepngfix { behavior: url(scripts/iepngfix.htc);}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} 
.clearfix { display: inline-block; }

.infoHA{ color:#FFF;}
.infopA{ color:#333;}

.infoHB{ color:#333; }
.infopB{ color:#333;}

.thA{text-align:center;}
.thB{text-align:left;}

.tdA{text-align:center;}
.tdB{text-align:left;}

/*more*/
.more a * {
  display: none;
}

.more a,
.more a .hover {
  	height: 20px;
	position: relative;
	display: block;
	}

/* memberCont navigation items */
.more a.morebtn {
  background: url(../images/v1/morenor.png) top left no-repeat;
  width: 51px;
	}

.more .highlight a.morebtn:hover,
.more  a.morebtn .hover {
  background:  url(../images/v1/moreover.png) top left no-repeat;
  width: 51px;
}

/*photo span*/
.photo {
	margin: 0px auto;
	position:relative;
	display: block;
	width: 270px;
	height:208px;
	border:1px solid #2e8a99;
	background: url(../images/imgBG.jpg) top left no-repeat;
	border: none;
}

.photo img {
	display: block;
	width: 250px;
	height:188px;
	padding:8px 10px 12px;
	border:none;
}

.photo span {
	width: 113px;
	height: 96px;
	display: block;
	top: 110px;
	left:157px;
	position:absolute;
	background: url(../images/glass.png) right bottom no-repeat;
	}
		

.photo a {
	text-decoration: none;
	display: block;
}

/*photoB span*/
.photoB {
	margin: 0px auto;
	position:relative;
	display: block;
	width:500px;
	height: 332px;
	padding-bottom:20px;
	background: url(../images/imgBGB.jpg) top left no-repeat;
	border: none;
}

.photoB img {
	display: block;
	width: 380px;
	height: 245px;
	padding-top:18px ;
	padding-left:18px;
	border:none;
}

.photoB span {
	width:500px;
	height: 332px;
	display: block;
	top:0px;
	left:0px;
	position:absolute;
	background: url(../images/guide.png) right bottom no-repeat;
	}
		

.photoB a {
	text-decoration: none;
	display: block;
}

/*photoC span*/
.photoC {
	margin: 0px auto;
	position:relative;
	display: block;
	width:500px;
	height: 332px;
	padding-bottom:20px;
	background: url(../images/imgBGB.jpg) top left no-repeat;
	border: none;
}

.photoC img {
	display: block;
	width: 380px;
	height: 245px;
	padding-top:18px ;
	padding-left:18px;
	border:none;
}

.photoC span {
	width:500px;
	height: 332px;
	display: block;
	top:0px;
	left:0px;
	position:absolute;
	background: url(../images/guide2.png) right bottom no-repeat;
	}
		

.photoC a {
	text-decoration: none;
	display: block;
}


/*photoD span*/
.photoD {
	margin: 0px auto;
	position:relative;
	display: block;
	width:500px;
	height: 332px;
	padding-bottom:20px;
	background: url(../images/imgBGB.jpg) top left no-repeat;
	border: none;
}

.photoD img {
	display: block;
	width: 380px;
	height: 245px;
	padding-top:18px ;
	padding-left:18px;
	border:none;
}

.photoD span {
	width:500px;
	height: 332px;
	display: block;
	top:0px;
	left:0px;
	position:absolute;
	background: url(../images/guide3.png) right bottom no-repeat;
	}
		

.photoD a {
	text-decoration: none;
	display: block;
}

/*photoE span*/
.photoE {
	margin: 0px auto;
	position:relative;
	display: block;
	width:500px;
	height: 332px;
	padding-bottom:20px;
	background: url(../images/imgBGB.jpg) top left no-repeat;
	border: none;
}

.photoE img {
	display: block;
	width: 380px;
	height: 245px;
	padding-top:18px ;
	padding-left:18px;
	border:none;
}

.photoE span {
	width:500px;
	height: 332px;
	display: block;
	top:0px;
	left:0px;
	position:absolute;
	background: url(../images/glass2.png) right bottom no-repeat;
	}
		

.photoE a {
	text-decoration: none;
	display: block;
}

.sepa{
	width:700px;
	height:19px;
	padding:15px 0px;
	display:block;
	background:url(../images/sepa.jpg) top left no-repeat;
	clear:both;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*style*/
#Screen_gallery {
	width:660px;
	display:block;
	height: auto;
	min-height:270px;
	height:auto !important;
	height: 270px;
	padding:15px 20px 15px;
}
	.ScreenPic { width:120px; height:120px; padding:10px;  margin: 10px; list-style: none; display: inline; float:left; background: #CCC ;text-align:center;}

	.ScreenPic img {
		border: none;
		}
	.ScreenPic a:hover img {
		border: none;
		color: #fff;
	}
	.ScreenPic a:hover { color: #fff; }

