


#mosaic-slideshow{
	/* The slideshow container div */
	background:url(../images/back_infos.jpg) no-repeat scroll 0px 0px;
	height:554px;
	margin:0 auto;
	position:relative;
	width:648px;
}

.mosaic-slide{
	/* This class is shared between all the slides */
	left:20px;
	position:absolute;
	top:5px; height:401px; width:605px;
}

.tile{
	/* The individual tiles */
	height:544px;
	width:605px;
	float:left;
	
}

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

.arrow.left{
	left:-21px;
	background-position:center top;
}

.arrow.left:hover{
	background-position:center -70px;
}

.arrow.right{
	right:-18px;
	background-position:center -140px;
}

.arrow.right:hover{
	background-position:center -210px;
}