#slider1 {
	width: 300px; 
	height: 599px; 
	position: relative;

}

#slider1Content {
	width: 300px; 
	height:599px;
	position: absolute;
	left:0;
	margin-top:auto;


}

.slider1Image {
	float: left;
	position: relative;
	display: none;
	left:-40px;
	height:599px;
}

.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 150px;
	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;
}
.slider1Image span strong {
    font-size: 14px;
}

.right {
	left: 0;
	bottom:0;
	width: 150px;
	height: 550px;
}

ul { list-style-type: none;}

.RemarcoVisor
{
	background-color:#333;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343434;
	border-right-color: #343434;
	border-bottom-color: #343434;
	border-left-color: #343434;
	}
	
.PieVisor
{
	background-image: url(Img/PieVisor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:24px;
	}