	
.slider {
	width: 680px;
	height: 260px;
	float: left;
	
	position: relative;
}

.project .project-images {
	width: 648px;
	height: 250px;
	float: left;
	
	position: relative;
}

.project .project-images .nivo-controlNav {
	height: 40px;
	top: 240px;
	left: 0px;
	padding: 8px 0 0 10px;
	position: relative;
}

div.slider img {
	position: absolute;
	top:0px;
	left:0px;
}

.nivoSlider {
	position:relative;
}

/* If an image is wrapped in a link */
.slider 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:326px;
}
/* Caption styles */
.nivo-caption {
	width: 520px;
	height:40px;
	position:absolute;
	left:0px;
	bottom: 0px;
	background:#000;
	
	opacity:0.8; /* Overridden by captionOpacity
	 setting */
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index:89;
}
.nivo-caption p {
	font-size: 14px;
	color: #fff !important;
	text-shadow: none !important;
	padding: 10px 0 0 10px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	width: 40px;
	height: 326px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	text-indent: -9999px;
}
a.nivo-prevNav {
	background-position: 0px 0px;
	left:0px;
	
}
a.nivo-nextNav {
	background-position: -36px 0px;
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	height: 40px;
	top: 260px;
	left: 0px;
	padding: 8px 0 0 10px;
	position: relative;
}

.nivo-controlNav a {
	width: 20px;
	height: 20px;
	z-index: 99;
	cursor: pointer;
	display: block;
	position: relative;
	margin: 0 3px;
	float: left;
	text-indent: -9999px;
	background: url(../images/controlBtns.png) 0px 0px no-repeat;
}
.nivo-controlNav a.active {
	width: 20px;
	height: 20px;
	display: block;
	cursor:pointer;
	background: url(../images/controlBtns.png) 0px -20px no-repeat;
}