/*
 * Toronews
 * css stylesheet 
 * v 2.1
 * 
 * by snikt.it
 */

#slider {
	display: block;
	width: 978px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 10px;
	background: #dcdcdc url(../_img/slider_bkgd.png) repeat-x bottom left;
}

	
#slider h1 {
	font-size: 13px;
	font-weight: bold;
	color: #81191a;
	margin-top: 0px;
	margin-bottom: 5px;
}

#slider p {
	color: #333;
	margin-bottom: 10px;
}

#slider ul {
	list-style-type: none;
}

#slider li {
	height: 15px;
	padding: 3px 0px 3px 10px;
	background: url(../_img/search_arrow.png) no-repeat top left;
	border-bottom: 1px solid #bbb;
}

#slider a {
	text-decoration: none;
	color: #777777;
}

#slider a:hover {
	color: #81191a;
}

#slider .tit {
	text-transform: uppercase;
}

#slider .nextprev {
	text-decoration: none;
	color: #81191a;
}

#slider .nextprev:hover {
	color: #000;
}

#redazione_0 {
	width: 326px;
	float: left;
}

#redazione_1 {
	float: left;
	width: 326px;
}

#redazione_2 {
	width: 326px;
	float: left;
}



.loading {
	display: block;
	width: 280px;
	height: 50px;
	padding-top: 40px;
	text-align: center;
	margin: auto;
}

