*{
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:0.825em;
	color:#444444; background:url(img/bg_animacao.jpg) repeat-x;
    	
	font-family:Arial, Helvetica, sans-serif;
}


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

.mosaic-slide{
	/* This class is shared between all the slides */
	left:73px;
	position:absolute;
	width: 61px;
	height: 63px;
	top: 0px;
		
	
	
}

.tile{
	/* The individual tiles */
	height:350px;
	width:791px;
	float:left;

	
}

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

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

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

.arrow.right{
	right:9px;
	background-position:center -80px;
}

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

.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;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}


h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	text-align:center;
	margin:0 0 30px;
}

