#slider {
    height:276px;
    overflow:auto;
    position:relative;
    top:6px;
    width:446px!important;
    z-index:0;
}

#slider ul li img:hover{
border:1px solid #4A5A69;
margin:0px;
padding:2px
}
#sliderContent {
    width: 446px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	z-index:0
}
.sliderImage {
    float: left;
    position: relative;
}
.sliderImage span {
    position: absolute;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
    padding: 10px 13px;
    width: 446px!important;
    background-color: #222A2F;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
	-khtml-opacity: 0.85;
    opacity: 0.85;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}