/* @override http://circastudios.com/galloway/wp-content/themes/galloway/s3Slider.css */

/* @override http://circastudios.com/galloway/wp-content/themes/galloway/s3Slider.css */

/* @override http://circastudios.com/galloway/wp-content/themes/galloway/s3Slider.css */

/* 

Classic Theme - CSS File For s3Slider JQuery

*/
#slide{ background-repeat:no-repeat; width: 410px; height: 354px;
}
#s3slider { 
   width: 410px; /* important to be same as image width */ 
   height: 354px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider a, #s3slider a:visited{color:#fff; text-decoration:underline;}

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

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

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-size: 14px;
   width: 638px;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   color: #000;
   display: none; /* important */
   top: 0px;
	height: 354px;
	text-align: right;
}

.s3sliderImage span strong {
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
}
.clear {
   clear: both;
} 