@charset "utf-8";



/* ------------------------------------------------ */
/* LAYOUT */
/* ------------------------------------------------ */

#content ul,li {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	list-style: none;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { 
	position: relative;
	width: 100%;
}
.csw {
	width: 100%;
/*	height: 300px;	*/
	background: #fff;
/*	overflow: scroll	*/
}
.loading {
	margin: 40px auto 0 auto;
	padding: 10px 0;
	text-align: center;
/*	background: url("../img/loadingAnimation.gif") center center no-repeat;	*/
	background: url("../img/loading_02.gif") center center no-repeat;
}

.stripViewer {
	position: relative;
	clear: both;
	width: 603px;
/*	height: 300px;	*/
	margin: auto;
	padding: 10px 0 10px 0;
	background: #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	overflow: hidden;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 603px;
}
.stripViewer .panelContainer .panel .wrapper {
	clear: both;
}

.stripViewer p.nav {
	display: none;
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
}





.stripNav {
	margin: 19px 0 0 0;
	padding: 0;
}
.stripNav #tabs {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.stripNav #tabs span {
	float: left;
	display: block;
	height: 31px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.stripNav #tabs span a {
	display: block;
	height: 31px;
	margin: 0;
	padding: 0;
/*	background: #eee;	*/
	color: #000;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	text-indent: -9999px;
	overflow: hidden;
}

.stripNav #tabs span a#tb1 {
	width: 153px;
	background: url("../img/tb_whatsnew.gif") 0 0 no-repeat;
}
.stripNav #tabs span a#tb2 {
	width: 151px;
	background: url("../img/tb_company.gif") 0 0 no-repeat;
}
.stripNav #tabs span a#tb3 {
	width: 151px;
	background: url("../img/tb_brand.gif") 0 0 no-repeat;
}
.stripNav #tabs span a#tb4 {
	width: 150px;
	background: url("../img/tb_recruit.gif") 0 0 no-repeat;
}

.stripNav #tabs span a:hover {
	background-position: 0 -31px !important;
	color: #999;
}
.stripNav #tabs span a.current {
	background-position: 0 -62px !important;
	color: #fff;
}



.stripNavL, .stripNavR {
	position: absolute;
	top: 200px;
	text-indent: -9999px;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	outline: none;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("../img/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("../img/arrow-right.gif") no-repeat center;
}


p#cross-links {
	margin-bottom: 30px;
	font-size: 75%;
	text-align: center
}
