/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

.slider {
	position:relative;
	margin:30px 30px 60px 30px;
	margin: 0 0 0 0;
	background:#202834 url(/images/nivoslider/loading.gif) no-repeat 50% 50%;
	width: 801px !important;
	height: 515px !important;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.slider a {
	border:0;
}

.nivo-controlNav-capt {
	position:absolute;
	left:60px;
	bottom:-20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	z-index: 50;
	text-transform: uppercase;

}

.nivo-controlNav {
	position:absolute;
	left:0%;
	bottom:-20px;
	z-index: 50;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(/images/nivoslider/ourwork-bullets.png) no-repeat;
	background-position: -15px 0;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position: 0 0;
}

.nivo-directionNav a {
	display:block;
	width:22px;
	height:48px;
	background:url(/images/nivoslider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-22px 0;
	right:2px;
}
a.nivo-prevNav {
	left:2px;
}

.nivo-caption {
	overflow: hidden;
}

.nivo-caption p{
	margin: 0 0 5px 25px;
	width: 700px;
	line-height: 20px;
	font-size: 14px;
}

.nivo-caption h2 {
	margin: 25px 0 0px 28px;
	font-size: 28px;
	line-height: 18px;
}

.nivo-view {
	display: block;
	float: right;
	width: 80px;
	height: 34px;
	margin: 0 30px 20px 0;
	background-image: url(/images/nivoslider/view.png);
	background-position: 0 0;
}


.nivo-view:hover {
	background-position: 0 34px;
}

