#slideshow_wrapper, #slideshow_wrapper div {
    width:916px;
    height:500px;
}
#slideshow_wrapper img {

}

a#slideshow_next, a#slideshow_prev {
    background-image:url(../images/arrows.png);
    width:36px;
    height:36px;
    display:inline-block;
    z-index:1000;
    position:relative;
    text-decoration:none;
}

a#slideshow_next {
	float:right;
	top:-290px;
}
a#slideshow_next:hover {
    background-position:-36px 0px;
}
a#slideshow_next:active {
    background-position:-72px 0px;
}


a#slideshow_prev {
	top:-255px;
	background-position:0px -36px;
}
a#slideshow_prev:hover {
    background-position:-36px -36px;
}
a#slideshow_prev:active {
    background-position:-72px -36px;
}


.slide_content{
   color:#fff;
   font-size:12px;
   position:relative;
   top:20px;
   left: 75px;
   display:inline-block;
   width:500px;
}
.slide_logo {
   padding-bottom:20px;
   padding-right:20px;
   display:inline-block;
}
.slide_logo, .slide_text, .slide_link {
   font-family:helvetica;
}

.slide_link {
   text-align:left;
}

<!-- below is the original position of the button in the top left.
<!-- .slide-button {
<!--   top:1px;
<!--   left:1px;
<!--   width:415px;
<!-- } 

.slide-button1 {
   top:440px;
   left:50px;
   width:415px;
}

.slide-button2 {
   top:425px;
   left:25px;
   width:415px;
}

.slide-button3 {
   top:445px;
   left:697px;
   width:415px;
}

.slide-button4 {
   top:305px;
   left:510px;
   width:415px;
}

.slide-button5 {
   top:298px;
   left:220px;
   width:415px;
}

.slide-button6 {
   top:240px;
   left:710px;
   width:415px;
}

.slide-button7 {
   top:435px;
   left:240px;
   width:415px;
}



