@import url(/themes/fonts/functionpro/boldcondensed/stylesheet.css);
@import url(/themes/fonts/functionpro/book/stylesheet.css);

#slideshow {
	/*
	Specify height for Safari & Chrome
	*/
	position: relative;
	height: 524px;
	zoom: 1;
	overflow: hidden;
}

#slideshow .slides {
	height: 524px;
}

#slideshow .slideTitle {
	display: none;
}

#slideshow .slideDesc {
	position: absolute;
	z-index: 100;
	left: 56px;
	top: 110px;
	color: #fff;
	width: 450px;
	font-size: 16px;
}
.slideText {
	padding-bottom: 35px;
	text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;
	-moz-text-shadow: #000 1px 1px 3px;
	font-weight: bold;
}
.slideText * {
	font-weight: bold;
	color: #fff !important;
	font-size: 16px !important;
}
.slideText P * {
	font-family: Arial, sans-serif !important;
}
.slideText A {
	color: #d5f9ff !important;
}
#slideshow .slideText H2 {
	margin-top: 10px;
	font-size: 70px !important;
	font-weight: normal !important;
	line-height: 1em;
	font-family: FunctionProBoldCondensed, Arial, sans-serif;
	text-shadow: #000 0 0 6px;
	-webkit-text-shadow: #000 0 0 6px;
	-moz-text-shadow: #000 0 0 6px;
}
.slideLink {
	background: url(../../pics/blackButton.gif) #1a1a1a repeat-x left top;
	border: 1px #3a3a3a solid;
	color: #fff;
	padding: 6px 12px;
	margin-left: 15px;
	zoom: 1;
}

.pagerLinkImage {
}
.pagerLinkImageContainer {
	overflow: hidden;
	width: 80px;
	height: 60px;
	position: relative;
	border: 1px #202020 solid;
	float: right;
	display: block;
	margin: 5px;
}
.pagerLinkImageContainer IMG {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -55px;
}

.pagerLink A {
	color: #fff;
	
}
.pagerLink A:hover {
	text-decoration: none;
}
.pagerLink IMG {
	height: 60px !important;
	width: auto !important;
	float: right;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.pagerLink .activeSlide IMG {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.pagerLinkText {
	float: left;
	width: 130px;
	font-size: 16px;
	line-height: 1.05em;
	padding: 7px 0 7px 10px;
	font-family: FunctionProBook, Arial, sans-serif;
}

#slideshow .navContainer {
	width: 250px;
	padding: 7px 0;
	position: absolute;
	top: 0px;
	right: -250px;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.55);
	border-left: 1px #413e3d solid;
}
#slideshow .nav {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
	height: 100%;
}
#slideshow .nav UL  {
	margin: 0;
	padding: 0;
	zoom: 1;
}
#slideshow .nav LI A {
	height: 10px;
	overflow: visible;
	display: block;
	width: 240px;
	float: left;
	/* 	For some mysterious reason IE7 requires this. 
		Otherwise only text and image in link are clickable */
	background: url(../../pics/transparent.gif);
}
HTML > BODY #slideshow .nav LI A {
	min-height: 10px;
	height: auto;
	overflow: hidden;
}
.pagerLink .activeSlide {
	background: url(../../pics/bannerlines.png) no-repeat left top !important;
}
#slideshow .nav .prev SPAN,
#slideshow .nav .next SPAN {
	visibility: hidden;
}
#slideshow .prev {
	display: none;
	cursor: pointer;
	width: 28px;
	height: 28px;
	overflow: hidden;
	background: url(../../pics/arrowLeft.gif) no-repeat center 1px;
}

#slideshow .next {
	display: none;
	cursor: pointer;
	width: 28px;
	height: 28px;
	overflow: hidden;
	background: url(../../pics/arrowRight.gif) no-repeat center 1px;
}

#slideshow .pager {
}

#slideshow .pager UL {
	padding: 2px 5px;
	margin: 0;
	list-style-type: none;
}

#slideshow .pager LI {
	zoom: 1;
	padding: 0;
	margin: 0;
	width: 240px;
	clear: left;
	float: left;
}