*{
	margin:0;
	padding:0;
}



#mosaic-slideshow{
	/* The slideshow container div */
	height:470px;
	margin:0 auto;
	top:65px;
	position:relative;
	width:870px; 
	z-index:60;
}

.mosaic-slide{
	/* This class is shared between all the slides */
	left:80px;
	position:absolute;
	top:25px;
	
	border:10px solid #69a430;
	
	/* 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 #69a430;
	border-width:0 1px 1px 0;
	background-color:#69a430;
}

.arrow{
	/* The prev/next arrows */
	width:76px;
	height:70px;
	background:url("../img/arrows.png") no-repeat;
	position:absolute;
	cursor:pointer;
	top:50%;
	margin-top:-55px;
}

.arrow.left{
	left:-5px;
	background-position:center top;
}

.arrow.left:hover{
	background-position:center -71px;
}

.arrow.right{
	right:15px;
	background-position:center -140px;
}

.arrow.right:hover{
	background-position:center -210px;
}

.clear{
	/* This class clears the floats */
	clear:both;
}


