/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	bottom:0px;
	color:#fff;
	width:880px;
	z-index:100;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 50px;
	background-color: #1F1F1F;
	left: 0px;
}
.nivo-caption p {
	padding:0px;
	margin:0px;
	font-variant: normal;
}
.nivo-caption p em {
	font-size: 26px;
	font-style: normal;
	display: block;
	padding-bottom: 25px;
}
.nivo-caption p b {
	font-size: 22px;
	display: block;
	padding-bottom: 5px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	z-index:999;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-directionNav a {
	display:block;
	width:31px;
	height:34px;
	text-indent:-9999px;
	border:0;
	background-image: url(http://brankic1979.com/theme/toolwizard/dark/images/arrows.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
	background-color: #5B5EC5;
}
a.nivo-prevNav {
	left:10px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	display:block;
	float:left;
	width:14px;
	height:11px;
	outline-style:none;
	outline-width:medium;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	position:relative;
	z-index:99;
	cursor:pointer;
	text-indent: -9999px;
	background-color: #666666;
}
.nivo-controlNav {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 999;
	padding: 10px;
	background-color: #1f1f1f;
}
.nivo-controlNav a:hover {
	background-repeat: no-repeat;
	background-position: left top;
}
.nivo-controlNav a.active {
	background-color: #333333;
}
.nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
}
.nivo-controlNav a.active img {
	-moz-box-shadow:0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 5px #fff;
	box-shadow:0px 0px 5px #fff;
}
#slideshow-holder {
	width: 100%;
	float: left;
	margin-top: 1px;
	padding-top: 15px;
}
#sliderwrap {
	width:960px;
	height:385px;
	background-image: url(../images/nivoslider-shadow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
}
#slider {
	position:relative;
	z-index:1;
	width:960px;
	height: 337px;
	overflow: hidden;
}
