@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: 960px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

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

#panelContainer #staticBadge {
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 185px;
	display: block;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 9;
}

#panelContainer #footerNav {
	display: block;
	height: 33px;
	width: 225px;
	position: absolute;
	left: 10px;
	bottom: 0px;
}

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

/* Slider CSS */

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

.loadAnim {
	background: #FFF url('http://hypercache.h5i.s3.amazonaws.com/clients/74/filemanager/RAC-US_2012/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: 430px;
	position:absolute;
	width:210px;
	height:30px;
	margin-top: 3px;
	visibility: hidden;
}

/* items inside navigator */
.navi a {
	width:25px;
	height:25px;
	float:left;
	margin:5px 0px 0px;
	background:url('http://hypercache.h5i.s3.amazonaws.com/clients/74/filemanager/RAC-US_2012/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 */