#slider {

	background:url("images/loading.gif") no-repeat scroll 50% 50%;
	width:962px; /* Change this to your images width */
    height:340px; /* Change this to your images height */
	margin:0;
	top:10px;
    position:relative;
    text-align:left;
}

@font-face 
{
font-family: MyriadPro;
src: url('MyriadPro-Regular.eot'); /* IE9 Compatibility Modes */
src: url('MyriadPro-Regular.eot?') format('eot'),  /* IE6-IE8 */
url('MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
url('MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
url('MyriadPro-Regular.svg#svgMyriadPro-Regular') format('svg'); /* Legacy iOS */
}
#slider img {

	position:absolute;

	top:0;

	left:0;

	display:none;

}

#slider a {

	border:0 none;

	display:block;

}

/* The Nivo Slider styles */

.nivoSlider {

	position:relative;
	background:#000;
    left:0px;
    
}

.nivoSlider img {

	position:absolute;

	top:0;

	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;

	right:0;

	top:0;

	color:#fff;
	padding:40px 20px 0px 0px;



	width:100%;

	z-index:89;
	float:left;
	



}

.nivo-caption h1 {

	padding:20px 0 0px 0px;
	margin:0;
	font-size:32px;
	font-family:MyriadPro;
	color:#fff;
	font-weight:normal;
    width:400px;
    line-height:24px;
}

.nivo-caption span {

	padding:0 0 0px 0px;
	margin:0;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
    width:400px;
    
}



.nivo-caption h2 {
	padding:0px 0px 0px 0px;
	margin:0;
	font-size:42px;
	font-family:MyriadPro;
	color:#00a326;
    text-align:left; 
    font-weight:normal;
    width:400px
    
}



.nivo-caption p {

	padding:10px 0px 0 0px;
    font-weight:normal;
	margin:0;
	font-size:18px;
	font-family:MyriadPro;
	color:#fff;
    width:400px;

}

.nivo-caption a {

	display:inline !important;

}
.nivo-caption .button {
  width:138px;
  height:47px;
  font-family:MyriadPro;
  font-size:20px;
  color:#fff;
  display:inline;
  clear:both;
  margin:20px 0 0 0px;
  float:left;
  padding:0px 0 0 0px;
}
.nivo-caption .button a {
background:url(button.jpg) no-repeat;
width:138px;
height:67px;
font-family:MyriadPro;
font-size:20px;
float:left;
padding:20px 0 0 25px;
color:#fff;
text-decoration:none;

}
.nivo-caption .button a:hover {
 background-position:0 0;
 opacity:0.5;
 color:#fff;
}
.nivo-html-caption {
display:none;
} 



/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	top:0;

	z-index:99;

	cursor:pointer;

}

.nivo-prevNav {

	left:0px;
    height:95px;
    width:35px;

}

.nivo-nextNav {

	right:0px;
    height:95px;
    width:35px;

}

.nivo-controlNav {
	bottom:0px;
    margin:5px 0px 0px 0px;
	position:absolute;
    z-index:99999;
    background:url(bulletbox.png) no-repeat scroll 0 0;
    height:95px;
    width:35px;
    right:5px;
    top:232px;
}
.nivo-controlNav a {
    position:relative;
    padding:0;
    top:8px;
}

.nivo-controlNav a {

	background:url(bullets.png) no-repeat scroll 0 -17px;
	border:0 none;
	display:block;
    text-align:center;
	height: 12px;
    line-height:12px;
	margin:7px 12px;
	text-indent:-9999px;
    width:12px;
}

.nivo-controlNav a.active {

	background:url(bullets.png) no-repeat scroll 0 0;
    height: 12px;
    line-height:12px;
    margin:7px 12px;
}

.nivo-controlNav a {

	cursor:pointer;

	position:relative;

	z-index:99;
	

}

.nivo-controlNav a.active {

	font-weight:bold;

}

.nivo-directionNav a {

	background:url("arrow-l.jpg") no-repeat scroll 0 0 transparent;

	border:0 none;

	display:block;

	height:75px;

	text-indent:-9999px;
	width:24px;
	top:180px;

}

a.nivo-nextNav {

	background:url("arrow-r.jpg") no-repeat scroll 0 0 transparent;

	right:-40px;

}

a.nivo-prevNav {

	left:-60px;

}