#slider {
	width: 120px; /* important to be same as image width */
	height: 103px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	left: 93px;
	top: 73px;
	background-image:url(../imgsite/pelicula.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#slider1 {
	width: 120px; /* important to be same as image width */
	height: 103px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	left: 794px;
	top: 73px;
	background-image:url(../imgsite/pelicula.jpg); background-position:center; background-repeat:no-repeat;

}

/* ---------------------------------------- */
#slider3 {
	width: 480px; /* important to be same as image width */
	height: 115px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	left: 26px;
	top: 178px;
}

#slider3Content {
	width: 480px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	left:-40px; /* IE7 Hacking */
	*left:0px;
	margin: 0;
	height: 115px;
}
.slider3Image {
	float:right;
    position: relative;
	display: none;
	
}
.slider3Image span {

}
/* ---------------------------------------- */


#sliderContent, #slider1Content {
	width: 120px; /* important to be same as image width or wider */
	position: absolute;
	top: 10px;
	left:-40px; /* IE7 Hacking */
	*left:0px;
	margin: 0;
	height: 83px;
	background-image:url('../lytebox/images/branco.gif');
}
.sliderImage, .slider1Image {
	float:right;
    position: relative;
	display: none;
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0;
    width: 120px;
	height:100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0;
    width: 120px;
	height:100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 104px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

