#slider {
margin-bottom:10px;
}
.sliderImage {
	padding:0 !important;
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    filter: alpha(opacity=00);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    display: none;
}
.sliderImage p {}
.sliderImage img, .sliderImage ul {margin:0 !important;}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}

#sliderContent {margin:0 !important;}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 100%;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}