/*
SLIDESHOW
*/
#slideshow {
    height: 739px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
    width: 1263px;
    padding-top: 0;/*107px*/;
}

#slideshow a {
    color: #FFF;
    text-decoration: none;
    background: none;
}


#slideshow .slideshow-wrapper {
	height: 739px;
    margin: 0px auto;
    width: 1263px;
}
#slideshow .wrapper {
	width:1011px;
	overflow:hidden;
}
.slide {
    float: left;
    height: 739px;
    position: relative;
    width: 1263px;
}
.slide .wrapper {
	position: absolute;
	width: 769px;
	color:#FFF;
	top:26%;
	left:5%
}
.slide .wrapper.top {
        top: 15%;
}
.slide .wrapper.center {
	top:30%;
}
.slide .wrapper.bottom {
	bottom:20px;
  top: auto;
}
.slide .wrapper.bottom #slideshow-text {
  position: relative;
  bottom:0;
  top: auto;
}
.slide .wrapper.left {
	left:5%;
}
.slide .wrapper.middle {
	left:8%;
        text-align: center;
}
.slide .wrapper.right {
	left: 220px;
    text-align: right;
}

.slide .wrapper.middle .date ,
.slide .wrapper.center .date {
    text-align: center;
    margin: 0px 0px 0px 16%;
}
.slide .wrapper.left .date {
    text-align: left;
    margin: 0px 0px 0px 35px;
}

.slide .wrapper.right .date {
	width: 420px;
        margin:0 0 0 500px;
        text-align: right;
}
.slide .wrapper.right p {
  width:420px;
	margin:0 0 0 500px;
}
.slide .wrapper.left .btn.more {
	margin:5px 0 0 35px;
}
.slide .wrapper.right .btn.more {
	margin:5px 100px 0 0;
}
.slide-nav {
	position:relative;
}
.slide .wrapper h1 {
	font-size: 3.5em;
    letter-spacing: 1px;
    line-height: 55px;
    margin: 0px 0px 17px;
    text-shadow: 0.05em 0.05em 0.03em black;
}
.slide .wrapper p {
    text-shadow: 0.1em 0.1em 0.1em black;
	width:391px;
	font-size:1.5em;
	margin:0 0 0 20px;
}

.slide .wrapper.middle p{
    margin-left: 31%;
}

.slide .wrapper.middle .btn.more{
    margin-left: 40%;
}

.slide .wrapper .date {
	color:#fb6b02;
	text-align:right;
	font-size:1em;
	text-transform:uppercase;
	width:683px;
	margin:0;
}
.slideshow-nav {
	width:980px;
	height:737px;
	margin:0 0 0 -490px;
	position:absolute;
	top:75px;
	left:50%;
	z-index:80;
}
#slideshow .btn {
	position:absolute;
	display:block;
	top:71%;
	color:#FFF;
	font-size:1.3em;
	width:27px;
	height:61px;
	text-indent:-9999px;
}
#slideshow .btn.more {
  position: relative;
  top: auto;
  width: auto;
  height: auto;
  text-indent: inherit;
}
#slideshow .btn.more {
  background-color: #1b1b1b;
  display: inline-block;
  padding:0 10px;
  font-size: 1em;
}
#slideshow .btn.more:hover {
  background-color: #fb6b02;
}
#slideshow .slideshow-prev {
	left:20px;
	background:transparent url(../images/sprite.png) no-repeat 0 0;
}
#slideshow .slideshow-next {
	background:transparent url(../images/sprite.png) no-repeat -27px 0;
	right:20px;
}