html {padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;}
ul,li{margin:0px; padding:0px;}

.margin_bottom_1 { clear: both; overflow: hidden;width: 100%;height:1px; border-bottom: #ff2a43 0.1em solid;font-size: 1px;}
#slider {
	width: 100%; /* important to be same as image width */
    height: 485px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#slider img{ width:100%; border: 0px;left: 0;  margin-left: 0;}
#slidercontent {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderimage {
    float: left;
    position: relative;
    display: none;
    width: 100%;
    height:485px;
    left: 0;
    margin-left: 0;
}
.sliderimage img{
    float: left;
    position: relative;
    left: 0;
    margin-left: 0;
}
.sliderimage span {
    position: absolute;
    font: 14px 微软雅黑,sans-serif;
    padding: 1px 9px;
    width: 100%;
    height:1px;
    line-height: 1px;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
letter-spacing:0.3mm;
}
.clear {
 clear: both;
}
.sliderimage span strong {
    font-size: 80%;
}
.top {
 top: 0;
 left: 0;
}
.bottom {
 bottom: 0;
 left: 0;
}
ul {
 list-style-type: none;
}