#deco{

background-image:url('../images_slider/deco.png');
width:362px;
height:246px;
overflow: hidden; /* important */
z-index:10;
position:absolute;

}


#slider {

    width: 362px; /* important to be same as image width */
    height: 241px; /* important to be same as image height */
    position: relative; /* important */
	border:0px;
	position :absolute;
	z-index:1;


}

#sliderh {
    width: 362px; /* important to be same as image width */
    height: 241px; /* important to be same as image height */
    position: relative; /* important */
	border:0px;
	overflow: hidden; /* important */
}


#sliderContent,#sliderhContent {
    width: 365px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;


}

img {
border:none;
border:0px;
}

.sliderImage, .sliderhImage{
    float: left;
	border:0px;
    position: relative;
	display: none;
}
.sliderImage span, .sliderhImage span {
    position: absolute;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8px ;

   /** padding: 10px 13px;**/
    width:  352px;
	border:0px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	padding:5px;
}


.clear {
	clear: both;
}
.sliderImage span strong, .sliderhImage span strong {
    font-size: 14px;
	border:none;
}

.top {
	top: -100;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	height:75px;
	margin-left:0px;
	margin-top:1px;

}




ul { list-style-type: none;}