@charset "UTF-8";
/* CSS Document */

/* -------KWICKS------- */

/* 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. */

#kwicks_container {
	height: 104px;
	/*border-right:1px dotted #FFFFFF;*/
	border-left:1px dotted #FFFFFF;
	width:873px;
	clear:both;
	background-image:url(../img/titoletti/smartmenu.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
}
#kwicks_container img{
	border:none;
}
#kwicks_container a:link, #kwicks_container a:visited{
	color:#333333;
	text-decoration:none;
}
#kwicks_container a:visited{
	color:#333333;
	text-decoration:none;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	
}
.kwicks li img{
	margin-bottom:2px;
	padding-top:5px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 175px;
	height: 95px;
	text-align:center;
	border-right:1px dotted #cccccc;
	/*background-image:url(img/sfondo_kwick.gif); background-position:center; background-repeat:no-repeat;*/

	/*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;
}

/* -------CYCLE------- */

.cycle {  
    height:  258px;  
    width:   239px;  
    padding: 0;  
    margin:  0;  
} 
.cycle img {  
    width:  239px; 
    height: 258px; 
    top:  0; 
    left: 0 
}

/* -------Qtip TOOLTIP------- */

.qtip-content{
	padding-top:50px;
} 