/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
/* footer, header { display: block; } */
mark, rp, rt, ruby, summary, time { display: inline }

/* ============================= GALLERY START ===================================== */

#kwicks_gallery, #sezioni_orizzontale_kwicks {
	width: 100%;
	height: 201px;
	/*background-color: red;*/
	margin: 0px 0;
	background-image: url(/kwicks/body-top.jpg);
	background-color: black;
	/* overflow: hidden; */
}

.kwicks {
	/* recommended styles for kwicks ul container */
	position: relative;
	width: 100%;
	height: 201px;
	/* overflow: hidden; */
 	border: 0 none;
        margin: 0;
        padding: 0;
        outline: 0;
        /* vertical-align: top; */

}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	position: relative;
	width: 165px; /* DEVE ESSERE UGUALE ALLA LARGHEZZA TOTALE DIVISO NUMERO OGGETTI */
	height: 201px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor:pointer;
}

	.kwicks li span {
		background: url(/kwicks/gallery-tail.png) repeat-y 0% 0%;
		display: block;
		height: 201px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	
		.kwicks li span b {
			display: block;
			width: 201px;
			height: 201px;
			overflow: hidden;
			line-height: 50px;
			font-weight: normal;
			color: #fff;
			-moz-transform: rotate(270deg);
			-webkit-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			transform: rotate(270deg);
			filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		}
	
	.kwicks li.active span b {
		color: #3bb0e5;
		font-size: 25px;
	}
	
	.kwicks li span b:hover {
		color: grey;
	}
	.kwicks li a {
		text-decoration: none;
	}

.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0; /*Set to same as spacing option. */
	float: left;
}


/* ============================== GALLERY END ====================================== */
