#slideshow {
	height: 420px;
	background-color: #fdfeff;
	padding-top: 4px;
}
.nivoSlider {
	position:relative;
	height: 409px;
	width: 1040px;
	margin-left: 4px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height: 409px;
	width: 1040px;
	background-image: url(../img/camera-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	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 {
	text-shadow: 1px 1px 0 #44a5d4;
	position:absolute;
	color:#fff;
	opacity:0.8;
	width:305px;
	z-index:8;
	background-image: url(../img/gred03.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 12px;
	height: 129px;
	top: 0px;
	right: 0px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.nivo-caption p {
	margin:0;
	padding: 10px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer;
	background-image: url(../img/slide_arrow.png);
	height: 17px;
	width: 12px;
	background-repeat: no-repeat;
	font-size: 0px;
	text-indent: -9999;
	display: block;
	top: 12px;
}
.nivo-prevNav {
	right: 60px;
	background-position: left top;
}
.nivo-nextNav {
	right: 40px;
	background-position: right top;
}
.nivo-controlNav {
	position: absolute;
	left: 0px;
	text-align: center;
	display: block;
	bottom: 4px;
	width: 100%;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	height: 12px;
	width: 12px;
	background-image: url(../img/controlNav.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
	font-size: 0px;
	margin-right: 1px;
	margin-left: 1px;
}
.nivo-controlNav a.active {
	background-position: left top;
}