




#mosaic-slideshow{
	/* The slideshow container div */
	height:570px;
	margin:0 auto;
	position:relative;
	width:770px;
}

.mosaic-slide{
	/* This class is shared between all the slides */
	left:80px;
	position:absolute;
	top:25px;
	
	border:10px solid #000;
	
	/* 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:3px solid #000;
	border-width:0 0px 0px 0;
	background-color:#000;
}

.arrow{
	/* The prev/next arrows */
	width:35px;
	height:70px;
	background:url("img/arrows.png") no-repeat;
	position:absolute;
	cursor:pointer;
	top:98%;
	margin-top:-35px;
}

.arrow.left{
	left:100px;
	background-position:center top;
	opacity: 0.5;
}

.arrow.left:hover{
	background-position:center -70px;
	opacity: 1;
}

.arrow.right{
	right:92px;
	background-position:center -210px;
	opacity: 0.5;
}

.arrow.right:hover{
	background-position:center -210px;
	opacity: 1;
}

.clear{
	/* This class clears the floats */
	clear:both;
}

.clicks{
font-size:20px;
font-weight: bold;
opacity: 0.6;
position: relative;
left:374px;
top:550px;
}
