/* The Nivo Slider styles */
#slider {
                position:relative;
                background:url(images/slider/loading.gif) no-repeat 50% 50%;
                box-sizing:border-box;
}
#slider img {
                position:absolute;
                top:0px;
                left:0px;
                display:none;
                box-sizing:border-box;
}
#slider a {
                border:0;
                display:block;
                box-sizing:border-box;
}
.nivoSlider {
	position:relative;
	width:auto;
	background:url(images/slider/loading.gif) no-repeat 50% 50%;
                box-sizing:border-box;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
                box-sizing:border-box;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
                border:0px solid; 
	padding:0;
	margin:0;
	z-index:6;
	display:none;
                box-sizing:border-box;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
                box-sizing:border-box;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
                box-sizing:border-box;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:89;
	padding:0px 0;
                box-sizing:border-box;
}
.nivo-caption p {
	padding:0 0px;
	margin:0;
	font-size:14px;
                box-sizing:border-box;
}
.nivo-caption a {
	display:inline !important;
                box-sizing:border-box;
}
.nivo-html-caption {
                display:none;
                box-sizing:border-box;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
                box-sizing:border-box;
}
.nivo-prevNav {
	left:0px;
                box-sizing:border-box;
}
.nivo-nextNav {
	right:0px;
                box-sizing:border-box;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.slider {	
                width:100%;
                box-sizing:border-box;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
                box-sizing:border-box;
}
.slider a {
	border:0;
	display:block;
                box-sizing:border-box;
}

.nivo-controlNav {
	display:none;
                box-sizing:border-box;
}

.nivo-directionNav a {
	display:block;
	width:31px;
	height:34px;
	background:url(images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
                box-sizing:border-box;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
                box-sizing:border-box;
}
a.nivo-prevNav {
	left:15px;
                box-sizing:border-box;
}

.nivo-caption {    
                font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
                box-sizing:border-box;
}
.nivo-caption a { 
                color:#efe9d1;
                text-decoration:underline;
                box-sizing:border-box;
}

   img {
                max-width:100%;
                height:auto;
                box-sizing:border-box;}