/*
 * jQuery Nivo Slider v3.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;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
    filter:alpha(opacity=0); 
    opacity:0;

}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;	
	color:#fff;
	z-index:8;
	padding: 5px 10px;	
	overflow: hidden;
	display: none;
    /*opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=7);*/
	-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 p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	z-index:900;
}

.nivo-directionNav a {
	position:absolute;
	top:43%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:10px;
}
.nivo-nextNav {
	right:10px;
}
/* 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;
}

/*custom*/
.preloader{
	background: #fff url(../../images/std/loader.gif) no-repeat 50% 50%;
	position:absolute; top:0; right:0; z-index:51; /* z-index greater than #slider */
	width:100%; height:100%;	
}

#sliderPhotogallery
{
    width:610px;
    height:460px;
}

#sliderPhotogallery .nivo-directionNav a
{
    top:45%;
}

#sliderPhotogallery .nivo-prevNav { left: 0px;}
#sliderPhotogallery .nivo-nextNav { right: 0px;}

#slider-product
{
    width:100%;
    height:100%;
}

#slider-product .nivo-directionNav a {	
	top:37%;
}
.nivo-caption
{      
    background: none;
    color: #FFFFFF;
    font-size: 60px;
    left: 50px;
    line-height: 50px;
    padding: 20px 0;
    text-align: left;
    text-shadow: 2px 2px 3px #000000;
    top: 60px;
    width: 350px;   
    font-family:'bebas_neueregular', arial, sans-serif;
}

.nivo-caption span {
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    line-height: 17px;
}

.nivo-caption p
{    
	color:#fff;	
	padding:0px;	
    margin:0;
	/*text-shadow:2px 2px 3px #000000;*/
	font-size:15px;	
    line-height:15px;
	text-align:left;        
    font-family:'bebas_neueregular', arial, sans-serif;
}

.nivo-caption h1
{
    font-family:'bebas_neueregular',Arial,sans-serif;
    color:#fff;    
}


.nivo-caption a
{
	color:#fff;
}

.nivo-directionNav a
{
    background: url(../../images/arrows.png) no-repeat;
    width: 40px;
    height: 75px;
    text-indent: 99999px;
    opacity: 0.50;
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    filter: alpha(opacity=50);
    z-index:100;
}
.nivo-directionNav a:hover{
    opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=90);
}

.nivo-prevNav 
{
    background-position:0 0 !important;

}
.nivo-nextNav {
    background-position:-36px 0 !important;
}

.nivoSliderInner .nivo-caption{
	background:none;
	padding:0;
}

.nivo-controlNav {
    left: 1%;
    padding: 0;
    position: absolute;
    bottom:3%;
    z-index: 100000;
    display:block;
}
.nivo-controlNav a {
	cursor:pointer;
	background:#fff;
	padding:0 5px;
	height:10px;
	display: block;    
	float:left;
	margin-left:5px;
    text-indent: -999em;    
}
.nivo-controlNav a.active {
	font-weight:bold;
	background:#EC1C24;
}

