/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	background:#202834 url(/includes/fm/js/nivo/images/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;
	width: 100%!important;
	background-position: top center!important;
	background-repeat: no-repeat;
}
.nivo-slice {
	width: 100%!important;
	background-position: top center!important;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	display:block;
	border:0;
}
.nivo-controlNav {
	position:absolute;
	right: 46%;
	bottom: 8%;/*left:47%;
	bottom: -30px;*/
}
.nivo-controlNav a {
	display:block;
	width:13px;
	height:16px;
	background: url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-13px 0;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:20px;
}
a.nivo-prevNav {
	left:20px;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("/images/nivo-caption-bg.png") repeat 0 0 transparent;
    color: #444444;
    width: 0px;
    z-index: 89;
    padding: 50px 30px 30px;
    height:0px;
}

.nivo-caption p a {
    text-decoration: none;
    color:#fff;
    font-size: 16px;
    line-height: 20px;
	padding-bottom:20px;
}
.nivo-caption p {
    padding:0px;
    margin:0;
	font-family:Arial, sans-serif,
	font-weight:normal;
	color:#fff;
	
}
.nivo-caption p span.title {
    color: #fff;
    font-size: 28px;
    ffont-family: 'Open Sans', sans-serif;
	font-weight:300;
    line-height: 32px;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 15px;
}

.nivo-caption p a span.btn {
   -webkit-border-radius: 6px;
    border-radius: 6px;
	background:#075CAA;
	display:block;
	width:100px;
	height:22px;
	padding:12px 20px;
	color:#FFF;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-decoration:none;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	-moz-box-shadow:
		0px 3px 2px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 3px 2px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 3px 2px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,255,255,0.6);
}

.nivo-caption p a span.btn:hover {
    background:#666;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	display:block;
	width:100px;
	height:22px;
	padding:12px 20px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration:none;
}
