*  {
    margin:0,0,0,0;
    padding:0,0,0,0;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 20px 120px -30px #757473;
    -moz-box-shadow: 0px 20px 120px -30px #757473;
    box-shadow: 0px 20px 120px -30px #757473;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
/* for below cirle point position ups and down */
.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-25px;
    margin-left:-65px; /* Tweak this to center bullets */
}
/* for below cirle point distance between two circle */
.theme-default .nivo-controlNav a {
	display:block;
	width:18px;
	height:9px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px; /*arrow width*/
	height:30px; /*arrow height*/
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0; /*arrow size according arrow img*/
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
/* main style */
.theme-default #slider {
    margin:0px auto 0 auto; /*outer div position*/
    width:974px; /* Make sure your images are the same size */
    height:282px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}