@charset "utf-8";

* {
	image-rendering: optimizeQuality !important;
	text-rendering: optimizeLegibility !important;
}

html {
	width: 100% !important;
	height: 100% !important;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#pageContainer {
	height: 100%;
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#panelContainer {
	height: 346px;
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	position: relative;
}

#hs_content_56633 {
	position:absolute;
	top:130px;
	z-index: 1;	
/*	right: -moz-5000px;
	right: -webkit-500px;*/

}

#menu_part4_1 {
	z-index: 2;	
}



/*#panelContainer #footerNav {
	display: block;
	height: 33px;
	width: 225px;
	position: absolute;
	left: -150px;
	bottom: 0px;
}

#panelContainer #footerNav a {
	display: block;
	float: left;
	margin-right: 10px;
}*/

/* Slider CSS */

.scrollable {
	position:relative;
	overflow:hidden;
	width: 1024px;
	height:346px;
	margin: 0px;
	padding: 0px;
}

.loadAnim {
	background: #FFF url('http://media.hypersites.com/clients/1577/filemanager/images/loading.gif') no-repeat center center;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

.items div,
.items a {
	float:left;
}

/* position and dimensions of the navigator */

/*
.navi {
	margin-left:auto;
	width:210px;
	height:25px;
	margin-top: 0px;
	margin-right: auto;
	visibility: hidden;
}

/* items inside navigator */
/*.navi a {
	width:25px;
	height:25px;
	float:left;
	margin:0px 0px 0px;
	background:url('http://media.hypersites.com/clients/1577/filemanager/images/bullets.png') no-repeat 0px 0px;
	display:block;
	font-size:1px;
	cursor: pointer;
}*/

.navi a.paused {
	background-position:0 -50px !important;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -25px;
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -25px;
}

/* Slider CSS */