/*
Skin Name: Nivo Slider Product Slider Theme
Skin URI: http://nivo.dev7studios.com
Description: A simple skin for the Nivo Slider.
Version: 1.0
Author: Will Woodgate
Author URI: http://www.willwoodgate.com
Supports Thumbs: false
*/

.theme-product-slider.slider-wrapper {
    background: #fff;
    padding: 0px;
    position: relative;
}
.theme-product-slider .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    overflow: visible;
}
.theme-product-slider .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-product-slider .nivoSlider a {
	border:0;
	display:block;
}

.theme-product-slider .nivo-controlNav {
	background: rgba(000, 000, 000, .80);
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
	z-index: 10;
}

.theme-product-slider .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	background: none;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
	border: 1px solid #ffffff;
}

.theme-product-slider a.nivo-control.active {
	background: #4c4c4c;
	font-weight: normal;
}

.theme-product-slider .nivo-directionNav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 50px;
}

.theme-product-slider .nivo-directionNav a {
	display:block;
	width: auto;
	height: auto;
	padding: 10px;
	border:0;
	top: 0px;
	z-index: 11;
	text-decoration: none;
}
.theme-product-slider .nivo-directionNav a:hover {
    background-color: #4c4c4c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
}
.theme-product-slider a.nivo-nextNav {
	right:0px;
	background-color: rgba(000, 000, 000, .80);
	color: #ffffff;
	text-shadow: 0px 0px 0px #000000;
}
.theme-product-slider a.nivo-prevNav {
    left:0px;
    background-color: rgba(000, 000, 000, .80);
    color: #ffffff;
    text-shadow: 0px 0px 0px #000000;
}

.theme-product-slider .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    background: rgba(000, 000, 000, .80);
    margin: 0px;
    padding: 20px;
    width: 33%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    text-shadow: 0px 0px 0px #000000;
}
.theme-product-slider .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-product-slider .nivo-caption a:hover {
    color:#fff;
}

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