@charset "utf-8";

/* index */
.bgstretcher-area {
	text-align: left;
	background: #fff;
}


.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
	position: absolute;
	top: 0;
	left: 0;
}


.bgstretcher ul,
.bgstretcher ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}


.column {
	clear: both;
	width: 100%;
	height: 200px;
	position: relative;
	top: 200px;
}
.column .row {
	float: left;
	width: 600px;
	height: 180px;
	background: url(../images/index/column_bg.png) left top repeat-y;
	padding-top: 10px;
}

.nav-buttons{
	float: right;
	margin: 90px 10px 0 0;
}

.nav-buttons a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/index/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a#next {
	background-position:-30px 0;
}
a#prev {
	margin-bottom: 5px;
}


#nav{
	float: right;
	margin-right: 50px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#nav ul li {
	display: inline;
}

#nav ul li a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/index/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

#nav ul li.showPage a {
	background-position:0 -22px;
}


/*-------------------------------------------*/
/* lightbox */
#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;	
}

	/* jQuery lightBox plugin - Gallery style */
	/*
	gallery news det */
	#gallery {
		clear: both;
		background-color: #fff;
		margin: 10px auto;
		padding: 10px;
		/*width: 550px;
		border: 1px solid #cc0000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	}
	#gallery ul {
      	list-style: none;
      	margin: 0 auto;
      	padding: 0;
      }
	#gallery ul li {
      	display: inline;
      	list-style: none;
      	margin: 0 3px 0 0;
      	padding: 0;
      }
	#gallery ul img {
		/*border: 1px solid #3e3e3e;
		padding: 3px;
		background: #fff;*/
		-moz-border-radius: 120px;
		-webkit-border-radius: 120px;
		border-radius: 120px;
	}



