@charset "utf-8";
/* CSS Document */

/* ---------------EFEITO DE SLIDE-------------------------*/


#slider1,#slider2,#slider3,#slider4,#slider5,#slider6,#slider7 {
    width: 110px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */
	border:none;
	left:0;
	
	
	
}

#slider1Content,#slider2Content,#slider3Content,#slider4Content,#slider5Content,#slider6Content,#slider7Content{
 	position: absolute;
    width: 110px; /* important to be same as image width or wider */
	top:0;
	left:0;
	list-style:	none;
	margin:0;
	padding:0;
	
	
}
.slider1Image,.slider2Image,.slider3Image,.slider4Image,.slider5Image,.slider6Image,.slider7Image {
    float: left;
    position: absolute;
	display: none;
	left:0;

}
.slider1Image span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 110px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 0.0;
    color: #fff;
    display: none;
	float:left;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 17px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
	border:none;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 280px;
	border:none;
}

