/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
#slider img:not(:first-child) { display:none; } 


.nivoSlider {
	position:relative;
	width:100%; 
	height:440px;
	overflow: hidden;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	height: auto !important;
}

/* 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:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	z-index:100;
	float:left;
	margin-top:240px;
	background:url(../images/caption_bg.png) no-repeat center center ;
	background-color:transparent !important;
	min-height:157px;
	width: 487px;
	overflow: hidden;     /* Opera/IE 8+ */
}

.nivo-caption-content{
	padding:25px 65px;
	border: none !important;
	text-align: left !important;
	
}

.nivo-caption-text{
	font:normal 19px robotoitalic, Arial, sans-serif;
	color: #414141;
	line-height:44px;
	letter-spacing:0;
	
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav  {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	width:100%;
	margin:0 auto;
	padding: 0px 0;
	display: block;
	text-align:center;
	position: relative;
	z-index: 100;
	bottom: 35px;
	left: 0;
	right: 0;
}

.nivo-controlNav a {
  cursor: pointer;
  color: transparent;
  font-size: 0px;
  padding: 0;
  padding-left: 0px;
  width: 20px;
  height:16px;
  display: inline-block;
  background: url(../images/bulletin.png) no-repeat; 
  overflow: hidden;
  text-indent: -9999px; 
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
  background-position:0 -15px;
}