/* 
400 = normal
700 = bold
*/



/* Home
--------------------------------------------- */
.slideshow-wrapper {width: 100%; height:560px; position: relative; }
.slideshow-wrapper .bg {width: 100%; height: 560px; position: absolute; top: 37; left: 0;}
.slideshow {margin: 0 auto; /* width: 100%; background: #fce57b; */}
.slideshow img {/* display: block; margin: 0 auto; */}
.home .slideshow {width: 1200px; height: 564px; position: relative; z-index: 10; overflow: hidden;}
.home .slideshow .slide {width: 1200px; height: 564px; z-index: 10;}
.slideshow img {position: absolute;top: 0;left: 0;z-index: 15;}
.slideshow .blurb {position: absolute; bottom: 140px; left: 100px; z-index: 18; padding: 0 0 40px; height: auto; width: 318px; border: 1px solid #F72E2A; background: #fff; -moz-box-shadow: 0 0 8px #333; -webkit-box-shadow: 0 0 8px #333; box-shadow: 0 0 8px #333;}
.slideshow .blurb .description {display: block; padding: 24px 0;}
.slideshow .blurb .description h4 {margin: 0 24px; color: #F72E2A; font-size: 12px;}
.slideshow .blurb .title-wrap {padding: 0 0 32px;}
.slideshow .blurb .title-wrap .title {margin: 0 24px; font-size: 32px; line-height: 42px;}
.slideshow .blurb .title-wrap .title a {border:none;}
.slideshow .blurb .title-wrap .title a:hover {background:none;color:#f95e5b;}

.slideshow #controls {}
.slideshow #controls a {}
.slideshow #controls a.previous {}
.slideshow #controls a.previous:hover {}
.slideshow #controls a.next {}
.slideshow #controls a.next:hover {}
.slideshow #controls a:hover, .slideshow #controls a.current {}

.home .slideshow #controls {border-top: 1px solid #F72E2A;}
.home .slideshow #controls a {display: block; float: left; margin: 0 8px;}
.home .slideshow #controls a.previous {margin: 0 9px 0 24px;}
.home .slideshow #controls a.next {margin: 0 9px;}
#home-tagline {margin: 30px auto;}


