#scroll {
	position:relative;
	overflow:hidden;
	width:360px;
	height:244px;
}

#tools {
	width:9999em;
	position:absolute;
	height:244px;
}

.tool {
	float:left;
	width:360px;
	height:244px;
	text-align: left;
}

#thumbs {
	z-index:30;
	background:#2a3243;
	height:135px;
	position:absolute;
	bottom:10px;
	width:17px;
	left:0px;
}

.t {
	padding:0 !important;
	border:0 !important;
}

.t a {
	display:block;
	width:17px !important;
	float:left;
	height:45px !important;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
	background:#b7030f;
	width:17px !important;
	height:45px !important;
	position:inherit !important;

}


@media only screen and (min-width: 480px) { 
	#scroll {
		width:480px;
		height:320px;
	}
	#tools {
		height:320px;
	}
	.tool {
		width:480px;
		height:320px;
	}
	
	#thumbs {
		z-index:30;
		background:#2a3243;
		height:120px;
		position:absolute;
		bottom:20px;
		width:17px;
		left:0;
	}
	
	.t a {
		display:block;
		width:17px !important;
		float:left;
		height:40px !important;
		cursor:pointer;
	}
	
	.t a.active {
		cursor:default !important;
		background:#b7030f;
		width:17px !important;
		height:40px !important;
		position:inherit !important;
	}

}

@media only screen and (min-width: 568px) {
	#scroll {
		width:568px;
		height:379px;
	}
	#tools {
		height:379px;
	}
	.tool {
		width:568px;
		height:379px;
	}
	
	#thumbs {
		z-index:30;
		background:#2a3243;
		height:120px;
		position:absolute;
		bottom:20px;
		width:17px;
		left:0px;
	}
}


@media only screen and (min-width: 600px) { 
	#scroll {
		width:600px;
		height:400px;
	}
	#tools {
		height:280px;
	}
	.tool {
		width:600px;
		height:280px;
	}
	
	#thumbs {
		z-index:30;
		background:#2a3243;
		height:120px;
		position:absolute;
		bottom:20px;
		width:17px;
		left:0px;
	}
	
	.t a {
		display:block;
		width:17px !important;
		float:left;
		height:40px !important;
		cursor:pointer;
	}
	
	.t a.active {
		cursor:default !important;
		background:#b7030f;
		width:17px !important;
		height:40px !important;
		position:inherit !important;
	}

}


@media only screen and (min-width: 640px) {
	#scroll {
    width: 620px;
 
}
	
	.tool {

		width:620px;

	}
}


@media only screen and (min-width: 667px) { 
	#scroll {
	position:relative;
	overflow:hidden;
	width:600px;
	height:400px;
}

#tools {
	width:9999em;
	position:absolute;
	height:400px;
}

.tool {
	float:left;
	width:600px;
	height:213px;
	text-align: left;
}

#thumbs {
	z-index:30;
	background:#2a3243;
	height:135px;
	position:absolute;
	bottom:10px;
	width:17px;
	left:0px;
}

}

/* desktop + tablet entrambe gli orientamenti */
@media only screen and (min-width: 768px) { 
	#scroll {
		width:420px;
		height:280px;
	}
	#tools {
		height:280px;
	}
	.tool {
		width:420px;
		height:280px;
	}
	
	#thumbs {
		z-index:30;
		background:#2a3243;
		height:120px;
		position:absolute;
		top:130px;
		width:17px;
		left:0px;
	}
}



/* CSS sprite for the navigation */
/*
#t0 		  { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-325px -90px; }
#t1:hover 	{ background-position:-325px -180px; }
#t1:active	{ background-position:-325px -270px; }
#t1.active	{ background-position:-325px 0 !important; }

#t2			{ background-position:-435px -90px; }
#t2:hover 	{ background-position:-435px -180px; }
#t2:active	{ background-position:-435px -270px; }
#t2.active	{ background-position:-435px 0 !important; }

#t3			{ background-position:-545px -90px; }
#t3:hover 	{ background-position:-545px -180px; }
#t3:active	{ background-position:-545px -270px; }
#t3.active	{ background-position:-545px 0 !important; }

#t4			{ background-position:-655px -90px; }
#t4:hover 	{ background-position:-655px -180px; }
#t4:active	{ background-position:-655px -270px; }
#t4.active	{ background-position:-655px 0 !important; }

#t5			{ background-position:-765px -90px; }
#t5:hover 	{ background-position:-765px -180px; }
#t5:active	{ background-position:-765px -270px; }
#t5.active	{ background-position:-765px 0 !important; }

#t6			{ background-position:-875px -90px; }
#t6:hover 	{ background-position:-875px -180px; }
#t6:active	{ background-position:-875px -270px; }
#t6.active	{ background-position:-875px 0 !important; }
*/