.nivoSlider {
    background: url("../slider/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 237px;
    margin-bottom: 0;
    position: relative;
    width: 709px;
}
.nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a {
    border: 0 none;
    display: block;
}
.nivo-controlNav {
    bottom: 0px;
    height: 22px;
    right: 10px;
    position: absolute;
    z-index: 100;
	left:45%;
}
.nivo-controlNav a {
    background: url("../slider/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
	cursor:pointer;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    background: url("../slider/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
	z-index:50;
	cursor:pointer;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
	position: absolute;
	top:112px;
}
a.nivo-prevNav {
    left: 15px;
	position: absolute;
	top:112px;
}
.nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.nivo-caption a {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
}
.nivo-caption a:hover {
    color: #FFFFFF;
}
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 border:0;
 padding:0;
 margin:0;
 z-index:4;
 display:none;
}
