/***** SLIDES LATERAL - ESTRUTURA DO COLEGIO ****/

/* Config do Slide */

#slides01 {
	position:relative;
	top:0;
	left:0;
	z-index:100;
	width:930px;
	padding: 0px;
	margin: 0px;
	margin-left:10px;
	background-color: #f0f0f0;
}

/*
	slides_estrutura container
	Important:
	Set the width of your slides_estrutura container
	Set to display none, prevents content flash
*/

.slides01_container {
	width:930px;
	overflow:hidden;
	position:relative;
	display:none;
	padding: 0px;
	margin: 0px;
	background-color: red;
	}

/*
	Each slide
	Important:
	Set the width of your slides_estrutura
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides01_container a {
	width:930px;
	height:230px;
	display:block;
}

.slides01_container a img {
	width:930px;
	height:230px;
	margin:0;
	padding:0;
	display:block;
}

/* Botoes Inferior de Paginacao  */

.pagination01 {
	float:right;
	/* Largura para conter os botoes */
	width:0 auto;
	/* Margens dos botoes */
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
}

.pagination01 li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination01 li a {
	display:block;
	width:27px;
	height:0;
	padding-top:12px;
	background-image:url(pagination1.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination01 li.current a {
	background-position:27px 0px;
}
