/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.iframe,
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden; 
	width:0;
	height:0;
}
.line {
	border:2px;
	border-bottom-style:dotted;
	margin:0 10px;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}

/*-----------------------------------------------------------------------------------*/
/*	FONT-FACE
/*-----------------------------------------------------------------------------------
@font-face {
	font-family: 'FranchiseBold';
    src: url( ../style/type/Franchise-Bold.ttf ) format("truetype"); 
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	font-family:'HelveticaNeueLTStd85Heavy',Arial,Helvetica,sans-serif;
	background:fixed center;
	font-size:12px;
	color: #565656;
	overflow-y: scroll;
	overflow-x: hidden;
}

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px; /* the bottom margin is the negative value of the footer's height */
}

#footer-wrapper, .push {
	height: 145px; /* .push must be the same height as .footer */
}

p {
	line-height: 20px;
	margin: 0 0 20px 15px;
}

a {
	text-decoration: none;
	color: #565656;
}

a:hover {
	text-decoration: none;
	color: #FFE400;
}

a.more {
	display: inline-block;
	color: #5d8ba6;
}

a.more:hover {
	text-decoration: underline;
}

pre {
	margin-bottom: 20px;
	font-size: 11px;
	background-color: #e8e8e8;
	padding: 0 10px;
}

.highlight {
	border-bottom: 5px dotted #e1e1e1;
	border-color: #FFE400;
}

.highlight2 {
	background-color: #e1e1e1;
	padding: 0px 5px;
	color: #222222;
	opacity:1.2;
}

.highlight3 {
	color: #5d8ba6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "FranchiseBold", "Geneva", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #f0f0f0;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.9em;
	letter-spacing: 0.25em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing:0.1em;
	width:auto;
}

h4 {
	font-size: 1.3em;
	line-height: 1.4em;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 14px;
}

.divider, .divider2, .divider3 {
	background: transparent url("images/line.png") repeat-x bottom center;
	height: 2px;
	display: block;
	margin: 30px 0;
}

.divider2 {
	margin-top:10px;
}

.divider3 {
	margin-bottom:10px;
}

img {
	max-width: 100%;
	height: auto;
}

img.left {
	top: 0px;
	float:left;
	display: block;
	margin:0;
	padding:0;
	margin-right:20px;
}

img.right {
	top: 0px;
	float:right;
	display: block;
	margin:0;
	padding:0;
	margin-left:20px;
	margin-bottom:20px;
}

em {
/*	font-family: "FranchiseBold", Times, "Times New Roman", serif;
	font-size: 11px;*/
	color: #565656;
}

.button, .button:link, .button:visited {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	font-family: 'FranchiseBold';
}
.button span {
	display: block;
	position: absolute;
	top: 0px;
	right: -15px;
	width: 15px;
	height: 32px;
	background-position: right top;
}
.button.light-blue, .button.light-blue span {
	background-image: url("images/button-light-blue.png");
	float: left;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 3px 0;
	font-family: 'FranchiseBold';
}

.quote-right, .quote-left, .quote {
	color:#565656;
	border-left:1px solid #e3e3e3;
	float:right;
	letter-spacing:0px;
	line-height:23px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	font-family: 'HelveticaNeueLTStd85Heavy',Arial,Helvetica,sans-serif;
	font-style: italic;
	width:25%;
}

.quote-left {
	border: none;
	border-right:1px solid #e3e3e3;
	float:left;
	padding:0;
	padding-right:5px;
	margin-bottom:0;
	margin-left: 0;
	margin-right:20px;
}
.quote {
	float:center;
	width:100%;
}
/*-----------------------------------------------------------------------------------*/
/*	LAYOUT
/*-----------------------------------------------------------------------------------*/
#page-top {
	padding-bottom: 70px;
}

#header-wrapper {
/*	min-width: 960px;*/
	height: 88px;
}

#header {
	width: 960px;
	height: 88px;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}

#logo {
	float: left;
	margin:10px 0;
	left: 0;
}

#menu-wrapper {
	float: left;
	position: relative;
	right: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
	line-height: 20px;
}

#wrapper ul {
	padding: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

#wrapper ul li {
	line-height: 20px;
	list-style: none;
	display: block;
	padding-left: 20px;
}

#wrapper ul.check-list {
	padding: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

#wrapper ul.check-list li {
	line-height: 20px;
	list-style: none;
	display: block;
/*	background: transparent url("images/check.png") no-repeat left 0px; */
	padding-left: 30px;
}


#footer-wrapper {
	height: 65px;
	padding-top:80px;
	width:100%;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

#footer {
	height: 65px;
}

#footer-content {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

#copyright {
	float: left;
	top: 3px;
	left: 5px;
}

#copyright p {
	font-size: 14px;
	color:#FFF;
}

#socials {
	float: left;
  	top: 45px;
  	right: 10px;
}

#socials ul li {
	float: left;
	margin-left: 10px;
	background: none;
}

asside a{
	color:#FF0;
	font-weight:500;
}
/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

.ddsmoothmenu {
	font-family: 'HelveticaNeueLTStd85Heavy',Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	z-index: 1000;
	position: relative;
	text-shadow: 0px 2px 0px #000000;
}

.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	clear: none;
	margin: 20px 0 0 20px;
	padding:20px 20px 0 20px;
	height:55px;
	background-color:rgba(94,64,1,0.4);
	width:70px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	/*display: block; background of menu items (default state)*/
	text-decoration: none;
	position: relative;
	text-shadow: 0px 1px 0px #000000;
	margin-top: -5px;
}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a, .ddsmoothmenu ul li a:visited {
	color: #f0f0f0;
	letter-spacing:1px;
	text-shadow: 0px 1px 0px #000000;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFE400;
}

.ddsmoothmenu ul li a:hover {
	color: #FFE400;
	height:100px;
	background-color:rgba(94,64,1,1);
	width:70px;
	margin: -25px 0 0 -20px;
	padding:20px 20px 0 20px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/

/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:46%;
}

.one-third {
	width:30%;
	float:left;
}
.one-third h2 {
	margin-left:1em;
	color:#FFFFCC;
}
.one-third p {
	margin-left:1em;
	padding:5px 0 5px 10px;
	background-image:url(../images/fake_brick45.png);
	color:#FFFFCC;
}
.one-third span a {
	padding:5px 0 5px 10px;
	color:#FFFFCC;
	text-transform:lowercase;
	font-size:20px;
	
}

.one-third img:hover {
/*	background-image:url(../images/categorie/cornice.png); */
	opacity:0.95;
	filter:alpha(opacity=95);
}

.two-third {
	width:60.33%;
	height:auto;
	min-height:380px;
}

.one-fourth {
	width:23%;
}

.three-fourth {
	width:74%;
}

.one-fifth {
	width:16.8%;
}

.two-fifth {
	width:37.6%;
}

.three-fifth {
	width:58.4%;
}

.four-fifth {
	width:67.2%;
}

.one-sixth {
	width:14%;
	text-align:center;
}

.five-sixth {
	width:82.67%;
}

.full-width {
/*	margin-left:1em; */
	width:100%;
}
.full-width h2, h3{
color:#333333;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-left:1.3%;
	margin-right:1.3%;
	float:left;
}

#SubMenu img{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#SubMenu img:hover{
	opacity:1.2;
	filter:alpha(opacity=120);
}

.last {
	margin-right:0 !important;
	clear:right;
}

/* Alignment classes */
.float-left    { float: left;}
.float-right   { float: right; }
.align-left    { text-align: left; margin-left:10px;}
.align-right   { text-align: right; margin-right:10px;}
.align-center  { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  { color: #3791D7; }
/*-----------------------------------------------------------------------------------*/
/*	HOME INTRO
/*-----------------------------------------------------------------------------------*/

.intro h1 {
	line-height: 28px;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	font-family: 'AmbleRegular';
	color: #626262;
}

.intro {
	margin-top: -10px;
	margin-bottom:60px;
}

/*-----------------------------------------------------------------------------------*/
/*	HOME ABOUT
/*-----------------------------------------------------------------------------------*/

#about .one-fourth img {
/*	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	display: block;
	margin-bottom: 0px;*/
}

#about .one-fourth p {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	PAGE
/*-----------------------------------------------------------------------------------*/

.content {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	padding: 10px 20px 0 20px;
	display: block;
	overflow: hidden;
/*	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;*/
}
.content h1, content h2{
	font-color:#fff;
}
.content p{
	width: 100%;
	text-decoration:none;
	color:#000;
}
#wrapper ul.social {
	margin-top: 10px;
}

#wrapper ul.social li {
	float: left;
	background: none;
	margin-right: 10px;
	padding: 0;
}

#rounded-border {
	 background-image:url(../images/fake_brick95.png); 
	 border-radius: 10px; 
	 -moz-border-radius: 10px; 
	 -webkit-border-radius: 10px; 
	 border: 7px solid #5E4001;
	 height:inherit;
}
.border {
	 background-image:url(../images/fake_brick95.png); 
	 border: 4px solid #5E4001;
	 height:inherit;
	 padding-left:0.5em;
}
.prod-text {
	margin-left: 10px;
}

.prod-text p {
	color:#f0f0f0;
	text-indent:2em;
	text-align:justify;
	text-justify:inter-word;
	margin-right:10px;
}
.prod-text img {
	padding-left:10px;
	padding-bottom:10px;
	float:right;
	margin-top:0;
}
.prod-loghi {
	width: auto;
    height: 70px;
	margin: 0 0 10px 0;
	display:inline-block;
}
.prod-loghi.push {
    height: 0px
}
.pushend {
    width: 100%;
    height: 0px;
    display: inline-block;
}
.large{
	font-size:30px;
	color:#FFFFFF;
	padding-top:-10px;
	float:right;
}
#prezzo-lungo {
	display:none;
	}

.checked{
	color:#FFFFFF;
	text
}
.contattaci {
	background-image:url(../images/fake_brick100.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 7px solid #5E4001;
	margin-bottom:10px;
	text-decoration:none;
}


/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/

#portfolio ul li {
	background: none;
	padding: 0;
}

#wrapper ul.grid {
	width: 985px;
	overflow: hidden;
	margin:0 auto;
	margin-left:-20px;
	padding: 0;
}

ul.grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

ul.grid li {
	width: 225px;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	background: none;
	-moz-box-shadow: 0px 1px 2px #8e8e8e;
	-webkit-box-shadow: 0px 1px 2px #8e8e8e;
	box-shadow: 0px 1px 2px #8e8e8e;
}

ul.grid li a {
	outline:0;
}

ul.grid li img {
	display: block;
	width:225px;
	height:150px;
}

ul.gallerynav {
	
	margin:0 10px 20px 20px;
	height: 14px;
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
}

ul.gallerynav li {
	float:left;
}

ul.gallerynav li a {
	float:left;
	font-family: 'AmbleRegular';
	color: #565656;
	margin: 0 15px;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 0;
}

ul.gallerynav li a:hover {
	text-decoration: none;
	color: #5d8ba6;
}

ul.gallerynav li.selected-1 a {
	color: #5d8ba6;
}

.hidden {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	VERTICAL TAB
/*-----------------------------------------------------------------------------------*/

ul#tab-menu {
	float:left;
	width: 100%;
	margin:0;
	padding: 0 5px;
	list-style:none;
	font-size: 17px;
}

ul#tab-menu li {
	background: transparent url("../images/line.png") bottom repeat-x;
	cursor: pointer;
	padding: 3px 0;
	margin: 0.5em;
	color: #565656;
	float:left;
	width: 7em;
	font-weight: bold;
	padding-left:0.5em;
}

ul#tab-menu li:hover, ul#tab-menu li.selected {
	color: #CC1273;
}

/*
ul#tab-menu li:last-child {
	background: none;
}
*/
.tab-wrapper {
	width:100%;
}

.tab-content {
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	float:left;
/*	padding: 10px 10px 0 10px;*/
	width:100%;
}

.tab-content div.tab {
	display:none;
	padding: 10px 10px;
}

.tab-content div.tab.show {
	display:block;
}
.tab-content img {
	vertical-align: middle;
	padding-right: 5px;
	float:right;
}
.tab-content div.tab p {
	width:100%;
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0;
}

.tab-content div.tab div p {
	width:100%;
}

.tab-content h3 {
	color:#123;
}
.one-half h4, .full-width h4 {
	color:#120;
}
.grand-text{
	 text-transform:lowercase; 
	 font-family:'HelveticaNeueLTStd85Heavy',Arial,Helvetica,sans-serif; 
	 font-size:80px; 
	 letter-spacing:-4px; 
	 line-height:100px; 
	 margin-left:25px; 
	 text-align:center;
	}
/*-----------------------------------------------------------------------------------*/
/*	CONTACT
/*-----------------------------------------------------------------------------------*/

#wrapper ul.info li {
	background: none;
	padding: 0 0 0 35px;
	margin-bottom: 15px;
}

#wrapper ul.info li img {
	vertical-align: top;
}

#wrapper ul.info li.home {
	background: transparent url("images/icon-home.png") no-repeat 0 2px;
}

#wrapper ul.info li.phone {
	background: transparent url("images/icon-phone.png") no-repeat 0 2px;
}

#wrapper ul.info li.email {
	background: transparent url("images/icon-email.png") no-repeat 0 4px;
}

.username {
	background: transparent url("images/twitter-arrow.png") no-repeat center top;
	position: absolute;
	padding: 15px 0 0 0;
	right: 0;
	bottom:-35px;
	font-size: 12px;
}

.username a {
	color: #5d8ba6;
}



#wrapper .contact-social ul {
	margin: 20px 0 0 0;
}

#wrapper .contact-social ul li {
	background: none;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}


/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */

#contact-form input {
	display: block;
	width: 400px;
	height: 25px;
	height: 15px\0/;
	text-align: left;
	border: 0;
	padding: 5px 10px;
	padding: 10px 10px\0/;
	margin-bottom: 20px;
	background-color: #e8e8e8;
	color: #565656;
	font-size: 12px;
}

#contact-form textarea {
	display: block;
	border: none;
	width: 400px;
	height: 123px;
	clear: both;
	border: 0;
	padding: 10px;
	margin: 0;
	background-color: #e8e8e8;
	color: #565656;
	font-size: 12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#contact-form textarea:hover {
	border:none;
}

#contact-form input#submit-button {
	clear:both;
	margin:0px;
	text-align: center;
	margin: 0px 5px 0 0;
	width: auto;
	background: transparent url(images/submit.png) no-repeat;
	color: #FFF;
	position: relative;
	z-index: 9999;
	padding: 0;
	height: 32px;
	padding-bottom: 2px;
	width: 120px;
	font-size: 14px;
	cursor: pointer;
}

#contact-form p { 
	position: relative; 
	margin: 0; 
	padding: 0; 
}

#contact-form p label { 
	position: absolute; 
	top: 0; 
	left: 0; 
	line-height: 35px;
	padding: 0 0 0 10px;
	font-size: 12px;
}

#contact-form p br {
	display: none;
}

.contact-left {
	float: left;
	font-size:130%;
}

.contact-right {
	float: left;
	margin-bottom:10px;
}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background: none; }
.success	{ background: none; height:30px;}
.error		{ background: none; height:30px;}
.notice		{ background: none; }

.notes,.notice,.success,.error
			{
				font-size:13px;
				color: #5d8ba6;
				font-family: 'Puritan20Normal';
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:13px;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:100%; padding:0; margin:0;}


/*-------------------------------------------------------------------------------------*/
/* Vertical Accordion Style */

/*.va-container{
	position:relative;
	margin:40px auto 0 auto;
	height:auto;
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 10px solid #75755A;
}
*/
.va-container {
    position: relative;
    margin: 20px auto 0px;
    height: auto;
/*  border-radius: 10px; */
	width:100%;
    border: 8px solid #FFF; 
}

.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
	border-width:40px;
	border-color:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../images/prodotti/categoriebianco/pianoforti_acustici_bianco.gif) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_c3f.gif) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_c5.gif) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_u3s.gif) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../images/prodotti/sfondi_elenco/steinwayesongs_modd.gif) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_avantgrand_n1.gif) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../images/prodotti/categoriebianco/fisarmoniche_bianco.gif) no-repeat center center;
}
.va-slice-8{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_fr8x_bk.gif) no-repeat center center;
}
.va-slice-9{
	background:#000 url(../images/prodotti/sfondi_elenco/flli_crosio_fisarmonica.gif) no-repeat center center;
}
.va-slice-10{
	background:#000 url(../images/prodotti/categoriebianco/celesta_bianco.gif) no-repeat center center;
}
.va-slice-11{
	background:#000 url(../images/prodotti/sfondi_elenco/celesta_negro.gif) no-repeat center center;
}
.va-slice-12{
	background:#000 url(../images/prodotti/categoriebianco/batterie_bianco.gif) no-repeat center center;
}
.va-slice-13{
	background:#000 url(../images/prodotti/sfondi_elenco/ludwig_maplecl.gif) no-repeat center center;
}
.va-slice-14{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_maple_custom_absolutered18.gif) no-repeat center center;
}
.va-slice-15{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_maple_custom_absolutered22.gif) no-repeat center center;
}
.va-slice-16{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_maple_custom_absolute.gif) no-repeat center center;
}
.va-slice-17{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_stagecustom_advantage.gif) no-repeat center center;
}
.va-slice-18{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_power_special.gif) no-repeat center center;
}
.va-slice-19{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_maplecustom.gif) no-repeat center center;
}
.va-slice-20{
	background:#000 url(../images/prodotti/categoriebianco/percussioni_bianco.gif) no-repeat center center;
}
.va-slice-21{
	background:#000 url(../images/prodotti/sfondi_elenco/richiegarcia_201ax2rg.gif) no-repeat center center;
}
.va-slice-22{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_he3012.gif) no-repeat center center;
}
.va-slice-23{
	background:#000 url(../images/prodotti/sfondi_elenco/latinpercussion_lp559x.gif) no-repeat center center;
}
.va-slice-24{
	background:#000 url(../images/prodotti/sfondi_elenco/remo_dj0014.gif) no-repeat center center;
}
.va-slice-25{
	background:#000 url(../images/prodotti/sfondi_elenco/degregorio_cajon.gif) no-repeat center center;
}
.va-slice-26{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_ibodrum.gif) no-repeat center center;
}
.va-slice-27{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_td7bk.gif) no-repeat center center;
}
.va-slice-28{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_ba1bk.gif) no-repeat center center;
}
.va-slice-29{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_tablaset.gif) no-repeat center center;
}
.va-slice-30{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_qw7r.gif) no-repeat center center;
}
.va-slice-31{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_timba.gif) no-repeat center center;
}
.va-slice-32{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_tbr06alu.gif) no-repeat center center;
}
.va-slice-33{
	background:#000 url(../images/prodotti/sfondi_elenco/meinl_su16surdo.gif) no-repeat center center;
}
.va-slice-34{
	background:#000 url(../images/prodotti/sfondi_elenco/latinpercussion_lp257.gif) no-repeat center center;
}
.va-slice-35{
	background:#000 url(../images/prodotti/sfondi_elenco/latinpercussion_lp449.gif) no-repeat center center;
}
.va-slice-36{
	background:#000 url(../images/prodotti/sfondi_elenco/latinpercussion_lp243.gif) no-repeat center center;
}
.va-slice-37{
	background:#000 url(../images/prodotti/categoriebianco/etnici_bianco.gif) no-repeat center center;
}
.va-slice-38{
	background:#000 url(../images/prodotti/sfondi_elenco/pigat_ghironda.gif) no-repeat center center;
}
.va-slice-39{
	background:#000 url(../images/prodotti/categoriebianco/percussioni_intonate_bianco.gif) no-repeat center center;
}
.va-slice-40{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_xs2hv35.gif) no-repeat center center;
}
.va-slice-41{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_vcwv30.gif) no-repeat center center;
}
.va-slice-42{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_2bkd15.gif) no-repeat center center;
}
.va-slice-43{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_2bd32.gif) no-repeat center center;
}
.va-slice-44{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_timpani.gif) no-repeat center center;
}
.va-slice-45{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_mcpv43.gif) no-repeat center center;
}
.va-slice-46{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_mahc50.gif) no-repeat center center;
}
.va-slice-47{
	background:#000 url(../images/prodotti/sfondi_elenco/adams_gav33.gif) no-repeat center center;
}
.va-slice-48{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_yx135.gif) no-repeat center center;
}
.va-slice-49{
	background:#000 url(../images/prodotti/sfondi_elenco/stagg_ttg32.gif) no-repeat center center;
}
.va-slice-50{
	background:#000 url(../images/prodotti/sfondi_elenco/stagg_ttg38.gif) no-repeat center center;
}
.va-slice-51{
	background:#000 url(../images/prodotti/categoriebianco/archi_bianco.gif) no-repeat center center;
}
.va-slice-52{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_v7sg4-4.gif) no-repeat center center;
}
.va-slice-53{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_vc5s4-4.gif) no-repeat center center;
}
.va-slice-54{
	background:#000 url(../images/prodotti/sfondi_elenco/bruckdouble_ve500.gif) no-repeat center center;
}
.va-slice-55{
	background:#000 url(../images/prodotti/categoriebianco/fiati_bianco.gif) no-repeat center center;
}
.va-slice-56{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_yfl211.gif) no-repeat center center;
}
.va-slice-57{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_yob241.gif) no-repeat center center;
}
.va-slice-58{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_ytr4435II.gif) no-repeat center center;
}
.va-slice-59{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_yep201s.gif) no-repeat center center;
}
.va-slice-60{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_ybb201s.gif) no-repeat center center;
}
.va-slice-61{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_ysl448ge.gif) no-repeat center center;
}
.va-slice-62{
	background:#000 url(../images/prodotti/sfondi_elenco/ramponecazzani_saxaltor1.gif) no-repeat center center;
}
.va-slice-63{
	background:#000 url(../images/prodotti/sfondi_elenco/buffet_bc2537b10.gif) no-repeat center center;
}
.va-slice-64{
	background:#000 url(../images/prodotti/categoriebianco/pianoforti_digitali_bianco.gif) no-repeat center center;
}
.va-slice-65{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_cp40.gif) no-repeat center center;
}
.va-slice-66{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_cp1.gif) no-repeat center center;
}
.va-slice-67{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_cp5.gif) no-repeat center center;
}
.va-slice-68{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_cp4.gif) no-repeat center center;
}
.va-slice-69{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_p120.gif) no-repeat center center;
}
.va-slice-70{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_p140.gif) no-repeat center center;
}
.va-slice-71{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_rd700nx.gif) no-repeat center center;
}
.va-slice-72{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_rd300nx.gif) no-repeat center center;
}
.va-slice-73{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_fp50.gif) no-repeat center center;
}
.va-slice-74{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_fp80.gif) no-repeat center center;
}
.va-slice-75{
	background:#000 url(../images/prodotti/sfondi_elenco/kawai_mp8.gif) no-repeat center center;
}
.va-slice-76{
	background:#000 url(../images/prodotti/sfondi_elenco/fender_rhodes_mark1.gif) no-repeat center center;
}
.va-slice-77{
	background:#000 url(../images/prodotti/sfondi_elenco/fender_rhodes_mark2.gif) no-repeat center center;
}
.va-slice-78{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_rd700sx.gif) no-repeat center center;
}
.va-slice-79{
	background:#000 url(../images/prodotti/sfondi_elenco/nord_piano2_ha88.gif) no-repeat center center;
}
.va-slice-80{
	background:#000 url(../images/prodotti/sfondi_elenco/korg_sv188.gif) no-repeat center center;
}
.va-slice-81{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_clp565gp.gif) no-repeat center center;
}
.va-slice-82{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_clp565gp_wh.gif) no-repeat center center;
}
.va-slice-83{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_vpiano.gif) no-repeat center center;
}
.va-slice-84{
	background:#000 url(../images/prodotti/sfondi_elenco/kawai_mp11.gif) no-repeat center center;
}
.va-slice-85{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_p255.gif) no-repeat center center;
}
.va-slice-86{
	background:#000 url(../images/prodotti/sfondi_elenco/casio_cdp130.gif) no-repeat center center;
}
.va-slice-87{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_p35.gif) no-repeat center center;
}
.va-slice-88{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_p105.gif) no-repeat center center;
}
.va-slice-89{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_f120.gif) no-repeat center center;
}
.va-slice-90{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_hp504.gif) no-repeat center center;
}
.va-slice-91{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_hp506.gif) no-repeat center center;
}
.va-slice-92{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_hp508.gif) no-repeat center center;
}
.va-slice-93{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_clp535.gif) no-repeat center center;
}
.va-slice-94{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_cp80.gif) no-repeat center center;
}
.va-slice-95{
	background:#000 url(../images/prodotti/categoriebianco/tastiere_bianco.gif) no-repeat center center;
}
.va-slice-96{
	background:#000 url(../images/prodotti/sfondi_elenco/motif_xs6.gif) no-repeat center center;
}
.va-slice-97{
	background:#000 url(../images/prodotti/sfondi_elenco/motif_es6.gif) no-repeat center center;
}
.va-slice-98{
	background:#000 url(../images/prodotti/sfondi_elenco/motif_es7.gif) no-repeat center center;
}
.va-slice-99{
	background:#000 url(../images/prodotti/sfondi_elenco/motif_es8.gif) no-repeat center center;
}
.va-slice-100{
	background:#000 url(../images/prodotti/sfondi_elenco/mox_f8.gif) no-repeat center center;
}
.va-slice-101{
	background:#000 url(../images/prodotti/sfondi_elenco/mox_f6.gif) no-repeat center center;
}
.va-slice-102{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_fa06.gif) no-repeat center center;
}
.va-slice-103{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_fantom_x6.gif) no-repeat center center;
}
.va-slice-104{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_fa08.gif) no-repeat center center;
}
.va-slice-105{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_tyros5.gif) no-repeat center center;
}
.va-slice-106{
	background:#000 url(../images/prodotti/categoriebianco/synth_bianco.gif) no-repeat center center;
}
.va-slice-107{
	background:#000 url(../images/prodotti/sfondi_elenco/moog_minimoog_xl.gif) no-repeat center center;
}
.va-slice-108{
	background:#000 url(../images/prodotti/sfondi_elenco/moog_minimoog_voyager_blu.gif) no-repeat center center;
}
.va-slice-109{
	background:#000 url(../images/prodotti/sfondi_elenco/moog_phattys.gif) no-repeat center center;
}
.va-slice-110{
	background:#000 url(../images/prodotti/sfondi_elenco/moog_sub_phatty.gif) no-repeat center center;
}
.va-slice-111{
	background:#000 url(../images/prodotti/sfondi_elenco/korg_trinitypro.gif) no-repeat center center;
}
.va-slice-112{
	background:#000 url(../images/prodotti/sfondi_elenco/korg_kronosx88.gif) no-repeat center center;
}
.va-slice-113{
	background:#000 url(../images/prodotti/sfondi_elenco/nord_electro4d.gif) no-repeat center center;
}
.va-slice-114{
	background:#000 url(../images/prodotti/sfondi_elenco/nord_lead4.gif) no-repeat center center;
}
.va-slice-115{
	background:#000 url(../images/prodotti/sfondi_elenco/nord_stage2ha76.gif) no-repeat center center;
}
.va-slice-116{
	background:#000 url(../images/prodotti/sfondi_elenco/nord_stage2sw73.gif) no-repeat center center;
}
.va-slice-117{
	background:#000 url(../images/prodotti/sfondi_elenco/nord_electro361.gif) no-repeat center center;
}
.va-slice-118{
	background:#000 url(../images/prodotti/sfondi_elenco/davesmith_prophet08.gif) no-repeat center center;
}
.va-slice-119{
	background:#000 url(../images/prodotti/sfondi_elenco/moog_etherwavw_thereminis.gif) no-repeat center center;
}
.va-slice-120{
	background:#000 url(../images/prodotti/categoriebianco/organi_bianco.gif) no-repeat center center;
}
.va-slice-121{
	background:#000 url(../images/prodotti/sfondi_elenco/viscount_vivace60.gif) no-repeat center center;
}
.va-slice-122{
	background:#000 url(../images/prodotti/sfondi_elenco/ahlborn_praeludium.gif) no-repeat center center;
}
.va-slice-123{
	background:#000 url(../images/prodotti/categoriebianco/casse_bianco.gif) no-repeat center center;
}
.va-slice-124{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_dxr10.gif) no-repeat center center;
}
.va-slice-125{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_dxr12.gif) no-repeat center center;
}
.va-slice-126{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_dxr15.gif) no-repeat center center;
}
.va-slice-127{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_dxs12.gif) no-repeat center center;
}
.va-slice-128{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_dxs15.gif) no-repeat center center;
}
.va-slice-129{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_ba330.gif) no-repeat center center;
}
.va-slice-130{
	background:#000 url(../images/prodotti/sfondi_elenco/fiveomontarbo_rebel.gif) no-repeat center center;
}
.va-slice-131{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_ba55.gif) no-repeat center center;
}
.va-slice-132{
	background:#000 url(../images/prodotti/sfondi_elenco/monacor_txa15.gif) no-repeat center center;
}
.va-slice-133{
	background:#000 url(../images/prodotti/sfondi_elenco/karma_bm892.gif) no-repeat center center;
}
.va-slice-134{
	background:#000 url(../images/prodotti/sfondi_elenco/karma_bm660.gif) no-repeat center center;
}
.va-slice-135{
	background:#000 url(../images/prodotti/sfondi_elenco/lafayette_ahm662.gif) no-repeat center center;
}
.va-slice-136{
	background:#000 url(../images/prodotti/categoriebianco/microfoni_bianco.gif) no-repeat center center;
}
.va-slice-137{
	background:#000 url(../images/prodotti/sfondi_elenco/shure_sm58.gif) no-repeat center center;
}
.va-slice-138{
	background:#000 url(../images/prodotti/sfondi_elenco/shure_sm57.gif) no-repeat center center;
}
.va-slice-139{
	background:#000 url(../images/prodotti/sfondi_elenco/shure_beta58.gif) no-repeat center center;
}
.va-slice-140{
	background:#000 url(../images/prodotti/sfondi_elenco/shure_beta91.gif) no-repeat center center;
}
.va-slice-141{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew345.gif) no-repeat center center;
}
.va-slice-142{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew135.gif) no-repeat center center;
}
.va-slice-143{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew145.gif) no-repeat center center;
}
.va-slice-144{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew122.gif) no-repeat center center;
}
.va-slice-145{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew352.gif) no-repeat center center;
}
.va-slice-146{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew300iem.gif) no-repeat center center;
}
.va-slice-147{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew100eng.gif) no-repeat center center;
}
.va-slice-148{
	background:#000 url(../images/prodotti/sfondi_elenco/sennheiser_ew135p.gif) no-repeat center center;
}
.va-slice-149{
	background:#000 url(../images/prodotti/sfondi_elenco/dpa_dfacto.gif) no-repeat center center;
}
.va-slice-150{
	background:#000 url(../images/prodotti/sfondi_elenco/dpa_4099s.gif) no-repeat center center;
}
.va-slice-151{
	background:#000 url(../images/prodotti/sfondi_elenco/dpa_4099v.gif) no-repeat center center;
}
.va-slice-152{
	background:#000 url(../images/prodotti/sfondi_elenco/dpa_fidf00.gif) no-repeat center center;
}
.va-slice-153{
	background:#000 url(../images/prodotti/categoriebianco/mixer_bianco.gif) no-repeat center center;
}
.va-slice-154{
	background:#000 url(../images/prodotti/sfondi_elenco/allenheath_zed22fx.gif) no-repeat center center;
}
.va-slice-155{
	background:#000 url(../images/prodotti/sfondi_elenco/allenheath_zed16fx.gif) no-repeat center center;
}
.va-slice-156{
	background:#000 url(../images/prodotti/sfondi_elenco/yamaha_mg166cx.gif) no-repeat center center;
}
.va-slice-157{
	background:#000 url(../images/prodotti/categoriebianco/luci_bianco.gif) no-repeat center center;
}
.va-slice-158{
	background:#000 url(../images/prodotti/sfondi_elenco/adam_hall_clmpar1f1.gif) no-repeat center center;
}
.va-slice-159{
	background:#000 url(../images/prodotti/sfondi_elenco/adam_hall_clmpar1f2.gif) no-repeat center center;
}
.va-slice-160{
	background:#000 url(../images/prodotti/categoriebianco/amplificatori_bianco.gif) no-repeat center center;
}
.va-slice-161{
	background:#000 url(../images/prodotti/sfondi_elenco/fender_twin65.gif) no-repeat center center;
}
.va-slice-162{
	background:#000 url(../images/prodotti/sfondi_elenco/fender_the_twin.gif) no-repeat center center;
}
.va-slice-163{
	background:#000 url(../images/prodotti/sfondi_elenco/fender_deville.gif) no-repeat center center;
}
.va-slice-164{
	background:#000 url(../images/prodotti/sfondi_elenco/fender_hotrodiii.gif) no-repeat center center;
}
.va-slice-165{
	background:#000 url(../images/prodotti/sfondi_elenco/fender_superreverb.gif) no-repeat center center;
}
.va-slice-166{
	background:#000 url(../images/prodotti/sfondi_elenco/hughesekettner_matrix100.gif) no-repeat center center;
}
.va-slice-167{
	background:#000 url(../images/prodotti/sfondi_elenco/markbass_mini121p.gif) no-repeat center center;
}
.va-slice-168{
	background:#000 url(../images/prodotti/sfondi_elenco/markbass_mini151p.gif) no-repeat center center;
}
.va-slice-169{
	background:#000 url(../images/prodotti/sfondi_elenco/markbass_minimark.gif) no-repeat center center;
}
.va-slice-170{
	background:#000 url(../images/prodotti/sfondi_elenco/markbass_littlemarkiii.gif) no-repeat center center;
}
.va-slice-171{
	background:#000 url(../images/prodotti/sfondi_elenco/markbass_ta503.gif) no-repeat center center;
}
.va-slice-172{
	background:#000 url(../images/prodotti/sfondi_elenco/vox_ac30cc2.gif) no-repeat center center;
}
.va-slice-173{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_jazz_chorus.gif) no-repeat center center;
}
.va-slice-174{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_ga212.gif) no-repeat center center;
}
.va-slice-175{
	background:#000 url(../images/prodotti/sfondi_elenco/sr_jame150plus.gif) no-repeat center center;
}
.va-slice-176{
	background:#000 url(../images/prodotti/sfondi_elenco/resoacoustic_400soundystem.gif) no-repeat center center;
}
.va-slice-177{
	background:#000 url(../images/prodotti/sfondi_elenco/ampeg_svt3pro.gif) no-repeat center center;
}
.va-slice-178{
	background:#000 url(../images/prodotti/sfondi_elenco/ampeg_svtclassic.gif) no-repeat center center;
}
.va-slice-179{
	background:#000 url(../images/prodotti/sfondi_elenco/ampeg_4x10.gif) no-repeat center center;
}
.va-slice-180{
	background:#000 url(../images/prodotti/sfondi_elenco/ampeg_8x10.gif) no-repeat center center;
}
.va-slice-181{
	background:#000 url(../images/prodotti/sfondi_elenco/davideden_wt550.gif) no-repeat center center;
}
.va-slice-182{
	background:#000 url(../images/prodotti/sfondi_elenco/swr_750.gif) no-repeat center center;
}
.va-slice-183{
	background:#000 url(../images/prodotti/sfondi_elenco/hartke_ha3500.gif) no-repeat center center;
}
.va-slice-184{
	background:#000 url(../images/prodotti/sfondi_elenco/marshall_tsl100.gif) no-repeat center center;
}
.va-slice-185{
	background:#000 url(../images/prodotti/sfondi_elenco/marshall_1960av.gif) no-repeat center center;
}
.va-slice-186{
	background:#000 url(../images/prodotti/sfondi_elenco/swr_redhead.gif) no-repeat center center;
}
.va-slice-187{
	background:#000 url(../images/prodotti/categoriebianco/varie_bianco.gif) no-repeat center center;
}
.va-slice-188{
	background:#000 url(../images/prodotti/sfondi_elenco/clearsonic_a57.gif) no-repeat center center;
}
.va-slice-189{
	background:#000 url(../images/prodotti/sfondi_elenco/davesmith_tempest.gif) no-repeat center center;
}
.va-slice-190{
	background:#000 url(../images/prodotti/sfondi_elenco/roland_tr8.gif) no-repeat center center;
}
.va-slice-191{
	background:#000 url(../images/prodotti/sfondi_elenco/nord_drum5.gif) no-repeat center center;
}
.va-slice-192{
	background:#000 url(../images/prodotti/sfondi_elenco/benq_sp840.gif) no-repeat center center;
}
.va-slice-193{
	background:#000 url(../images/prodotti/categoriebianco/dj_bianco.gif) no-repeat center center;
}
.va-slice-194{
	background:#000 url(../images/prodotti/sfondi_elenco/pioneer_cdj2000.gif) no-repeat center center;
}
.va-slice-195{
	background:#000 url(../images/prodotti/sfondi_elenco/pioneer_cdj400.gif) no-repeat center center;
}
.va-slice-196{
	background:#000 url(../images/prodotti/sfondi_elenco/pioneer_cdj100.gif) no-repeat center center;
}
.va-slice-197{
	background:#000 url(../images/prodotti/sfondi_elenco/nativeinstruments_maschine.gif) no-repeat center center;
}
.va-slice-198{
	background:#000 url(../images/prodotti/sfondi_elenco/pioneer_cdj200.gif) no-repeat center center;
}
.va-slice-199{
	background:#000 url(../images/prodotti/sfondi_elenco/pioneer_djm850.gif) no-repeat center center;
}
.va-slice-200{
	background:#000 url(../images/prodotti/sfondi_elenco/pioneer_cdj350.gif) no-repeat center center;
}
.va-slice-201{
	background:#000 url(../images/prodotti/sfondi_elenco/denon_dnx1500.gif) no-repeat center center;
}
.va-slice-202{
	background:#000 url(../images/prodotti/sfondi_elenco/vestax_pmc500.gif) no-repeat center center;
}


.va-slice-color-1{
	background-color:#fff;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
/*	font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	margin-left:20px;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}
.va-title span{
	color:#000;
	text-shadow: 0px 0px 1px white;
}
.va-title a{
	color:#fff;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-content p{
	width:410px;
}
.va-slice p{
	font-size: 15px;
	font-style: italic;
	font-family:Georgia, serif;
}
.va-slice ul{
	margin-top:-5px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:0 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:70px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-35px;
	text-indent:-9000px;
	opacity:0.9;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:0.6;
}

/**************************************************************
/*! http://responsiveslides.com v1.54 *****  DEMO PART  ******/
/*************************************************************/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/frecce.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

  
/***********************************
/**TABLE sorting page structure **/
/**********************************/

#keywords {
  margin: 0;
  font-size: 1.2em;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
  width: 100%;
}
#keywords a:hover{
  color:#123;
  text-decoration:underline;
}
#keywords thead {
  cursor: pointer;
  background: #ccc912;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #FC81E4;
}

#keywords thead tr th.headerSortUp span {
	background-image:url(../images/up.png);
}
#keywords thead tr th.headerSortDown span {
  background-image:url(../images/down.png);
}

#keywords tbody tr { 
  color: #555;
}
#keywords tbody tr td {
/*  text-align: center;*/
  padding: 5px 5px;
}
#keywords tbody tr td.lalign {
  text-align: left;
}

table.scroll tbody,
table.scroll thead { display: block; }

/*thead tr th { 
    height: 30px;
    line-height: 30px;
    text-align: left;
	width: 100%;
}*/

table.scroll tbody {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*tbody { border-top: 2px solid black; }*/

tbody td, thead th {
    width: 35%;  /*Optional 
    /*border-right: 1px solid black;*/
    white-space: nowrap; 
}

tbody td:last-child, thead th:last-child {
    border: none;
}


/*  PROOOOOOOBBBBBBAAAAAAA  */

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-shadow: 1px 1px 0px #283744;
}
/*nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}*/
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
	height:35px;
	text-decoration:underline;
}

.gsc-control-cse {
  font-family: Arial, sans-serif;
  border-color: none;
}
.cse .gsc-control-cse, .gsc-control-cse {
  font-family: Arial, sans-serif;
  border: 1px solid #ffffff;
}
}

@media screen and (max-width: 960px) { 
  #about, #page-top, #wrapper { width: 95%; }
  .one-third, .two-third {width: 100%}
  body {font-size:13px;}
  #menu-wrapper {width: 90%} 
  .grand-text{
	 text-transform:lowercase; 
	 font-family:'HelveticaNeueLTStd85Heavy',Arial,Helvetica,sans-serif; 
	 font-size:50px; 
	 letter-spacing:-4px; 
	 line-height:50px; 
	 margin-left:15px; 
	 text-align:center;
	} 
}

@media screen and (max-width: 670px) {
  #about, #page-top, #wrapper, .contattaci {width: 95%;}
  .one-third, .two-third {width: 100%}
  #menu-wrapper {width: 80%}
  /*#menu-wrapper a { margin-right: 50px; } */ 
    	
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		padding-top:3px;		
		}

	nav a#pull {
		display: block;
		background-color: #001;
		position: relative;
	/*	background:url(nav-icon.png) no-repeat;*/
	}
	nav a#pull:after {
		content:"";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: relative;
		float:right;
		right: 15px;
		top: 15px;
	}
	.grand-text{
	 text-transform:lowercase; 
	 font-family:'HelveticaNeueLTStd85Heavy',Arial,Helvetica,sans-serif; 
	 font-size:50px; 
	 letter-spacing:-4px; 
	 line-height:50px; 
	 margin-left:15px; 
	 text-align:center;
	}
  	.one-half {
	width:100%;
}	
	/* editarera mea*/
	/*-----------------------------------------------------------------------------------*/
	/*	MENU
	/*-----------------------------------------------------------------------------------*/
	
	.ddsmoothmenu {
		font-family: 'HelveticaNeueLTStd85Heavy',Arial,Helvetica,sans-serif;
		font-size: 1.6em;
		z-index: 1000;
		position: relative;
		text-shadow: 0px 2px 0px #000000;
		display:block;
		margin-top:10px;
	}
	
	.ddsmoothmenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	/*Top level list items*/
	.ddsmoothmenu ul li {
		position: relative;
		float:none;
		clear: none;
		margin:0;
		padding:0;	
	}
	
	/*Top level menu link items style*/
	.ddsmoothmenu ul li a {
		height:30px;
		text-decoration: none;
		position: relative;
		text-shadow: 0px 1px 0px #000000;		
	}
	
	* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
		display: none;
		margin:10px 0;
		padding:10px 0;
	}
	
	.ddsmoothmenu ul li a, .ddsmoothmenu ul li a:visited {
		color: #f0f0f0;
		letter-spacing:1px;
		text-shadow: 0px 1px 0px #000000;
	}
	
	.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		color: #FFE400;
	}
	
	.ddsmoothmenu ul li a:hover {
		color: #FFE400;
		height:30px;
		background-color:rgba(94,64,1,1);
		margin:0;
		padding:0;
		width:100%;
	}
	
	/* Holly Hack for IE \*/
	* html .ddsmoothmenu {
		height: 1%;
	} /*Holly Hack for IE7 and below
		pana aici
	*/
}
/*
@media screen and (max-width: 320px) {
  #about, #page-top, #wrapper { width: 80%;}
/*  #menu-wrapper {width: 85%}*/  
/*}
/*@media screen and (min-width: 319px) {
  #columns figure { width: 100%;}
}*/

