/*
	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 */

	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 0px 0; padding: 0px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0 }
	.coda-slider { background: #fff; background:transparent; margin:0 0 0 5px }
	
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1030px } 
	.coda-slider .panel{ position:relative; padding:0px 0 0 0px;width: 1030px }
	/* Change margin and width of the slider (with dynamic arrows) */
	
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1030px; height:340px }
	.coda-slider-wrapper.arrows .coda-slider .panel{ width:1030px}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 0px; width: 50px; display:none }
	.coda-nav-left{ position:absolute; top:110px; left:0; z-index:10}
	.coda-nav-right{ position:absolute; top:110px; left:925px; z-index:9}
	/* Tab nav */
	.coda-nav ul li a.current { color:#37779d;text-shadow:-1px -1px #2e6880 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0 50px 0px 480px; height:367px; margin:0 auto 0 auto; text-shadow:1px 1px #FFF;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav{ font-family:Arial, Helvetica, sans-serif; display:block;width:1030px; background:transparent url(../elementi/bg-nav.jpg) no-repeat top center; margin:px auto 0 auto; overflow:hidden; height:45px;}
	.coda-nav ul { display:block; margin:0 0 0 450px; overflow: hidden; padding:10px 0 0 0; list-style:none }
	.coda-nav ul li { display: inline;font-size:50px; margin:0; padding:0 }
	.coda-nav ul li a { max-width:280px; margin:0px 0px 3px 0;text-shadow:-1px -1px #9da4a8 ; overflow:hidden; height:32px; line-height:32px; color: #c4cdd2; display: block; float: left; padding: 0px 10px 0px 10px; text-decoration: none; }
	/* Miscellaneous */
	.coda-slider-wrapper { overflow: auto; position:relative }
	.coda-slider { overflow: hidden; position: relative; width:1030px; margin:0 auto }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; width:35px; height:100px }
	.coda-nav-left a span, .coda-nav-right a span{ display:none}
	.coda-nav-left a{ background:#FFF url(../elementi/arrow-left.png) no-repeat}
	.coda-nav-right a{ background:#FFF url(../elementi/arrow-right.png) no-repeat}
	
	/* Stili per le slide h1 h2 e p*/
	.panel h1{ font-family: Satisfy, script;font-family: 'Titillium Web', sans-serif; font-size:48px; line-height:50px; margin:0px 0 0px 0; padding:15px 0 0 0; font-weight:normal}
	.panel h1 a{ color:#37749a; color:#666; text-decoration:none}
	.panel h1 a:hover{ text-decoration:underline}
	.panel h2{ margin:0px 0 10px 0; padding:0; font-size:20px; text-transform:uppercase; font-weight:bold; color:#37749a;}
	.panel h2 strong{color:#78abca; font-weight:normal}
	.panel p{font-family: 'Titillium Web', sans-serif; margin:0px 0 0 0; padding:0 20px 0 0; font-size:17px; color:#333; line-height:24px}
	.panel p a{ color:#336784; font-weight:normal; text-decoration:none }
	.panel p a:hover{ text-decoration:underline }
	.panel .categoria{font-size:17px; padding:0px 0 0 0;font-family: 'Titillium Web', sans-serif;;}
	.panel img{ float:left; margin:10px 20px 0 0; border:0px #fff solid; border-radius:5px;
	-moz-box-shadow: 0px 0px 5px #999;
-webkit-box-shadow: 0px 0px 5px #999;
box-shadow: 0px 0px 5px #999; max-height:180px; max-height:180px}
	.tag-ebook{ width:140px; height:120px; background:transparent url(../elementi/tag-ebook.png) no-repeat; display:block; position:absolute; top:160px; left:775px}