﻿@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}


body{font:14px;}
#slideshowWrapper{position:relative;width:100%;margin:auto;}
#fssPrev{position:absolute;top:169px;left:-67px;background:url(arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px; display: none;}
#fssNext{position:absolute;top:169px;left:646px;background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px; display: none;}
#fssPlayPause{position:absolute;top:435px;right:20px;background:url(white.png) repeat;padding:4px 0 5px 0;-moz-border-radius:5px;border-radius:5px;width:60px;text-align:center;display:block;color:#333;text-decoration:none; display: none;}

#slideshow {list-style:none;margin:auto;width:100%;height:auto;overflow:hidden;min-height: 341px;}

#fssList{
    list-style: none outside none;
    position: absolute;
    /*bottom: 45px;*/
    bottom: 10px;
    z-index: 9999;
    left:1px;
}
#fssList li{display:inline;padding-right:5px;}
#fssList li a
{ 
    color:#999;text-decoration:none; 
    background: #ffffff;  
    text-indent:-99999em; 
     display: inline-block;     
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    width: 32px; height: 32px; 
     
    background:url('/SWA/Resources/img/layout/btn/hero-nav-sprite.png') left 0 repeat-y;

    outline: none !important;          
}

#fssList li.fssActive a{ background-position: left -38px; }



#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

small a{color:#000;}

.textcontainer{
    position: absolute; 
     color:white;
    display:inline;
    top:5px;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-left:0px;

}

#slideshow .textcontainer h1 { 
	display: inline-block;
    text-align: right;
 }
 
 
 
 
 #slideshow .textcontainer p { 
    color:#ffffff;
    margin-left:30px;
    width: 280px;
    margin-bottom: 21px;
 }
 
 .bannerShadow {
	background:url('/SWA/resources/img/home/bg/hero-shadow.jpg') no-repeat;
 }
 
 
 #slideshow .textcontainer span{
   /* background:url('/Productiv/resources/img/button-left.png') left 0 no-repeat; */
    color:#ffffff;
    margin-top:10px;
    border: none;
    margin-left: 8px;
    padding-bottom: 14px;
    padding-top: 16px;
    float: right;
        margin-right: 15px;
 }
 
#slideshow .textcontainer span span { 
    color:#ffffff;
    margin-top: -16px;
    border: none;
    margin-left: 8px;
    padding: 13px 25px 14px 17px;
  /*  background:url('/Productiv/resources/img/button-right.png') right 0 no-repeat;*/
    font-size: 14px;
    color:#ffffff;

}

#slideshow .textcontainer span span a{ color:#ffffff;}

ul#slideshow { padding: 0px !important;}

/*
.textcontainer a 
{
    font-size: 1.3em;
    display: block;
    background:url('/PE/resources/img/layout/icons/go-white.png') 0 0 no-repeat;
    height:22px;
    padding-left: 0px;
    padding-top: 4px;
    color:#ffffff;
    text-decoration: none;
    text-transform:uppercase;
}
*/


.textcontainer a:hover 
{
     text-decoration: underline;  
}

#slideshowWrapper ul#slideshow a{ color: #ffffff !Important;}
#slideshowWrapper ul#slideshow a:hover{ text-decoration: underline !Important; }


ul#slideshow {
    padding: 0 !important;
}

.banner{ 
	position: relative;
	background: url(/SWA/resources/img/home/bg/hero-shadow.jpg) no-repeat bottom left transparent;
	padding-bottom: 15px;
	
}
