/* ------------------------------------------------------------------------
	s3Slider	
	Developped By: Gantulga Nanzad -> http://gantulga.andevelopers.com/
    jQuery script: Boban Karišik -> http://www.serie3.info/
	Version: 0.2	
------------------------------------------------------------------------- */
#slider {display:block;width:315px;height:238px;}
*html #slider {width:315px;}
#sliderContent {float:left;width:315px;height:238px;padding:0;}
.sliderImage {
  float: left;
	display: none;
	position:relative;
	top:0px;
	left:0px;	
}
.sliderImage span {
    position: absolute;

    color: #ffffff;
    text-decoration:none;
    display: none;
    float:right;
}
.slidertitle {
  color:#ffffff;
  font-size:24px;
  background-color: #B39D54;
  float:right;
  padding:3px 5px 3px 5px;
  margin-right:20px;
}
.sliderdesc {
  color:#ffffff;
  font-size:12px;
  font-weight:normal;
  margin-top:5px;
  background-color: #B39D54;
  float:right;
  padding:3px 5px 3px 5px;
  margin-right:20px;
}
.clear {
	clear: both;
}
.sliderbottom {
	bottom: 0;
    left: 0;
    height: 80px;
}
.sliderLink{
	color: #fff;
	text-decoration: none;
	padding:0;margin:0;border:0
	}

