@charset "utf-8";
/* CSS Document */

#slider { margin:25px auto 0; width:512px; /* Make sure your images are the same size */ height:384px; /* Make sure your images are the same size */ 
}
.nivoSlider {
	position:relative;
	margin-bottom:50px;
	-webkit-box-shadow: 0px 1px 15px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 15px 0px #4a4a4a;
	box-shadow: 0px 1px 15px 0px #4a4a4a;
	background-color: #fff;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	cursor: pointer;
  	position: absolute;
 	 top: 45%;
 	 z-index: 9;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption { font-family: 'Open Sans', sans-serif; position:absolute; left:450px; bottom:10px; color:#666; opacity:0.8; /* Overridden by captionOpacity setting */ width:490px; z-index:8; background-color: #FFF; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; height: 50px; font-size: 12px; padding: 5px; }
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption a:hover {
    color:#fff;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-html-caption {
    display:none;
}
