

.theme-default{
	float:left;
	position:relative;
}
.theme-default .nivoSlider {
	position:relative;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.currentSlider img {
	display: block !important;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivoSlider h2 {	
	color: #FFFFFF;
}
.theme-default .nivo-controlNav {
	width:247px;
	height:46px;
	background:url(/bg-pagination.png) 0 0 no-repeat;
	list-style:none;
	padding:445px 0 0 250px;
	margin:0;
	position:absolute;
	z-index:9;
	bottom:0;
	left:0px;
}
.theme-default .nivo-controlNav .item{ width:auto; float:left; }
.theme-default .nivo-controlNav a {
	width:12px;
	height:12px;
	float:left;
	text-indent:-99999px;
	margin:0 5px 0 0;
	background:url(/pagination-li.png) 0 0 no-repeat;
}
.theme-default .nivo-controlNav a:hover,
.theme-default .nivo-controlNav .active a{
	background:url(/pagination-li-hover.png) 0 0 no-repeat;
}

.theme-default .nivo-controlNav span,
.theme-default .nivo-controlNav p{ display:none; }

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    display:none !important;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.loading {position:relative;float: right; background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat 50% 50%;}

