

#mosaic-slideshow{
	/* The slideshow container div */
	height:320px;
	margin:0 auto;
	position:relative;
	width:750px;
}

.mosaic-slide{
	/* This class is shared between all the slides */
	left:80px;
	position:absolute;
	top:25px;
	
	border:10px solid #555;
	
	/* CSS3 rounded corners */
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

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

.arrow{
	/* The prev/next arrows */
	width:35px;
	height:70px;
	background:url("arrows.png") no-repeat;
	position:absolute;
	cursor:pointer;
	top:50%;
	margin-top:-35px;
}

.arrow.left{ left:15px; background-position:center top; }
.arrow.left:hover{ background-position:center -70px; }
.arrow.right{ right:45px; background-position:center -140px; }
.arrow.right:hover{	background-position:center -210px; }
.clear{ clear:both; }


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

#main{
	position:relative;
	margin:0 auto;
	width:730px;
	height:370px;
}

