#carousel
{
    padding: 0;
	top:45%;
	width: 400px;
	z-index: 1;
	margin-right: 170px;
}

#carousel li
{
	width: 360px;
	height: 285px;
	padding: 0;
	margin:0;
	list-style: none;
	overflow: hidden;
	box-shadow: 5px 11px 45px 10px #bebcbd inset;
	background-position: center top;
	background-repeat: no-repeat;
    background-color: #dcdadb;
    background-clip:content-box;
	border-radius:6px 6px 0 0;
	-webkit-background-clip:content-box;

}

/*#carousel li a
{
position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
	text-decoration: none;
}
*/
#carousel li.roundabout-in-focus
{
 box-shadow:0px 6px 15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:0px 6px 15px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow:0px 6px 15px rgba(0, 0, 0, 0.45);
	border:0.40px solid #bebcbd;
}

#carousel li p
{
position: absolute;
top: 260px;
padding: 2%;
margin: 0;
z-index: 0;
width: 96%;
height: 20%;
text-align: right;
background: #7C7A7A;
color: white;
font-size: 14px;
line-height: 18px;

}
#carousel li p a{
text-decoration: underline;
color: white;}
#carousel li p a.next {
text-decoration: underline;
color: white;
float: left;

}
#carousel li img{margin-top:3%;width: 70%;float:right;margin-right:15%}
/*#carousel li.roundabout-in-focus:hover p
{
	color: #000;
}*/
#carousel li .title{
background-color: #5b8a44;
border-radius:6px 6px 0 0;
box-shadow:15px 20px 45px 8px #73ad51  inset;
color:#FFF;
font-weight:bold;
height:40px;
width: 100%;
top:0;
padding-top:15px;
text-align:center;


}


#carousel li .title .text{
width: 55%;
height: 40px;
float: right;
margin-left: 3px;
border-left: 2px white solid;
margin-top:-5px;
line-height: 40px;
letter-spacing: 0.5px;
word-spacing:3px;
font-size:18px;
}
#carousel li .title .date{
margin-top:-5px;
line-height: 40px;
height: 40px;
font-size: 24px;
}
#carousel li  strong{color:#fff;}
#carousel li .title .text a {color: #fff;}

#carousel li span
{
	position: absolute;
	top: 318px;
	padding: 0;
	margin: 0;
	z-index: 0;
	width: 100%;
	text-align: center;
	color: #343f41;

}

.events button
{
	border: 0;
	z-index: 2;
	cursor: pointer;
	background: #999;
	padding: 0;
	margin:0;
}

.events #left_button , .events #right_button
{
	position: absolute;
	top: 45%;
	width: 35px;
	height: 52px;	
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.58);*/
	
}

.events #left_button
{
	left: 50px;
	background-position: left top;
	background:url(../images/Arrow_prev.png) no-repeat;border:0;
}

.events #right_button
{
	right: -5px;
	background-position: right top;
	background:url(../images/Arrow.png) no-repeat;
}

.events #nav
{
	position: absolute;
	top: 45%;
	padding-top: 190px;
	width: 91%;
	text-align: center;
}

.events #nav li
{
	display: inline-block;
	margin: 0 3px;
}

.events #nav button
{
	width: 10px;
	height: 10px;
	background-position: -16px -37px;
	border-radius: 5px;

}

.events #nav button.current
{
	background-position: -2px -37px;
	box-shadow: 0 0 6px rgba(24,111,205,1);
}

