#contenitore {
	position:relative;
	width: 506px;
 	overflow: hidden;
	height: auto;
}

#up , #down {
	position: absolute;
	display: block;
	height: 21px;
	width: 42px;
	top: 10px;
	z-index: 4000;
}
#up  {
	left: 43px;
}
#down  {
	left: 0px;
}
.content2 {
	position:relative;
}
.item2 {
	width: 506;
	position:relative;
	height:auto;
}

/* ++++++++++++++++++++++++++++++++++++ */

#container {
	position:relative;
	width: 898px;
 	overflow: hidden;
	height:300px;
}

#right , #left {
	position: absolute;
	display: block;
	height: 42px;
	width: 21px;
	top: 112px;
	z-index: 4000;
}
/*prev*/
#right  {
	left: 876px;
}
/*prev*/
#left  {
	left: 0px;
}

#right a, #left a {
	display: block;
	height: 42px;
	width: 21px;
	background-image:url(../../image/struttura/nx-bk.gif);
	background-repeat: no-repeat;
}
#right a:link{
	background-position: -21px 0px;	
}
#right a:hover {
	background-position: -21px -42px;	
}
#right a:active {
}

#left a:link{
	background-position: 0px 0px;	
}
#left a:hover {
	background-position: 0px -42px;	
}
#left a:active {
}
#right a:link, #left a:link {
}
#right a:hover, #left a:hover {
}
#right a:active, #left a:active {
}
.content {
	position:relative;
}
.item {
	width: 898px;
	position:relative;
	height:300px;
}

/* PORTFOLIO++++++++++++++++++++++++++++++++++++ */

a:focus {
	outline: none;
}
.panel {
	background: #FFF;
	height: auto;
	overflow: hidden;
	/*display: none;*/
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 0px #6FBD96;
	background: url(../../image/struttura/btm.gif) no-repeat center top;
	width: 120px;
	height: 18px;
}
.btn-slide {
	background: url(../../image/struttura/btm.gif) no-repeat center top;
	text-align: center;
	width: 120px;
	height: 18px;
	padding: 2px 2px 0 0;
	margin: 0 auto;
	display: block;
	font: bold Verdana, Helvetica, sans-serif;
	color: #CAE7D8;
	text-decoration: none;
}
/*.active {
	background-position: right -120px;
}*/