

#SPAS_menu {
	width: 1920px !important;
	height: 950px !important;
	position:relative;
}

img.SPAS_overlay {
	position:absolute; 
	left:0; 
	bottom:0;
	z-index:39;
}

#SPAS_container {
	
}

#SPAS_container .SPAS_contentItem {
	position:relative;
	z-index:42;
	overflow:hidden;
}

.SPAS_contenttext {
	position:absolute;
	bottom:0px;
	left:18px;
	right:18px;
	background: rgba(0,0,0,0.85);
	padding:15px 50px;
	text-align:left;
	
	background:url(/modules/SP_AnythingSlider/themes/famco/img/85.png)\9;
}

.SPAS_title {
	color: #FFF;
	font-weight:normal;
	border-right:1px solid #FFF;
	font-size:50pt;
	letter-spacing:-2px;
	
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	
	display:inline;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	float:left;
}

.SPAS_text {
	color: #FFF;
	font-weight:light;
	font-size:16pt;
	line-height:115%;
	letter-spacing:-1px;
	
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	
	dispaly:inline;
	padding:0;
	margin:0;
	vertical-align:middle !important;
}

.SPAS_text p {
	margin-top:0;
	padding-top:0;
}

.SPAS_links {
	display:none;
}

.SPAS_contenttext a:link, .SPAS_contenttext a:visited  {
	color:#7FBBD6;
	text-decoration: none;
}

.SPAS_contenttext a:hover, .SPAS_contenttext a:active  {
	color:#FFFFFF;
	text-decoration: underline;
}
	
/******* SET DEFAULT DIMENSIONS HERE ********/

#SPAS_container {
	list-style: none;
	/*Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled*/
	overflow: hidden; 
}

/******* SET STYLING HERE ********/
 =================================
 Default state (no keyboard focus)
 ==================================*/

.anythingSlider-famco {
	margin: 0 auto;
}

.anythingSlider-famco .anythingWindow {

}

.anythingSlider-famco .anythingControls a {
	/* top shadow */
	background: #FFFFFF;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	opacity:0.5;
	filter:alpha(opacity=50);
	
}

/* Make sure navigation text is visible */
.anythingSlider-famco .anythingControls a span {
	visibility: visible;
}

/* Navigation current button, default state */
.anythingSlider-famco .anythingControls a.cur {
	opacity:1;
	filter:alpha(opacity=100);
}

/* start-stop button, stopped, default state */
.anythingSlider-famco .anythingControls a.start-stop {
	background:transparent url(/modules/SP_AnythingSlider/themes/famco/img/btn_play.png) no-repeat;
}

/* start-stop button, playing, default state */
.anythingSlider-famco .anythingControls a.start-stop.playing {
	background:transparent url(/modules/SP_AnythingSlider/themes/famco/img/btn_pause.png) no-repeat;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-famco .anythingControls a.start-stop:hover,
.anythingSlider-famco .anythingControls a.start-stop.hover,
.anythingSlider-famco .anythingControls a.start-stop .anythingControls ul a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

/************************
  NAVIGATION POSITIONING
 ************************/

/* Navigation Arrows */
.anythingSlider-famco .arrow {
	top: 440px;
	position: absolute;
	display: block;
	z-index:9999;
}

.anythingSlider-famco .arrow a {
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	outline: 0;
	background: url(/modules/SP_AnythingSlider/themes/famco/img/arrows.png) no-repeat;
	opacity:0.25; filter:alpha(opacity=25);
}

/* back arrow */
.anythingSlider-famco .back { left: 30px; }
.anythingSlider-famco .back a { background-position: left top; }
.anythingSlider-famco .back a:hover,
.anythingSlider-famco .back a.hover { opacity:0.5; filter:alpha(opacity=50); }

/* forward arrow */
.anythingSlider-famco .forward { right: 30px; }
.anythingSlider-famco .forward a { background-position: right top; }
.anythingSlider-famco .forward a:hover,
.anythingSlider-famco .forward a.hover { opacity:0.5; filter:alpha(opacity=50); }

/* Navigation Links */

.anythingSlider-famco .anythingControls ul.thumbNav { bottom: 16px; left:16px; position: absolute; }

.anythingSlider-famco .anythingControls { outline: 0; display: none;  }
.anythingSlider-famco .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-famco .anythingControls ul li { display: inline; }
.anythingSlider-famco .anythingControls ul a {
	font-size: 10px;
	line-height: 18px;
	display: inline-block;
	text-decoration: none;
	padding: 0 4px;
	height: 16px;
	margin: 0 3px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-famco .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-famco .anythingControls .start-stop {
	position:absolute;
	bottom:18px;
	right:85px; 
	width: 16px;
	height:16px;
	text-indent:-9999px;
	text-align: center;
	text-decoration: none;
	z-index: 100;
	opacity: 0.5; 
	filter: alpha(opacity=50);
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-famco .arrow {
	top: 340px;
}
.as-oldie .anythingSlider-famco .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-famco .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-famco .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-famco .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-famco .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/

/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}

/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside 'a', for IE7;
  apparently, a negative text-indent on an 'a' link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}

/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}

/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}

/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 0;
}

/***********************
  RTL STYLING
 ***********************/
 
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}

.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}