/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page Style
*/




#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}


/*
	Slideshow style
*/

#slides {
 	top:0;
	left:0;
	z-index:100;
}

#slides_sistemas {
position:absolute;
top:20px;
left:20px;
z-index:100;	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

#slides .slides_container {
	width:500px;

	overflow:hidden;
	position:relative;
	display:none;
}

#slides_sistemas .slides_container {
	width:399px;
	height:186px;
	overflow:hidden;
	position:relative;
	display:none;
}

#slidesh .slides_container {
	width:1000px;
	height:450px;
	overflow:hidden;
	position:relative;
	display:none;
}

#pagamentos .slides_container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px;
	width:500px;
	/*height:400px;*/
	display:block;
}

#slidesh .slide {
	width:1000px;
	height:1000px;
	min-height:250px;
	display:block;
}

#pagamentos .slide {
	width:100%;
	height:auto;
	min-height:250px;
	display:block;
}

#slides_sistemas .slide {

width:399px;
height:186px;
display:block;	
}


/*
	Next/prev buttons
*/
#slides .next,#slides .prev,#slidesh .next,#slidesh .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	background-image: url('../imagens/arrow-prev.png');
}

#slidesh .next, #slides .next {
	left:1039px;
	background-image: url('../imagens/arrow-next.png');
	
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

#slides_sistemas .pagination, #slides .pagination, #pagamentos .pagination {
display:none;	
}

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

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

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/





#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}