﻿#container {
	width:300px;
	height:250px;
	margin:0 auto;
	position:relative;
	z-index:0;	
}

#container img
{
	border:0;
}

#example {
	width:300px;
	height:250px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	height:250px;
	left:4px;
	z-index:100;
	color:#ffffff;
}

#div-images
{
	position:absolute;	
	width:300px;
	height:250px;
}

.div-text
{
	/*background: #F1F1F1;*/
	background-image:url('../images/fundo-vitrine.png');
	background-repeat:repeat-x;
    /*-moz-opacity:0.8;
	filter: alpha(opacity = 30);
    opacity:0.8;*/
	width: 300px;
	height: 50px;
	position: absolute;
	left:0px;
	top: 180px;		
	line-height:20px;
	font-family: Tahoma;
	font-size:17.78;	
	color:White;
}

#div-images a
{
	font-family: Tahoma;
	font-size:17.78px;	
	margin: 5px 0 5px 0;	
	text-decoration:none;
	color: #F0F0F0;
}

.div-text a:visited,
.div-text a:link
{
	color:White;	
	text-decoration:none;	
}

/*
	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_container {
	width:300px;
	height:250px;
	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 {
	
	width:300px;
	height:250px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-25px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;	
}

#slides a:link
{
	border:0;	
}

#slides .next img,#slides .prev img
{
	border:0;
}
#slides .next
{
	left:300px;	
}


/*
	Pagination
*/

.pagination {	
	width:60px;	
	margin-left:120px;
	margin-top:10px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;	
	background:gray;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-color:red;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:300px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Type and anchors
*/

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}