
#slider {
	position:relative;
    width:100%;
    height:371px;
    margin-left:0px;
	background:url(../images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	max-width:100%;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	top:341px;
	bottom:-52px;
	background-color:#00a261;
	width:608px;
	padding-left:310px;
	padding-right:22px;
	height:30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	margin-bottom:10px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:60px;
	height:200px;
	margin-top: -90px;
	background:url(../images/slider/arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-60px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/*
/* Smaller than standard 960 (devices and browsers) *!/
	@media only screen and (max-width: 959px) {
		.nivo-controlNav {
			position:absolute;
			left:0px;
			top:323px;
			bottom:-42px;
			background-color:#00a261;
			width:421px;
			padding-left:220px;
			padding-right:107px;
			height:30px;
		}
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) *!/
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) *!/
	@media only screen and (max-width: 767px) {
		.nivo-controlNav {
			position:absolute;
			left:0px;
			top:323px;
			bottom:-42px;
			background-color:#00a261;
			width: 100%;
			height:30px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) *!/
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) *!/
	@media only screen and (max-width: 479px) {}*/