.slide{
/* position:relative; */
/*left:0px; */
margin:0px;
padding:0px;
border:0px;
width: 100%;
min-width:1000px;
height: 600px;
z-index:0;
padding-bottom:10px; 
/*float:left; */
}

.cycle-slideshow {
width: 100%;
height: 600px;
margin: 0px;
border:0px;
padding:0px;
z-index:1;
}

.cycle-slideshow img{
max-height:600px;
max-width:100%;
z-index:1;
}


#prev {
position:absolute; 
left:25px;
top: 450px;
z-index:11;
opacity:0.75;
filter:alpha(opacity=75); /* For IE8 and earlier */
}

#next {
position:absolute;
right:25px;
top: 450px;
z-index:11;
opacity:0.75;
filter:alpha(opacity=75); /* For IE8 and earlier */
}

