@charset "utf-8";
/* CSS Document */

#slider {
    width: 656px; /* important to be same as image width */
    height: 285px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-image:url(../../images/slider-footer.png);
	background-repeat:no-repeat;
	background-position:0px 226px;
	
}
#sliderContent {
    width: 656px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 13px Arial, Helvetica, sans-serif;
    width: 650px;
	height: 20px;
	padding:15px 25px 15px 15px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
	font-weight:bold;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

/* BANNER SUMMER */
#banner {
    width: 656px; /* important to be same as image width */
    height: 101px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */	
	background-image:url(../../images/banner-summer.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
	cursor:pointer;
}	
#banner-holiday {
    width: 656px; /* important to be same as image width */
    height: 101px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */	
	background-image:url(../../images/banner-holiday.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
	cursor:pointer;
}
#sliderheader {
    width: 656px; /* important to be same as image width */
    height: 40px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-image:url(../../images/slider-header.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
}

