/*
	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 { padding: 20px }*/
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0 20px 0; /*display: none; height: 442px;*/ }
	.coda-slider { /*background: #ebebeb*/ }
	#coda-slider-1 { /*background: #ebebeb*/display: block; height: 0px; }
	
	
	/* 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: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px; height: 442px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px; /*position: relative;*/ padding: 0; margin: 0;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a { background: url(../images/indietro.png) 0 0 no-repeat; color: #fff; /*padding: 5px;*/ width: 20px; height: 20px; /*position: relative; top: 0px; left: 880px;*/ z-index:9999; margin: 0; padding: 0; margin-right: 5px; margin-top: -2px;}
	.coda-nav-right a { background: url(../images/avanti.png) 0 0 no-repeat; color: #fff; /*padding: 5px;*/ width: 20px; height: 20px; /*position: relative; top: -470px; left: 910px;*/ z-index:9999; margin: 0; padding: 0; margin-top: -2px;}
	
	#nav_container {width: 47px; height: 19px; float: right; margin-right: 5px; background: url(../images/fondo_freccine.png) 0 0 no-repeat; padding: 3px 1px 1px 4px; margin-top: -3px;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px 20px 20px 0px; /*background: #f6f6f6; border: 1px solid #9c9e9f;*/ height: 400px; }
	
	/* 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 ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #cf2; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* 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: block; text-align: center; text-decoration: none }
	
	#panel_work_wrap { width: 370px; height: 400px; background: #999; float: left; margin-left: 0px;}
	#panel_work_image { width: 370px; height: 334px;}
    #panel_work_title { width: 355px; height: 54px; background: url(../images/tassello_foto_big.jpg) 0 0 no-repeat; padding: 2px 5px 10px 10px}
	#panel_work_title p { color: #FFF;}
	#panel_work_title #fancythumbs {width: 355px; height: 12px; margin-bottom: 10px; margin-top: 5px; margin-right: -3px; text-align: right;}
	#panel_work_title a.zoom img {/*float: right;*/ margin-right: 5px;}
	
	#panel_work_desc { width: 535px; height: 375px; float: left; padding: 5px 10px 20px 20px; /*margin-right: 20px;*/}
	.categoria, .data, .cliente, .tit-prep { float: left; width: 500px; font-family: 'TitilliumText14L 600 wt', Verdana, Geneva, sans-serif; font-size: 14px; margin-bottom: 10px;}
	.cliente { margin-bottom: 0px;}
	.categoria span, .data span, .cliente span, .tit-prep span {font-family: Helvetica, Arial, Trebuchet, Verdana, sans-serif; font-size: 12px;}
	.tit-prep {clear: both; margin-top: 10px; margin-bottom: 0px;}
	#panel_work_desc p {margin-bottom: 0px;}
	#panel_work_desc p#work-eng {margin-bottom: 0px; color: #929395; margin-top: 40px;}