#slider {


	background:url("images/loading.gif") no-repeat scroll 50% 50%;

	width:100% /* Change this to your images width */

    height:426px; /* Change this to your images height */
	margin:0 auto;
	top:0px;

}

@font-face 
{
font-family: 'MyriadPro';
src: url('../font/MyriadPro-Regular.eot'); /* IE9 Compatibility Modes */
src: url('../font/MyriadPro-Regular.eot?') format('eot'),  /* IE6-IE8 */
url('../font/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
url('../font/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../font/MyriadPro-Regular.svg#svgMyriadPro-Regular') format('svg'); /* Legacy iOS */
}



#slider img {

	position:absolute;

	top:0;

	left:0px;

	display:none;
    background-size:100%; 
}

#slider a {

	border:0 none;

	display:block;

}

/* The Nivo Slider styles */

.nivoSlider {

	position:relative;
	background:#000;

}

.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:0 0px 0px 0px;


	width:100%;

	z-index:89;
	float:left;
	height:267px;


}

.nivo-caption h1 {

	padding:90px 0 0px 120px;
	margin:0;
	font-size:50px;
	font-family:MyriadPro,Arial, Helvetica, sans-serif;
	color:#1e97c2;
	line-height:48px;
	font-weight:bold;
        width:500px;
        float: left; 
        text-shadow: 0px 2px 3px #666;
}  

.nivo-caption h2 {

	padding:90px 0 0px 120px;
	margin:0;
	font-size:50px;
	font-family:MyriadPro,Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:48px;
	font-weight:bold;
        width:500px;
        float: left; 
        text-shadow: 0px 2px 3px #666;
}      
    



.nivo-caption h3 {
  padding:0px 0 0px 120px;
  margin:0;
  font-size:30px;
  font-family:MyriadPro,Arial, Helvetica, sans-serif;
  color:#fff;
  text-align:left; 
  line-height:44px;
   font-weight:normal;
   width:500px;
   float: left; 
   text-shadow: 0px 2px 3px #666;
    } 



.nivo-caption p {

	padding:35px 40px 0 10px;
    font-weight:normal;
	margin:0;
	font-size:12px;
	font-family:"arial";
	color:#fff;
	line-height:25px;

}

.nivo-caption a {

	display:inline !important;

}
.nivo-caption .button {
width:145px;
height:43px;
font-family:"arial";
font-size:18px;
line-height:43px;
vertical-align:middle;
color:#fff;
display:inline;
clear:both;
margin:15px 0 0 0px;
float:left;
padding-left:90px;
}
.nivo-caption .button a {
background:url("read-more.png") no-repeat;
width:145px;
height:43px;
font-family:"arial";
font-size:18px;
line-height:43px;
vertical-align:middle;
float:left;
padding-left:25px;
color:#632d01;
text-decoration:none;
}
.nivo-caption .button a:hover {
 background-position:0 0;
 opacity:0.5;
 color:#000;
 filter:alpha(opacity=50);
}
.nivo-html-caption {
display:none;
} 


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	top:45%;

	z-index:99;

	cursor:pointer;

}

.nivo-prevNav {

	left:0px;

}

.nivo-nextNav {

	right:0px;

}

.nivo-controlNav {

	bottom:16px;	

	left:82%;

	position:absolute;

}

.nivo-controlNav a {

	background:url(bullets.jpg) no-repeat scroll -31px 0;

	border:0 none;

	display:block;

	float:left;

	height:14px;

	margin-right:3px;

	text-indent:-9999px;

	width:19px;
    margin:0px 3px 0px 5px;
}

.nivo-controlNav a.active {

	background-position:0 0;

}

.nivo-controlNav a {

	cursor:pointer;

	position:relative;

	z-index:99;
	

}

.nivo-controlNav a.active {

	font-weight:bold;

}

.nivo-directionNav a {

	background:url("left.png") no-repeat scroll 0 0 transparent;

	border:0 none;

	display:block;

	height:90px;

	text-indent:-9999px;
	width:41px;
	top:155px;

}

a.nivo-nextNav {

	background:url("right.png") no-repeat scroll 0 0 transparent;

	right:25px;

}

a.nivo-prevNav {

	left:20px;

}