/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	/*body { margin:0; padding:0; background:#000 url(../images/bg_slide.jpg) no-repeat top center; height:1595px; }
	body.living { margin:0; padding:0; background:#000 url(../images/bg_living.jpg) no-repeat top center; height:1200px; }
	body.shop { margin:0; padding:0; background:#000 url(../images/bg_shop.jpg) no-repeat top center; height:1595px; }
	body.lista { margin:0; padding:0; background:#000 url(../images/bg_lista.jpg) no-repeat top center; height:1897px; }
	body.dettaglio { margin:0; padding:0; background:#000 url(../images/bg_dettaglio.jpg) no-repeat top center; height:1433px; }*/


	noscript div { background: #ccc; border: 1px solid #900; margin:0; padding:0; }
	
    img {border:none;}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { }
	
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {overflow: auto !important; padding: 0; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 575px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 575px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px;  }
	
	.coda-nav ul li a.current { background:url(../img/p01.jpg) no-repeat;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0; margin:0px 0 0 0px; height:344px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav{  position:absolute; top:0px; left:0px; width: 575px; text-align:center; margin:0px 0 0 450px; z-index:2;}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden;}
	.coda-nav ul li {  display: inline;}
	.coda-nav ul li a {padding:0 10px; background:url(../img/p02.jpg) no-repeat; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; width:10px; height:15px;}
	
	

	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: none; text-align: center; text-decoration: none }
	
	
	#content_submenu {  width:980px; margin:0 auto; position:relative;}
	#submenu { position:absolute; top:115px; left:431px;  z-index:2;}
	
	
	
	.footer-slide { position:absolute; top:302px; left:7px;  z-index:1; }
	