﻿
#slide {
width:900px;
margin:0;
background:#fff;
}

/* =====================================JQUERY SLIDER==============================================*/

#s3slider {
   width: 900px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 900px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0;
   padding:0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font-size: 36px;
   font-style:italic;
   font-weight:bold;
   letter-spacing:-2px;
   line-height:38px;
   padding: 30px 30px;
   width: 350px;
   height: auto;
   text-align: left;
   text-transform:uppercase;
   background-color:none;
   color: #2C2C45;
   display: none; /* important */
   top: 0;
   right:0;
}