/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-light.slider-wrapper {
   /*  background: #fff; */
   background: transparent;
    padding: 10px;
}
.theme-light .nivoSlider {
	position:relative;
	background: transparent url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
	width:1240px;
	height:500px;
	min-height:500px;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-light .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.theme-light a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}

/* sz hightlight */
.theme-light .nivo-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    left: 0;
    padding: 5px 5px 5px 10px;
    position: relative;
    top: -270px;
    width: 400px;
	text-align:left;
	}
/* .theme-light .nivo-caption p{
    box-shadow: 10px 0 0 0 #fdb813, -10px 0 0 0 #fdb813;
    background-color: #fdb813;
    display: inline; 
    color: #fff; 
	font-family:'Open Sans', Arial, Helvetica, Sans Serif;   
	font-size: 28px;
    line-height: 1.8em;
} */

.theme-light .nivo-caption p{
    /* box-shadow: 10px 0 0 0 #345591, -10px 0 0 0 #345591;
    background-color: #345591; */
	box-shadow: 10px 0 0 0 #ff0312, -10px 0 0 0 #ff0312;
    background-color: #ff0312;
    display: inline; 
    color: #fff; 
	font-family:'Open Sans', Arial, Helvetica, Sans Serif;   
	font-size: 28px;
    line-height: 1.8em;
}

.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* CUSTOM */
.pikachoose-holder{
	width:100%;
	margin:0 auto;
	height:500px;
	background:#000;
	}
.slider-wrapper {
	width:1240px;
	height:500px;
	margin:0 auto;
	}
	
.theme-light.slider-wrapper{
	padding:0;
	}
.theme-light .nivo-controlNav{
	text-align:center;
	margin-top:-30px;
	}