body.progetti #content{
	margin-top:70px !important;
}

.multislider{
	width:630px;
}

.multislider .title{
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	height:25px;
}

.multislider .title.first{
	font-size:14px;
}

.multislider .slides{
	float:left;
	width:480px;
	height:365px; /* Was 305px */
	overflow:hidden;
}

.multislider .intro{
	margin-top:20px;
}

.multislider .intro p{
	font-size:10px;
	line-height:11px;
	font-weight:400;
	margin-left:40px;
	text-align:left;
}

.multislider .intro p span{
	display:inline-block;
	width:120px;
	font-weight:bold;
}

.multislider .details{
	float:right;
	width:140px;
	height:345px; /* was 285px */
	margin-top:20px;
	overflow:auto;
}

.multislider .details p{
	font-size:10px;
	line-height:11px;
	font-weight:400;
	text-align:left;
}

.multislider .details p span{
	display:block;
	font-weight:bold;
}

.multislider .slide img, .multislider .slide .text{
	width:480px;
	height:345px; /* was 285px */
}
.multislider .slide .image-show{
	width:480px;
	height:345px;
	background:none top right no-repeat;
	text-align:right;
	overflow:hidden;
}

.multislider .slide .image-show img{
	height:345px;
	width:auto;
}

.multislider .slide .text{
	line-height:14px;
}

.multislider .slide .caption{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	height:20px;
}

.multislider .navigation{
	float:left;
	width:500px;
	text-align:right;
	min-height:30px;
	margin-left:-11px;
}

.multislider .navigation a{
	width:16px;
	height:16px;
	background-color:#cbcbcb;
	display:block;
	font-size:0px;
	line-height:0px;
	margin-top:11.2px;
	margin-left:11.2px;
	float:right;
}

.multislider .navigation a.type-text, .multislider .navigation a.type-video{
	font-size:10px;
	border:1px solid #cbcbcb;
	background-color:#FFF;
	width:14px;
	height:14px;
	margin-left:12.2px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	color:#cbcbcb;
	outline:0;
	outline:none;	
}

.multislider .navigation a.type-text.active, .multislider .navigation a.type-video.active{
	border-color:#000;
	color:#000;
	background-color:#FFF;
}

.multislider .navigation a.active{
	background-color:#000;
}

.multislider .clearfix{
	clear: both;
}

/* mCS */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* JSP fix */
.multislider .details .jspVerticalBar{
	left:0px;
	right:auto;
	width:16px;
}

.multislider .details .jspPane{
	margin-left:25px !important;
}

.multislider .jspTrack, .multislider .jspVerticalBar, .multislider .jspArrowUp, .multislider .jspArrowDown{
	background:none;
}

.multislider .jspDrag{
	display:none;
}

.multislider .jspArrowUp{
	background:#FFF url(arrows.png) no-repeat top center;
	height:10px;
}

.multislider .jspArrowUp:hover{
	opacity:1;
}

.multislider .jspArrowDown{
	background:#FFF url(arrows.png) no-repeat bottom center;
	height:10px;
}

.multislider .jspArrowDown:hover{
	opacity:1;
}

.multislider .jspDisabled, .multislider .jspDisabled:hover{
	opacity:0.2;
}
.multislider .details .jspTrack{
	background:#000;
	width:1px;
	margin:auto;
}

.multislider.chrome .details .jspTrack{
	background:none;
	border-right:1px solid #000;
}
	

.multislider .details .jspArrow{
	/*margin-left:-1px; */
}

.multislider .type-text .jspVerticalBar{
	display:none;
}

.multislider .type-text .jspPane{
	width:480px !important;
	margin-left:0px !important;
}