#homepage_content .theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	width: 960px;
	height: 628px;
	z-index: 0;
    
}
#homepage_content .theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#homepage_content .theme-default .nivoSlider a {
	border:0;
	display:block;
}

#homepage_content .theme-default .nivo-controlNav {
	position:absolute;
	text-align: center;
	top: 536px;
	left: 0px;
/*	padding: 0px;
	padding-top:20px;
	padding-bottom:10px;
	margin-top:-54px;*/
    
}
#homepage_content .theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 10px;
}
#homepage_content .theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

#homepage_content .theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:43px;
	background:url(../../images/v3/header/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-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;
    z-index: 100;
}
#homepage_content .theme-default:hover .nivo-directionNav a { opacity: 1; }
#homepage_content .theme-default a.nivo-nextNav {
	background-position:-150px 0;
	right:15px;
}
#homepage_content .theme-default a.nivo-prevNav {
	left:15px;
}

#homepage_content .theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
#homepage_content .theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
#homepage_content .theme-default .nivo-caption a:hover {
    color:#fff;
}

#homepage_content .theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	z-index: 100;
}
#homepage_content .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
	/*z-index: 100;*/
	border: 4px #000 solid;
}
#homepage_content .theme-default .nivo-controlNav.nivo-thumbs-enabled a:hover {
	border: 4px #FFF solid;
}

#homepage_content .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 75px;
	height: auto;
	/*z-index: 100;*/
}