div#centered {
	width:1020px;
	height:450px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -225px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
/* main vertical scroll */
body {
	background:#000;
	
	font-family:"Helvetica", "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms", verdana;
}
a img {
	border:none;
}
a {
	color:#00b8c4;

}
#main {
	position:relative;
	overflow:hidden;
	height: 450px;
	text-align:left;
}
/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}
/* single page */
.page {
	padding:0px;
	height: 450px;
	width:1020px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	/*font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;*/
	text-transform:;
	font-size:10px;
	
}
.page2 {
	padding:0px;
	height: 800px;
	width:820px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	/*font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;*/
	font-size:10px;
	text-align:left;

	
}
.pagetext {
	padding-left:520px;
	margin-top:-10px;
}

.bg1 {
	background:#000 url(../images/slidebg1.jpg) 0 0 no-repeat;
}
.bg2 {
	background:#000 url(../images/slidebg2.jpg) 0 0 no-repeat;
}

.bg3 {
	background:#000 url(../images/slidebg3.jpg) 0 0 no-repeat;
}
.bg4 {
	background:#000 url(../images/slidebg4.jpg) 0 0 no-repeat;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 980px;
	height: 450px;
}
/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	
}
/* single scrollable item */
.item {
	float:left;
	cursor: default;
	width:875px;
	height:450px;
	padding:10px;
}
/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}
#main_navi li {
	/* background-color:#333;
	border-top:1px solid #666; */
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:32px;
	list-style-type:none;
	padding-top:5px;
	margin-right:10px;
	width:110px;
	cursor:pointer;
	border-bottom:1px solid #000;
}
#main_navi li img {
	float:right;
	
}
#main_navi li:hover {
	/* background-color:#444; */
}
#main_navi li.active {
	border-bottom:1px dotted #00b8c4;
	/*border-bottom:2px double #00b8c4;*/
}
#main_navi img {
	float:left;
	margin-right:10px;
}
#main_navi strong {
	display:block;
}
#main div.navi {
	margin-left:250px;
	cursor:pointer;
}
.bluebox {
	width:10px;
	height:10px;
	background:#00a8ba;
}
.logo {
	text-align:left;
	padding-bottom:8px;
	position:absolute;
	top:0px;
	left:-20px;
}
.container {
	position:relative;
}
.photocredit {
	text-align:right;
	position:absolute;
	bottom:1%;
	right:1%;
	color:#FFF;
	font-size:9px;
}
