#slider {
    width: 550px; /* important to be same as image width */
    height: 363px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top:-5px;
	display:inline-block;
	margin-left:0px;
	font-family:Arial;
	
}

#sliderContent {
    width: 740px; /* important to be same as image width or wider */
	
    /*position: absolute;*/
	top: 0;
	margin-left: 0;
}

#sliderContent2 {
    width: 150px; /* important to be same as image width or wider */
	
    /*position: absolute;*/
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
	font-family:Arial;
	font-size:0.8em;
	font-style:normal;
}



.sliderImage .left4{width:534px;float:left;}
.sliderImage .right4{margin:0 0 0 534px;}

.sliderImage span {
    position: absolute;
	font-family: 'Georgia' !important;
	font-style:italic;
    padding: 15px 13px;
	margin:0 0 0px 0px;
    width: 550px;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
	font-size:1.5em;
}
.sliderImage span strong{font-family:Arial Black;font-style:normal;}

#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 16px !important;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 216px;
}
#slider .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 216px;
}
#slider ul { list-style-type: none;margin:0 0 0 0;padding:0 0 0 0;}


