.slider-wrapper.theme-default{
	background-color:#fff;
	border:1px solid #ccc;
	width:90%;
	margin:auto;
	height:265px;}


/**IMMAGINE***/

.nivoSlider {
	margin-right: auto;
	width: 250px;
	position:relative;
	margin-left:0px;
/*	border:2px solid #0F0;
*/	/*margin-bottom:50px;*/
	
	
}
.nivoSlider img {
	margin-left: auto;
	margin-right: auto;

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:block;
}



/**********NOME PRODOTTO****/


/* Caption styles */
.nivo-caption {
  background-color: #fff;
    color: #333;
    left: 226px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 4px;
    width: 225px;
    z-index: 8;
	}
.nivo-caption p {
	padding:5px;
	margin:0;
	font-size: 20px;
	font-weight:bold;
}
.nivo-caption a {
	display:inline !important;
}


/***/




.containerPrezzi{
    margin-left: 250px;
    margin-top: 100px;
    padding: 3px;
    text-align: right;
    width: 190px;
	color:#333;
	}


.containerPrezzi p{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	}

.prezzoInizialeVetrinaBox, .scontoVetrinaBox, .prezzoFinaleVetrinaBox{
	float:right;
	width:100%;}

.scontoVetrinaBox{
   background-image: url("../../img/vetrina/sconto.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 60px;
    padding-right: 35px;
    padding-top: 19px;
    width: 118px;
	}

p.prezzoInizialeVetrina{
	text-decoration:line-through;
	margin-bottom:5px;
	margin-right:35px;
}
	
p.scontoVetrina{
   color: #FFFFFF !important;
    font-size: 26px;
    font-weight: bold;}
span.scontoVetrinaN	{
   color: #FFFFFF !important;
	}
p.prezzoScontatoVetrina{
   font-size: 30px;
    font-weight: bold;
    margin-right: 35px;
	}

.produttoreArticoloVetrina{
	font-size:12px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}





/***************************/
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, 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 */
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-html-caption {
    
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	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:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider img {
	margin-left: auto;
	margin-right: auto;
	
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.theme-default .nivo-controlNav {
	position:absolute;
	bottom:-42px;
    margin-left: auto; /* Tweak this to center bullets */
    margin-right: auto;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/modelli/base/css/vetrina/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:70px;
	height:40px;
	background:url(/modelli/base/img/vetrina/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:-220px;
}
.theme-default a.nivo-prevNav {
	left:-11px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}