*{
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	
}


#mosaic-slideshow{
	/* The slideshow container div */
	width:670px;
	height:500px;
	margin:0 auto;
	position:relative;
	
}

#mosaic-slideshow2{
	/* The slideshow container div */
	width:670px;
	height:500px;
	margin:0 auto;
	position:relative;
	
}

.mosaic-slide{
	/* This class is shared between all the slides */
	
	position:absolute;
	width:788px;
	margin-top:380px;
	margin-left:-56px;
	border:0px solid #FFF;
	
}

.mosaic-slide2{
	/* This class is shared between all the slides */
	
	position:absolute;
	width:660px;
	height:344px;
	margin-top:280px;
	margin-left:10px;
	border:0px solid #FFF;
	
}


.tile{
	/* The individual tiles */
	height:60px;
	width:60px;
	float:left;
		
	border-width:0 1px 1px 0;
	
}

.arrow{
	/* The prev/next arrows */
	width:35px;
	height:70px;
	background:url("img/arrows.png") no-repeat;
	position:absolute;
	cursor:pointer;
	top:50%;
	margin-top:-35px;
}

.arrow.left{
	position:absolute;
	width: 53px;
	height: 123px;
    margin-top: 191px;
	margin-left: -115px;
	background-image:url(img/freccia-sx.png);
}

.arrow.left:hover{
	position:absolute;
	width: 53px;
	height: 123px;
	 margin-top: 191px;
	margin-left: -115px;
	background-image:url(img/freccia-sx.png);
}

.arrow.right{
	position:absolute;
	width:53px;
	height:123px;
	 margin-top: 191px;
	margin-left: 730px;
	background-image:url(img/freccia-dx.png);
}

.arrow.right:hover{
	position:absolute;
	width: 53px;
	height: 123px;
	 margin-top: 191px;
	margin-left: 730px;
	background-image:url(img/freccia-dx.png);
}
.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#main{
	position: absolute;
	width: 901px;
	height: 800px;
	left:50%;
	top:0;
	margin-top: 30px;
	margin-left: -458px;
	background-image:url(img/layout-creazioni.jpg);
	background-repeat:no-repeat;
	font-family: "Myriad Pro" "Trebuchet MS", Arial, Helvetica, sans-serif ,Geneva, sans-serif;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}


h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	text-align:center;
	margin:0 0 30px;
}

.credit{
	text-align:center;
	margin-bottom:25px;
}

.credit a{
	font-size:10px;
	color:#999;
	margin-left:10px;

}