@charset "utf-8";
/* CSS Document */

#slider {
    width:960px; /* important to be same as image width */
    height:300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

.slide1 {
	position:absolute;
	top:0px;
	left:0px;
}


.slide2 {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.slide3 {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.slide4 {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.slide5 {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#sliderContent {
    width:952px; /* important to be same as image width or wider */
    position: absolute;
	top: -14px;
	margin-left: -40px;
	-webkit-padding-start: 0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=0);  /* here you can set the opacity of box with text */
    -moz-opacity: 0;			/* here you can set the opacity of box with text */
	-khtml-opacity: 0;		/* here you can set the opacity of box with text */
    opacity: 0;				/* here you can set the opacity of box with text */
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

#plans img{
	width:97%;
}