/*
 * jQuery Nivo Slider v3.0.1
 * 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 */
.nivoSlider {
	position: relative;
	overflow: hidden;
	height: 100% !important;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height: 100% !important;
	width:auto !important;
	overflow:hidden;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	height: 100% !important;
	/* [disabled]width: 100% !important; */
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	/* [disabled]width:100%; */
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	width:auto;
	overflow:auto;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position: absolute;
	width: 350px;
	height: 320px;
	right: 10px;
	top: 10px;
	/* [disabled]background: rgba(0,0,0,0.8); */
	color: #333;
	z-index: 8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}


.nivo-caption div {
	max-height: 260px;
	background: rgba(241,241,248,0.8) !important;
	background: rgb(241,241,248);
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.nivo-caption::after {
content: "…";
}

.nivo-caption p {
	padding: 15px;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: "open sans";
	font-weight: 400;
}
.nivo-caption a {
	display: inline !important;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	/* [disabled]top:45%; */
	z-index: 9;
	cursor: pointer;
	bottom: -49px;
}
.nivo-prevNav {
	/* [disabled]left:0px; */
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default #slider {
	margin: 0px auto 0 auto;
	width: auto;
	overflow: hidden; /* Make sure your images are the same size */
	height: 380px !important; /* Make sure your images are the same size */
}


.slideshow {
	height: 380px;
	width: 675px;
	z-index: 20;
	background-image: url(../img/nivoslider/bg.jpg);
	background-repeat: no-repeat;
	margin: 10px;
	position: relative;
	float: left;
}


