/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body{
background-color:#49382A;/*51452d*/
margin: 0 auto;
padding: 0;
font: 76% garamond,georgia,palatino linotype,arial,times;
color:#FFF;
}
#wrap{
margin: 0 auto;
width:1024px;
position:relative;
}

#header {
clear: both;
margin: 65px 0 0 0;
padding: 0;
height: 45px;
}
#header h1 {
width: 1024px;
margin: 0 0 10px 0;
float: left;
font-size:32px;
}

#content p {
width:1024px;
float: left;
text-align: left;
color: #FFF;
margin: 0 0 50px 0;
font-size: 16px;
line-height: 1.2em;
}
#content .flags{
float: right;
width:800px;
text-align: right;

}
#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
width: 1024px;
text-align: center;
color: #fff;
font-size: 12px;
}

#footer a {
color: #FFF;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}
/* inizio css slide */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	//margin: 0;
	padding: 0;

}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 200px;/*100*/
	height: 250px;

	/*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) */
}
.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: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #53b388;
background-image:url(../files/12.jpg)
}
#kwick_2 {
	background-color: #5a69a9;
background-image:url(../files/13.jpg)

}
#kwick_3 {
	background-color: #c26468;
background-image:url(../files/14.jpg)

}
#kwick_4 { 
	background-color: #bf7cc7;
background-image:url(../files/15.jpg)

}
#kwick_5 { 
	background-color: #bf7cc7;
background-image:url(../files/16.jpg)

}
.kwicks.horizontal #kwick_1 {

	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.horizontal #kwick_5 {

	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_5 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.sfondo{
height:180px;
width:350px;
border:1px solid black;
opacity:0.6;
margin:35px 40px;
background-color:#000;
filter: alpha(opacity=50);
}
.colonna{
height:238px;
width:23px;
background-color:black;
float:left;
color:white;
text-align:center;
margin-top:6px;
padding:1px;
position:relative;
z-index:1;
}
.testo{
height:180px;
width:320px;
color:#fff;
font-size:14px;
text-align:justify;
}
