@charset "UTF-8";

/* FOGLIO DI STILE PER 3SWIPER */

/** /
#contenitore
	{
		height:400px;
		width:95%;
		max-width:617px;
		position:relative;
		cursor:pointer;
		display:inline-block;
		top:0px;
		left:30px;
		overflow:hidden;
		/*float:right;* /
		cursor:pointer;
	}
/**/
#contenitore {
    height: 400px;
    width: 89%;
    max-width: 200px;
    position: relative;
    display: inline-block;
    top: 0px;
    left: 30px;
    overflow: hidden;
    cursor: pointer;
    min-width: 200px;
}
	#slider
	{
		height:400px;
		width:100%;
		position:relative;
		top:0px;
		left:0px;
		overflow:hidden;
		/*float:right;*/
	}
	.pagine
	{
	position:relative;
	top:0px;
	left:5px;
	display:inline-block;
	width: 200px;
	background-color:#FFF;
	}
	#btnLeft
	{
		position:absolute;
		left:2px;
		top:175px;
		width:30px;
		height:50px;
		/*background-color:#FFF;*/
		background-image: url(images/left.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#btnRight
	{
	position:absolute;
	right:2px;
	top:175px;
	width:30px;
	height:50px;
	/*background-color:#FFF;*/
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
@media only screen and (min-width: 520px) 
{
	#contenitore {
		height: 400px;
		width: 74%;
		max-width: 410px;
		position: relative;
		display: inline-block;
		top: 0px;
		overflow: hidden;
		cursor: pointer;
		left: 35px;
	}
}
@media only screen and (min-width: 768px) 
{
	#contenitore
	{
		height:400px;
		width:95%;
		max-width:410px;
		position:relative;
		cursor:pointer;
		display:inline-block;
		top:0px;
		left:34px;
		overflow:hidden;
		/*float:right;*/
		cursor:pointer;
	}
}
@media only screen and (min-width: 1024px) 
{
	#contenitore
	{
		height:400px;
		width:95%;
		max-width:616px;
		position:relative;
		cursor:pointer;
		display:inline-block;
		top:0px;
		left:34px;
		overflow:hidden;
		/*float:right;*/
		cursor:pointer;
	}
}