/*
Skin Name: Nivo Slider Demo demoSeven Theme
Skin URI: http://nivo.dev7studios.com
Description: Demo demoSeven Theme
Version: 1.0
Author: Jenni
Supports Thumbs: true
*/

.slider-wrapper.theme-demoSeven  {
max-width: 1140px;
margin: 0 auto;
}

.theme-demoSeven .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-demoSeven .nivoSlider > img {
	width: 650px !important;
	float: left;
	display:none;
}
	
.theme-demoSeven .nivoSlider a {
	border:0;
	display:block;
}

.theme-demoSeven .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-demoSeven .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-demoSeven .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-demoSeven .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(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;
}
.theme-demoSeven:hover .nivo-directionNav a { opacity: 1; }
.theme-demoSeven a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-demoSeven a.nivo-prevNav {
	left:15px;
}

.theme-demoSeven .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
position: relative;
background: #fff;
color: #000;
width: auto;
padding: 10% 10px 5px;
}
.theme-demoSeven .nivo-caption a {
    color:#2e2e2e;
    border-bottom:1px dotted #fff;
}
.theme-demoSeven .nivo-caption a:hover {
    color:#000;
}

.theme-demoSeven .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-demoSeven .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-demoSeven .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


@media only screen and (min-width: 651px) {
.theme-demoSeven .nivoSlider img {
	width: 650px !important;
	}
	}
	
@media only screen and (max-width: 650px) {
.theme-demoSeven .nivoSlider > img {
	width: 100% !important;
	float: none;
	}
	}

@media only screen and (max-width: 1023px) {

.slider-wrapper.theme-demoSeven {
max-width: 650px;
}

.theme-demoSeven .nivoSlider > img,
.theme-demoSeven .nivoSlider img {
float: none;
margin: 0 auto;
}

.theme-demoSeven .nivo-caption {
padding: 5px 10px;
}

}