
.theme-default1 .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;

   /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;*/
	background-image: url(images/loading.gif);
}
.theme-default1 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default1 .nivoSlider a {
	border:0;
	display:block;
}

.theme-default1 .nivo-controlNav {
	position:absolute;
	left:78%;
	bottom:10px;
    margin-left:-20px; /* Tweak this to center bullets */
}
.theme-default1 .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/slid_icon.png) no-repeat;
	text-indent:-3px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default1 .nivo-controlNav a.active {
	background-position:0 -22px;
		display:block;
	width:22px;
	height:22px;
	background:url(images/slid_icon1.png) no-repeat;
	text-indent5px;
	border:0;
	margin-right:3px;
	float:left;
}

.theme-default1 .nivo-directionNav a {
	display:block;
	width:24px;
	height:55px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default1 a.nivo-nextNav {
	background-position:-30px 0;
	background:url(images/arrow-next.png) no-repeat;
	right:-5px;
}
.theme-default1 a.nivo-prevNav {
	left:-5px;
	background:url(images/arrow-prev.png) no-repeat;
}

/*.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;
}*/
