@charset "utf-8";
/* CSS Document */

.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: 238px;
	height: 70px;
	/*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) */
	color:#FFFFFF;
}
.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, #kwick_2, #kwick_3, #kwick_4, #kwick_5, #kwick_6, #kwick_7 { 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone.png)
}

#kwick_1{ 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone-home.png)
}
#kwick_2{ 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone-campo.png)
}
#kwick_3{ 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone-driving.png)
}
#kwick_4{ 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone-mer.png)
}
#kwick_5{ 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone-soci.png)
}
#kwick_6{ 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone-prenota.png)
}
#kwick_7{ 
 border-right: 1px solid #000;
 background-image:url(../img/sf-bottone-cortina.png)
}

.kwicks li#kwick_7{ border:none;}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

			
.kwicks li a{
	color:#999;
	padding:8px;
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
	text-transform:uppercase;
}
.kwicks li a:hover{ color:#FFFFFF; text-decoration:underline;}

