/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
  #slider a{
     display:block;
 }
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:340px;
	overflow: hidden;
	background:url('/components/general/images/slideshow/loading.gif') no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	display:none;
	border: 0px !important;
	padding: 0px !important;
}
.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;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-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, .nivo-caption a:visited{
	display:inline !important;
	color: #fff !important;
}
.nivo-caption a:hover{
color: #ebb700 !important;	
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('/components/general/images/slideshow/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;
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;

}
.slider-wrapper:hover .nivo-directionNav a { opacity: 1; }

.slider-wrapper a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.slider-wrapper a.nivo-prevNav {
	left:15px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
display:inline-block;
	width:22px;
	height:22px;
	background:url('/components/general/images/slideshow/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	}
.nivo-controlNav a.active {
	background-position:0 -22px;
}




/*Custom Optional Navigation*/

#slideshow{
position: relative;
}
#slideshow .slidesNav{
 width: 300px; 
 height: 300px;
 z-index: 200;
 position: absolute;
 right: 0px;
 background: url('/components/general/images/slidesNav-bg.png') no-repeat right top; 
}

.slidesNav ul{
  padding-left: 65px !important;
  margin: 0px !important; 
}
.slidesNav ul li{
    background: url('/components/general/images/slidesNav-divider.png') no-repeat 20px bottom !important;		  
   
}
.slidesNav ul li a{
  color: #fff !important;
  font-size: 14px;
  display: block;
  padding: 15px 10px 12px 25px; 
}
.slidesNav ul li a:hover{color: #ebb700 !important; }
.slidesNav ul li.gift{
    background: none !important;
}
.slidesNav ul li.gift a{
    background: url('/components/general/images/gift-gold-sm.png') no-repeat right 3px;	
    color: #ebb700 !important;
    padding-bottom: 25px	  
   
}  
    
    
/*The slideshow below can be deleted after the new one is published */
     

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	overflow:hidden;
	position:relative;
	display:none;
	
}

.slides_container div {
  
    display:block;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:560px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

#slides .pagination {
	margin: 5px auto 0;
	width:100px;
}

#slides .pagination li {
	float:left;
	margin:0 1px;
	list-style:none !important;
	background: none !important;
	padding: 0;
}

#slides .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background:url(/components/general/images/slideshow/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

#slides .pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

#slides .caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

