


#mosaic-slideshow{
	/* The slideshow container div */
	height:423px;
	position:absolute;
	margin-top:0px;
	margin-left:-10px;
	width:854px;
	background-color:#8dcafb;
	border:5px solid #8dcafb;
	/* CSS3 rounded corners */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.mosaic-slide{
	/* This class is shared between all the slides */
	position:absolute;	
	width:854px;
	padding-left:1px;

}

.tile{
	/* The individual tiles */
	height:60px;
	width:60px;
	float:left;
	border:1px solid #8dcafb;
	border-width:0 1px 1px 0;
	background-color:#8dcafb;
}


.clear{
	/* This class clears the floats */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	margin:0 auto;
	width:960px;
}