.theme-orman.slider-wrapper {
    background: white;
    width:264px;
    height:255px;
    margin:0 auto;
    padding-top:9px;
    position:relative;
	border: 3px solid white;
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
	padding: 2px;
	display: inline-block;
	margin-left: 12px;
	margin-top: 38px;
	margin-bottom: 30px;
    -moz-box-shadow: 0px 0px 7px #D6D6D6;
    -webkit-box-shadow: 0px 0px 7px #D6D6D6;
    box-shadow: 0px 0px 7px #D6D6D6;
}

.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:264px; /* Make sure your images are the same size */
    height:255px; /* Make sure your images are the same size */
}

.theme-orman .nivoSlider {
    position:relative;
    width:264px;
    height:255px;
    margin-left:0px;
    background:url(../img/loading.gif) no-repeat 50% 50%;
}

.theme-orman .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom: -31px;
    margin-left:-42px; /* Tweak this to center bullets */
	background: white;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #e1dede;
	padding-left: 20px;
	padding-right: 13px;
	padding-top: 5px;
}

.theme-orman .nivo-controlNav a:hover {
	cursor: pointer;
}