.theme-orman.slider-wrapper {
    border: 1px solid #CCCCCC;
    float: left;
    height: 315px;
    margin: 10px 0;
    position: relative;
    width: 448px;
	background:#fff !important;
}
.theme-orman .nivoSlider {
    background: url("/images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 268px;
    margin: 10px auto 0;
    position: relative;
    width: 422px;
}
.theme-orman .nivoSlider img {
    display: none;
    height: 268px;
    left: 0;
    position: absolute;
    top: 0;
    width: 422px;
}
.theme-orman .nivoSlider a {
    border: 0 none;
    display: block;
}
.theme-orman .nivo-controlNav {
    bottom: -24px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
}
.theme-orman .nivo-controlNav a {
    background: url("/images/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 10px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 10px;
}
.theme-orman .nivo-controlNav a.active {
    background-position: 0 -10px;
}
.theme-orman .nivo-directionNav a {
    background: url("/images/arrows.png") no-repeat scroll 0 50% transparent;
    border: 0 none;
    display: block;
    height: 200px;
    text-indent: -9999px;
    top: 40px;
    width: 25px;
}
.theme-orman a.nivo-nextNav {
    background-position: 100% 50%;
    padding-right: 20px;
    right: -40px;
}
.theme-orman a.nivo-prevNav {
    left: -40px;
    padding-left: 20px;
}
.theme-orman .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.theme-orman .nivo-caption a {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
}
.theme-orman .nivo-caption a:hover {
    color: #FFFFFF;
}

