﻿/* Menu Slider CSS Document */


/********/
/*DIV ID*/
/********/


#slider {
	position: absolute;
	width: 800px;
	height: 50px;
	overflow: hidden;
	background: #000;
	border-top: 1px solid #fff;

	/* border: 1px solid #000; */
}


/*******************/
/* ACCESORI SLIDER */
/*******************/

#slider .slide {
	position: absolute;
	top: 0px;
	width: 500px;
	height: 50px;
	background: #000;
	overflow: hidden;
	border-left: #fff solid 1px;
	cursor: default;
}

#slider .title   {
	color: #96c4e4;
	font-style:italic;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;

}

#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.4;
}

#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	color: #FFF;
	font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	text-align: justify;
	width: 470px;
	left: 10px;
}

#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

#slider a { text-decoration:none; color: #08617f; }
#slider a:hover { color: #96c4e4; }
