
section #slider {
	height:568px;
	overflow: hidden;
	width: 100%; text-align:center; margin:auto; 
}
#slider {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    position: relative; margin-top:0px; position:-1
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}
.nivo-controlNav {
    bottom: 25px;
    left: 50%;
    margin-left:-95px;
    position: absolute;
	z-index:99999;
}
.nivo-controlNav a {
    background: url("../images/hd_off.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: inline;
    float: left;
    height: 6px;
    margin:0px 4px;
    text-indent: -9999px;
    width: 60px;
}
.nivo-controlNav a.active {
    background: url("../images/hd_on.png") no-repeat scroll 0 0 transparent;
}
.nivo-directionNav a {
    border: 0 none;
    display: none;
    text-indent:-9999px;
}
.nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
    text-shadow: none;
}
.nivo-caption a {
    color: #EFE9D1;
    text-decoration: underline;
}
#slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#slider li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#slider li {
    height: 580px;
    overflow: hidden;
    width: 1000px; margin:auto; 
}
#prevBtn {
    display: none;
    height: 95px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 330px;
    width: 102px;
}
#nextBtn {
    display: none;
    height: 95px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    text-indent: -9999px;
    top: 330px;
    width: 102px;
}
#prevBtn A {
    background: url("../images/btn_prev.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 95px;
    width: 102px;
}
#nextBtn A {
    background: url("../images/btn_next.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 95px;
    width: 102px;
}
#bottom { background:url("../images/bottom.jpg") top center no-repeat; height:574px;}
