﻿.prodotto
{
	cursor:pointer;
	}

div { margin:0;}
body 
{
	
	font-family :Arial;
	background-color:#ffffff;
}

.content
{

	background-color:Transparent ;
	
	width:900px;
	margin:auto;
	
	}
	
.separator
{
	width:100%;
	float:left;
	height:10px;
	}


.sx 
{
	float:left;
	width:700px;
	/*border :solid 1px red;*/
	}
	
.dx 
{
	float:right;
	width:180px;
	/*border :solid 1px red;*/
	}	
	
	
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}
