@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#35213D;
}

body {
	background-image: url(../elementi/grafica/bgmodulo.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#contenitore {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#contenitore_bg {
	position: relative;
	float: left;
}

#nav {
	width: 290px;
	height: 800px;
	margin-right: 10px;
	position: relative;
	float: left;
}

#header {
	width: 500px;
	height: 140px;
	position: relative;
	float: left;
}

#footer {
	width: 500px;
	height: 240px;
	margin-top: 10px;
	position: relative;
	float: left;
}

#twitter {
	width: 200px;
	position: relative;
	float: left;
}

#linkedIn {
	width: 295px;
	margin-left: 5px;
	position: relative;
	float: left;
}

#share {
	width: 295px;
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	float: left;
}

#progetti {
	width:400px;
	height:400px;
	margin-top: 10px;
	position: relative;
	float: left;
}

#logo {
	width: 190px;
	height: 217px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 50px;
	margin-left: 100px;
}

#cv {
	width: 150px;
	height: 171px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 213px;
}

#contact {
	width: 100px;
	height: 113px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 355px;
	margin-left: 100px;
}




/* GALLERY */	

/* root element for single scroll */
.scroll {
	position:relative;
	overflow:hidden;
	width: 195px;
	height: 195px;
	float:left;
}
	
/* root element for the scroll pics */
.scroll .pics {
	width:20000em;
	position:absolute;
	clear:both;
}
	
/* single scroll item */
.pics div {
	float:left;
	cursor:pointer;
	width:195px !important;
	height:195px;
	margin:0px;
}
	
.pics div img {
	width:195px !important;
	height:195px;
}
	
/* possible settings for the active scroll */
.scroll.active {
	
}
