

#SPAS_menu {
	width:965px;
	position:relative;
}

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

#SPAS_container {
}

#SPAS_container .SPAS_contentItem {
	position:relative;
	margin:30px;
	z-index:42;
}

.SPAS_contenttext {
	position:absolute;
	bottom:30px;
	left:0;
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/bg_40percent.png') top left repeat;
	width:600px;
	padding:20px 20px 0 20px;
	margin:0 0 30px 0;
	text-align:left;
}

.SPAS_title {
	color: #FFF;
	font-weight:bold;
	border:0px solid #FFF;
	font-size:30pt;
	letter-spacing:-3px;
	
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	padding:0;
	margin:0;
}

.SPAS_text {
	color: #FFF;
	font-weight:light;
	font-size:14pt;
	line-height:115%;
	letter-spacing:-1px;
	
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	padding:0;
	margin:0;
}

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

.SPAS_links {
	position:absolute;
	z-index:42;
	right:30px;
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/bg_links.png') top left no-repeat;
	height:430px;
	text-align:left;
	list-style:none;
	margin:0 30px 0 0;
	padding:0 0 0 1px;
}

.SPAS_links li a:link, .SPAS_links li a:visited {
	display:block;
	height:48px;
	width:210px;
	line-height:46px;
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/btn_SPAS_link.png') center left no-repeat;
	padding:0 0 0 15px;
	margin:0;
	text-decoration:none;
	color: #FFFFFF;
	font-size:14pt;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

.SPAS_links li a.permLink:link, .SPAS_links li a.permLink:visited {
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/btn_SPAS_permlink.png') center left no-repeat;
}

.SPAS_links li a:hover, .SPAS_links li a:active {
	font-size:16pt;
	letter-spacing:-1px;
	text-decoration:none;
	color: #FFFFFF;
}

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

.SPAS_contenttext a:hover, .SPAS_contenttext a:active  {
	color:#FA8E15;
	text-decoration: underline;
}
	

/******* SET DEFAULT DIMENSIONS HERE ********/

div.anythingSlider-etc {
	width: 965px;
	height: 490px;
}

/****** SET COLORS HERE *******/

/* Default State */
div.anythingSlider-etc .thumbNav a.cur, div.anythingSlider-etc .thumbNav a {
	color: #000;
}

div.anythingSlider-etc .anythingWindow {
}

div.anythingSlider-etc .start-stop {
	background:url('../../../../modules/SP_AnythingSlider/themes/etc/img/btn_play.png') top left no-repeat;
	color: #fff;
}

div.anythingSlider-etc .start-stop.playing {
	background:url('../../../../modules/SP_AnythingSlider/themes/etc/img/btn_pause.png') top left no-repeat;
}

div.anythingSlider-etc .start-stop:hover, div.anythingSlider-etc .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider-etc.activeSlider .anythingWindow {
}

div.anythingSlider-etc.activeSlider .thumbNav a.cur, div.anythingSlider-etc.activeSlider .thumbNav a {
}

div.anythingSlider-etc .start-stop {
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/btn_play.png') top left no-repeat;
	color: #fff;
}

div.anythingSlider-etc .start-stop.playing {
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/btn_pause.png') top left no-repeat;
}

div.anythingSlider-etc .start-stop:hover, div.anythingSlider-etc .start-stop.hover {
	color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/

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

/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider-etc {
	position: relative;
}

/* anythingSlider-etc base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider-etc .arrow {
	top: 50%;
	position: absolute;
	display: block;
	z-index:100;
}
div.anythingSlider-etc .arrow a {
	display: block;
	height: 46px;
	margin: -23px 0 0 0;
	width: 46px;
	text-align: center;
	outline: 0;
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/arrows.png') no-repeat;
	text-indent: -9999px;
}
div.anythingSlider-etc .forward { right: -23px; }
div.anythingSlider-etc .back { left: -23px; }
div.anythingSlider-etc .forward a { background-position: -46px 0; }
div.anythingSlider-etc .back a { background-position: 0 0; }
div.anythingSlider-etc .forward a:hover, div.anythingSlider-etc .forward a.hover { background-position: -46px -46px; }
div.anythingSlider-etc .back a:hover, div.anythingSlider-etc .back a.hover { background-position: 0 -46px; }
div.anythingSlider-etc .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider-etc .back.disabled { display: none; }

/* Navigation Links */

div.anythingSlider-etc .anythingControls { 
	outline: 0; 
	display: none;
}

div.anythingSlider-etc .thumbNav { 
	margin: 0;
	position:absolute;
	bottom:22px;
	right:50px; 
	z-index: 100;
}

div.anythingSlider-etc .thumbNav li { 
	display: inline; 
}

div.anythingSlider-etc .thumbNav a {
	font: 11px/18px helvetica, arial, san-serif;
	display: inline-block;
	text-decoration: none;
	height: 16px;
	width:16px;
	margin: 0 5px 0 0;
	background: url('../../../../modules/SP_AnythingSlider/themes/etc/img/btn_index.png');
	text-align: center;
	line-height:16px;
	color: #000;
	outline: 0;
	opacity: .5; 
	filter: alpha(opacity=50);
}

div.anythingSlider-etc .thumbNav a:hover {
	opacity: 1; 
	filter: alpha(opacity=100);
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider-etc.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider-etc.rtl .thumbNav { float: left; }    /* move nav link group to left */
div.anythingSlider-etc.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider-etc.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider-etc .start-stop {
	position:absolute;
	bottom:15px;
	right:15px; 
	width: 32px;
	height:32px;
	text-indent:-9999px;
	text-align: center;
	text-decoration: none;
	z-index: 100;
	opacity: .5; 
	filter: alpha(opacity=50);
}

div.anythingSlider-etc .start-stop:hover, div.anythingSlider-etc .start-stop.hover {
	opacity: 1; 
	filter: alpha(opacity=100);
}

div.anythingSlider-etc, div.anythingSlider-etc .anythingWindow, div.anythingSlider-etc .thumbNav a, div.anythingSlider-etc .arrow a, div.anythingSlider-etc .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

