/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

.wrapp_nivoslider{
    height: 257px;
    margin-bottom: 30px;
    width: 1024px;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:480px;
	height:305px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	width:480px;height:64px;line-height:64px;
	background-image:url(../images/bg-title-banner1.png);background-repeat:repeat-x;font-size:13px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	font-family:Georgia,Arial,Times New Roman;

}

.nivo-caption p {
	line-height:34px;margin-left:15px;margin-right:15px; 

}
.nivo-caption a {
	display:inline !important;
	bottom:0;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivoSlider {
	position:relative;
	height:366px;
	
	background: url(../images/loading.gif) no-repeat 50% 50%;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}


.nivo-directionNav a {
	display:block;
	width:39px;
	height:90px;
	
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {

	background:url(../images/icon-right-shopping.png) no-repeat;
	right:-35px;
}
a.nivo-prevNav {
	left:-35px;

	background:url(../images/icon-left-shopping.png) no-repeat;
}

#slider1 .nivo-controlNav,
#slider2 .nivo-controlNav,
#slider4 .nivo-controlNav,
#slider3 .nivo-controlNav ,
#slider10 .nivo-controlNav
 {
	position:absolute;
	margin:0 auto;
	bottom:0px;
	width:300px;
	left:150px;

}
#slider10 .nivo-controlNav
 {
	position:absolute;
	margin-left:-350px;
	bottom:0px;
	width:150px;
	left:47%;
	

}
#slider1 .nivo-controlNav a,
#slider2 .nivo-controlNav a,
#slider4 .nivo-controlNav a,
#slider3 .nivo-controlNav a,
#slider10 .nivo-controlNav a
 {
	display:block;
	width:15px;
	height:15px;
	background:url(../images/nut-picks.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
		
}
#slider10 .nivo-controlNav a img
 {
	width:1024px;
	height:257px;
		
}
#slider1 .nivo-controlNav a.active,
#slider2 .nivo-controlNav a.active,
#slider4 .nivo-controlNav a.active,
#slider3 .nivo-controlNav a.active,
#slider10 .nivo-controlNav a.active

 {
	width:15px;
	height:15px;
	background:url(../images/nut-picks-hover.png) no-repeat;
}
#slider1,#slider2,#slider5,#slider6
{
	width:480px;height:305px;
}

#slider3
{
	width:350px;height:273px;
}

#slider3 .nivo-caption
{
	position:absolute;
	left:0px;
	bottom:30px;
	width:300px;height:64px;line-height:64px;
	font-size:13px;background-image:none;text-align:center;
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
}
#slider10 .nivo-caption
{	position:absolute;
	left:0px;
	bottom:0px;
	width:1024px;height:0px;line-height:64px;
	background-image:url(../images_banner/bg-title-banner1.png);background-repeat:repeat-x;font-size:13px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	font:normal 14px Arial;
}
#slider4 
{
	width:510px;height:265px;	
}
#slider4 .nivo-caption
{
display:none;	width:0;height:0;
}
#slider10
{
	width:1024px;height:257px;	
}

#slider10 a img
{
	width:1024px;
	height:257px;	
}
