/* CSS Document */

#container_slideshow {
	background-color: #999999;
	position: absolute;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	background-image: url(images/sprider_slideshow/back_p.jpg);
	width: 600px;
	height: 600px;
}
.content_home {
	background-image: url(images/sprider_slideshow/back_p1.jpg);
	width: 600px;
	height: 600px;
}
.entrar {
	position: relative;
	width: 100px;
	height: 43px;
	top: 400px;
	left: 250px;
}
.images {
	float: left;
	width: 250px;
	height: 500px;
	margin: 50px 0 0 30px;
}
.texto {
	align: left;
	float: right;
	width: 250px;
	height: 500px;
}
.titre {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 50px 0 10px 0;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
}
.precendente {
	position: relative;
	float: left;
	top:55px;
	left: -275px;
}
.counter {
	position: relative;
	float: left;
	top: 5px;
	left: 0px;
}
.suivante {
	position: relative;
	float: right;
	top:50px;
	left: 0px;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px outset #FFFFFF;
	
}

/* scroll */

#divUp   {position:relative; left:220px; top:10px;}
#divDown {position:relative; left:220px; top:200px;}
#divScrollTextCont {position:relative; left:0px; top:-200px; width:200px; height:420px; clip:rect(0px 300px 450px 0px); overflow:hidden; visibility:hidden;}
#divText {position:relative; left:0px; top:0px;}

