﻿#boxHome {
	height:130px;
	padding:210px 10px 0;
	text-align:center;
	background:url(/images/imgHome.jpg) no-repeat top center;
}

#descHome {
	height:140px;
	padding-top:40px;
}

#sliderHomepage {
	width:730px;
	height:160px;
	position:relative;
	top:10px;
	background:url(/images/selPiscine.jpg) no-repeat top left;
}

#sliderContent {
	padding:50px 10px 0;
}

#leftHandle {
	outline:none;
	float:left;
	height:100px;
	width:40px;
	background:url(/images/freccina_left.gif) no-repeat center center;
}

#rightHandle {
	outline:none;
	float:right;
	height:100px;
	width:40px;
	background:url(/images/freccina_right.gif) no-repeat center center;
}

#leftHandle:active {
	background-color:#0C6E9B;
}

#rightHandle:active {
	background-color:#0C6E9B;
}

#imagePanel {
	display:inline;
	float:left;
	width:620px;
	margin-left:5px;
	margin-top:10px;
	height:100px;
	position:relative;
	overflow-y: hidden;
	overflow-x:scroll; /* deve diventare hidden con jquery... */
}

#scroller {
	width:960px;
	position:absolute;
	top:0;
	left:0;
}

#scroller a {
	margin:0;
	padding:0;
	float:left;
	width:139px;
	text-align:center;
	height:80px;
	overflow:hidden;
	margin-right:20px;
}

#scroller a:hover {
	background:none;
}

#scroller a img {
	float:left;
}