/* 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. */

*
{
    margin: 0px;
    padding: 0px;
}
img {border:none;}

#wrapper {
    /*width:960px; */  
    padding: 0;   
    margin: 4px 0px 0px 8px;
    
	overflow-x:auto;
	overflow-y:hidden;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	width: 175px;  /* deve essere inferiore alla larghezza effettiva*/
	/*height: 560px;*/

	/*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: 6px;/*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: 6px;    /* --- ! --- */   /*Set to same as spacing option. */	
}

.imgContainer
{
    width: 354px; 
    height: 359px;
}
.imgContainer img
{
    width: 100%;
    height:100%;
}

#backbtn
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    display:none;
    /*display:inline\9;
    /*visibility:visible\9;*/
    padding: 4.8px 0px 0px 3.2px;
}
#backbtn img
{
    width:55.2px;
}
/*
#kwick_1 { 
	background-color: #53b388;
}
#kwick_2 {
	background-color: #5a69a9;	
}
#kwick_3 {
	background-color: #c26468;
}
#kwick_4 { 
	background-color: #bf7cc7;
}
.kwicks.horizontal #kwick_6 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) * /

}

.kwicks.vertical #kwick_6 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) * /
}*/


.header
{
    color: White;
    font-size: 15px;
    position:absolute;
    margin: 0px 0px 0px 4px;
    width: 164px;
    bottom: 314px;
}