body > .moduletable {background: #232f3a;}

.NivoSzakiSlider .nivoSlider {
	position: relative;
	background: url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider {
	position:	relative;
	margin:	0px;
	background: url(loading.gif) no-repeat 50% 50%;
}
.NivoSzakiSlider {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid #4B4848;
    margin-left: 30px;
    position: relative;
    width: 588px;
    z-index: 1;
}
	
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5
}
.nivo-caption {
    background: none repeat scroll 0 0 transparent;
    display: block !important;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 240px;
    width: 300px;
    z-index: 8;
}

.nivo-caption p {padding: 0;}

	.nivo-caption p span {
		display: block;
		color: #1a1a1a;
		text-transform: uppercase;
	}
	.nivo-caption p strong {
		display: block;
		text-transform: uppercase;
		color: white;
		padding: 0;
		margin: -34px 0 -38px;
		letter-spacing: -5px;
	}
	.nivo-caption p em {
		display: block;
		text-transform: uppercase;
		color: white;
	}
	.nivo-caption p a {
		display: inline-block;
		color: white;
		text-transform: uppercase;
		margin: 18px 0 0 2px;
   		padding: 15px 21px 16px 20px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		text-decoration: none;
	}
	.nivo-caption p a:hover {text-decoration: none; color: #14827d; background: #999999;}
	

.nivo-html-caption {display:none;}
.nivoSlider a {border:0;}

.nivo-directionNav {
    display: block !important;
    height: 20px;
    left: -27px;
    position: absolute;
    top: 185px;
    width: 612px;
    z-index: 9;
}
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer
}
.nivo-prevNav {left:0;}
.nivo-nextNav {right:0;}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer
}
.nivo-controlNav a.active {font-weight:bold;}

.nivo-controlNav img {
	display:inline;
	position:relative
}
.nivo-controlNav a.active img {}

.nivo-directionNav a {
	display:block;
	width: 30px;
	height: 30px;
	text-indent:-9999px;
	border:0
}

a.nivo-nextNav {
	background-position: 100% 0;
	right: 0px;
}
a.nivo-prevNav {
	background:url(nav_left.png) no-repeat;
	background-position: 0% 0%;}

a.nivo-nextNav {
	background-position: 100% 0%;
	background:url(nav_right.png) no-repeat;
	}

a.nivo-prevNav:hover {background-position: 0% 100%;}

a.nivo-nextNav:hover {background-position: 100% 100%;}


.nivoSlider .nivo-controlNav {
	bottom: 20px;
    height: 13px;
    left: 20px;
    position: absolute;
    z-index: 99;
	/*background: url(controlNav.png) no-repeat;*/
}
.nivoSlider .nivo-controlNav a {
	display: block;
	border: 0;
	float: left;
	height: 13px;
	width: 13px;
	background: url(bullets.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-left: 3px;
}
.nivoSlider .nivo-controlNav a.active, .nivoSlider .nivo-controlNav a:hover {
	background:url(bullets.png) no-repeat 100% 0px;
}
