.theme-orman.slider-wrapper {
	background:url(../images/slider.png) no-repeat;
	width:522px;
	height:210px;
	margin:0 5px;
	padding-top:12px;
	position:relative;
	float:right;
}

.theme-orman .nivoSlider {
	position:relative;
	width:432px;
	height:195px;
	margin-left:58px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:432px; /* Make sure your images are the same size */
    height:160px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}
.theme-orman .nivo-controlNav {
	display:none;
  position:absolute;
	left:50%;
	bottom:-35px;
  margin-left:-50px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:none;
    width:10px;
    height:10px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-orman .nivo-controlNav a.active {
    background-position:0 -10px;
		display:none;
}

.theme-orman .nivo-directionNav a {
	display:none;
	width:25px;
	height:175px;
	background:url(../images/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
  top:20px;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
	right:-40px;
  padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:-38px;
  padding-left:20px;
}

/* .theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
} */
