/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:0 0 0 0;
	background:#202834  url(../images/slider/loading.gif) no-repeat 50% 50%;
	/*-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:block;
}
#slider a {
	border:1px;
}


.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;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	/*opacity:0.8;*/ /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}


.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:#ffffff url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:#ffffff url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/*News CSS*/
#intro {
    padding-bottom: 10px;
}

#event-slider {
    width: 300px;
	height:95px;
    margin: 0;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 300px;
	height:95px;
    margin: 0;
    position: relative;
		
}

.scrollContainer {
	position: relative;
	width: 300px;
	height: 95px;
}

.scrollContainer div.panel {
    width: 300px;
	height: 95px;
}

#left-shadow {
	position:relative;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	/*background-image:url(../images/news/leftshadow.png);
	background-repeat:repeat-y;*/

}

#right-shadow {
	position:relative;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	/*background-image:url(../images/news/rightshadow.png);
	background-repeat:repeat-y;*/

}

.inside {
	height:93px;
	padding: 10px 30px 0 20px;
	/*border:solid 1px #DCCD98;*/
	display:block;
	
}

/*.inside img {
	display: block;
	margin: 0;
	width: 265px;
}
*/
.inside h2 {
	font-family:verdana;
	font-weight: bold;
	font-size:12px;
	color: #800000;
	margin: 5px 0 5px 0;
	
	}

.inside p {
	color: #333333;
	font-family:Arial;
	font-size:12px;
	
}

.inside a {
	color:#800000;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	margin-bottom:2px;
	font-style:italic;
	text-decoration:underline;
}

.inside a:hover {
	
	text-decoration:underline;
	color:#8D4D21;
	
}

.scrollButtons {
    position: absolute;
    top: 106px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 10px;
}

.scrollButtons.right {
    right: 22px;
}

.hide {
    display: none;
}
