#bgImage{ 
	width:100%;
	height:100%;
	z-index:0;
	position:fixed;
}
.header{
}

.headerImg{
	width:100px;
	height:100px;
	text-align:center;
}

.content{
}
.footer{
}
.ui-{
	z-index:1;
}
#map{
	width:300px;
	height:300px;
	background-color:#333;
	margin:0px auto 0px auto;
}
.gomapMarker { 
    display: block; 
    width: 70px; 
    height: auto; 
} 
#sliderContainer { 
	background-color:#03244F;
	display:block;
	width:300px;;
	height:300px;
	overflow:none;
	position:relative;
}
#prev {
	background-image:url(../_images/sliderImages/left-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:left;
	height:100%;
	width:56px;
	position:relative;
	z-index:99;
	cursor:pointer;
}
#next {
	background-image:url(../_images/sliderImages/right-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:right;
	height:100%;
	width:56px;
	position:relative;
	z-index:99;
	cursor:pointer;
}
#slider{
	position:absolute;;
	display:block;
	width:inherit;
	height:inherit;
	height:auto;
	float:left;
	overflow:hidden;
}
#slider img{
	height:300px;
	width:300px;
}
#staff img{
	width:300px;
	height:300px;
}

