/*
Skin Name: Nivo Slider JH Theme
Skin URI: http://nivo.dev7studios.com
Description: A jh skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


/* The Nivo Slider styles */

.theme-jh .slider-wrapper {

	
}
@media screen and (min-width:1024px){

	.theme-jh .nivoSlider {
		width:auto;
		margin-left:-50px;
		margin-top:-20px;
		height:400px;
		overflow:hidden;
	
}
	.theme-jh .nivoSlider img {
	height:380px;
	width: auto;
	margin:0 auto;
}
}

@media screen and (max-width:481px; max-width:782px;){

	.theme-jh .nivoSlider {
		width:auto;
		margin-left:-50px;
		margin-top:-20px;
		height:200px;
		overflow:hidden;
	
}
	.theme-jh .nivoSlider img {
	height:200px;
	width: auto;
	margin:0 auto;
}
}

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

	.theme-jh .nivoSlider {
		width:auto;
		margin-left:-50px;
		margin-top:-20px;
		height:175px;
		overflow:hidden;
	
}
	.theme-jh .nivoSlider img {
	height:200px;
	width: auto;
	margin:0 auto;
}
}

.theme-jh .nivoSlider img {
	height:auto;
	width: auto;
	margin:0 auto;
}




.theme-jh .nivoSlider a {
	border:0;
	display:block;
}
.theme-jh .nivo-pause-play {
	text-align: left;
	padding: 7px 5px 7px 5px;
	position: relative;
	z-index: 10;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 1px solid #3d3d3d;
	margin: 0;
	background: url(background_nivoslider_nav) repeat-x;
	width: 30px;
}
.theme-jh .nivo-controlNav {
	display:none;
	text-align: left;
	position: relative;
	z-index: 10;
	margin: -40px auto 0 ;	
	width: 92%;
	max-width:960px;
	border:0px solid red;
}
.theme-jh .nivo-controlNav a {
	display:none;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 3px;
}
.theme-jh .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-jh .nivo-directionNav a {
	display:none;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: 91%;
	z-index: 11;
}
.theme-jh .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-jh a.nivo-nextNav {
	background-position:-16px 50%;
	right:850px;
}
.theme-jh a.nivo-prevNav {
    background-position:11px 50%;
    left: 20px;
	right: 35px;
}

.theme-jh .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    background: none;
}
.theme-jh .nivo-caption a {
    color:#fff;
    border: none;
}
.theme-jh .nivo-caption a:hover {
    color:#fff;
}

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