

.theme-default .nivoSlider {
	position:relative;
	background:#fff  url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
	
}
.theme-default .nivoSlider img {
	position:absolute;
	/*top:40px;*/
	left:0px;

}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	 float:right;
    margin-right: 5px;
    margin-top: -37px;
   position:relative;
    text-align: center;
    z-index:99;

	border:0px solid #F00;
	
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0px solid #F00;
	 z-index:99999;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:32px;
	height:76px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 9;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;  border:0px solid #F00;
}

.theme-default:hover .nivo-directionNav a { opacity: 9; }
.theme-default a.nivo-nextNav {
	background-position:-32px 0;
	 right: 0px;
       top: 48%;
    z-index: 999;
}
.theme-default a.nivo-prevNav {
	
    left:0px;
    top:48%;
    z-index: 999;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif; font-size:25px; font-weight:normal; text-align:center; line-height:60px;
}

.theme-default .nivo-caption strong{
    font-family: Helvetica, Arial, sans-serif; font-size:60px; font-weight:bold; color:#fff; text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); text-decoration:none !important;
}


.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}