
/* stile specifici sito per la homepage */

#homepagecont {
	position: relative;
	border: 0px solid yellow;
	height: 600px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../gfx/homepage.jpg);
}

#flashlogo {
	position: absolute;
	top: 0;
	right: 0;
}

#linkpaintings {
	position: absolute;
	top: 10px;
	left: 130px;
}

#linkotherstuff {
	position: absolute;
	top: 6px;
	left: 415px;
}

#linkdetails {
	position: absolute;
	bottom: 30px;
	left: 650px;
}

#div1 {
	position: absolute;
	width: 200px;
	height: 373px;
	top: 152px;
	left: 148px;
	border: 0px solid green;
	overflow: auto;
	overflow-x: hidden;
}

#div2 {
	position: absolute;
	width: 200px;
	height: 373px;
	top: 152px;
	left: 375px;
	border: 0px solid green;
	overflow: auto;
	overflow-x: hidden;
}

#div3 {
	position: absolute;
	width: 200px;
	height: 373px;
	top: 152px;
	left: 600px;
	border: 0px solid green;
	overflow: auto;
	overflow-x: hidden;
}

/* scrollable div area */
#scrollable1, #scrollable2, #scrollable3 {
	float: left;
	width: 190px;
	height: 373px;
	overflow: hidden;
	white-space: nowrap;
}

/* vertical track */
#track1, #track2, #track3 {
	float: left;
	width: 8px;
	height: 373px;
	margin-left: 0px;
	background-color: #ccc;
}

/* vertical track handle */
#handle1, #handle2, #handle3 {
	width: 8px;
	height: 25px;
	background-color: #6c0000;
	cursor: move;
}

.fotoart {
	height: 150px;
	width: 180px;
	margin: 5px auto;
	border: 0px solid #207d87;
	/*background-color: #909997;*/
	text-align: center;
}

