@charset "utf-8";
/*
------------------------------------------------
* begin nivo-slider styles
* jQuery Nivo Slider v2.0
* http://nivo.dev7studios.com
------------------------------------------------ */
/* slider styles connected to portfolio.css
------------------------------------------------ */
#slider{width:576px; height:271px;}
#slider a {display:block;}

.nivoSlider {position:relative;}
	.nivoSlider img {position:absolute; top:0px; left:0px;}
	
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	width:100%; height:100%;
	position:absolute; top:0px; left:0px;
	border:0;
	z-index:60;
	display:none;
}

/* The slices in the Slider */
.nivo-slice {
	height:100%;
	display:block;
	position:absolute;
	z-index:50;
}

/* caption styles */
.nivo-caption {
	width:100%; height:50px;
	position:absolute; left:0px; bottom:0px;
	background:#000;
	border-top:solid 2px #3ea2df;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
}

.nivo-caption p {
	width:576px;
	text-align:center;
	position:relative; top:35%;
}

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

.nivo-controlNav {
	width:100px;
	position:relative; top:260px;
	z-index:100;
	margin:0px auto;
}

.nivo-controlNav a {
	width:6px; height:10px;
	margin-right:5px;
	text-indent:-9999px;
	float:left;
	cursor:pointer;
	background:transparent url(http://www.circaeightyfour.com/circaeightyfour/img/portfolio/bullets.png) no-repeat;
}
	.nivo-controlNav a.active {background-position:-6px 0;}


