.sezione {
	width: 192px;
	height: 225px;
	float: left;
	overflow: hidden;
	border-left: 1px solid #999;
}

.sezione a {
	color: #000000;
}
.sezione .items {
	font-size: 75%;
}

.sezione .titolo {
	border-bottom: 1px solid #666;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	height: 2.20em;
	font-size: 75%;
	/*padding-left: 17px;*/
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.sezione.firstSezione {
	border-left: 0;
}

.sezione.firstSezione .titolo {
	padding-left: 0px;
}

.scrollable {
	/*margin-left: 8px;*/
	padding-left: 8px;
	margin-right: 8px;
	/*border-left: 1px solid #999;*/
}

.sezione.firstSezione .scrollable {
	margin-left: 0;
	margin-left: 0;
	border-left: 0 solid #999;
}


/* tab pane styling */
div.panes div.pane {
	display:none;
	padding: 5px 10px 10px 10px;
	border:1px solid #999;
	/*border-top:0;*/
	height:225px;
	font-size:14px;
	background-color:#fff;
}


/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
	
}

ul.tabs.homeTabs {
	float: left;
	padding-top: 35px;
	border: none;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(../images/tabs.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 111px;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	font-weight: bold;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -31px;
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -62px;
	cursor:default !important;
	color:#000 !important;
}

ul.tabs a img {
	vertical-align: middle;
}
/*
ul.tabs li#newsTab a span {
	background: transparent url(../images/occhio.gif) no-repeat left center;
	padding-left: 22px;

}

ul.tabs li#showsTab a span {
	background: transparent url(../images/occhio.gif) no-repeat left center;
	padding-left: 22px;
}

ul.tabs li#videoTab a span {
	background: transparent url(../images/occhio.gif) no-repeat left center;
	padding-left: 22px;
}
*/
/* initially all panes are hidden */
div.panes div.pane {
	display:none;
	clear: both;
}


/* root element for scrollable */
div.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollers have typically larger height than width */
	height: 200px;
}

/* root element for scrollable items */
div.scrollable div.items {
	position:absolute;

	/* this time we have very large space for the height */
	/*height:20000em;*/
}

/* root element for scrollable items */
div.scrollable div.items div.item {
	height: 180px;
	padding: 10px 0px 0px 0px;
}

div#sez1_2 div.scrollable div.items div.item {
	height: 42px;
	padding: 5px 0px 0px 0px;
}

.items .imageBox {
	text-align: center;
	margin-bottom: 5px;
}
