* {
	margin: 0;
	padding: 0;
}

a {
	color: #194C73;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #f2f2f2 url(../img/bg_crosshatch.gif);
}

img {
	border: 0;
}

.container {
	width: 980px;
	background: #ffffff url(../img/bk.gif) repeat;
	border: 1px solid #e6e9e9;
}

#libroConsoli {
	float: left;
}

#titolo {
	font-family: Century Gothic, sans-serif;
	font-size: 25px;
	color: #194C73;
}

#sottotitolo {
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	color: #194C73;
}

.sottosottotitolo {
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
	color: #194C73;
}

.descrizione{
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #333;
}

#elencoSlogan {
	width: 960px;
	font-family: Century Gothic, sans-serif;
	color: #194C73;
	text-align: left;
}

#elencoSlogan ul {
	font-family: Century Gothic, sans-serif;
}

#elencoSlogan ul li {
	list-style-image: url(../img/freccia.jpg);
	font-family: Century Gothic, sans-serif;
	color: #194C73;
	list-style-position: outside;


/*	height:2.5em;
	line-height:2.5em;*/
	padding-top: 1.0em;
	vertical-align: top;
	font-size: 17px;
}

.testoLibro {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	color: #333;
	font-family: Verdana;
	font-size: 12px;
	width: 900px;
}

#acquista {
	text-align: left;
	margin-left: 0px;
}

br.ripulisci {
	clear: both;
	line-height: 0;
	font-size: 0%;
	margin: 0;
	padding: 0;
	border: none
}

.credits {
	font-family: Verdana, sans-serif;
	color: #666;
	font-size: 10px;
}

/*CAROUSEL*/

#intro {
	width: 580px;
	margin: 0 auto;
}

.wrapper {
	background-color: white;
	width: 480px;
	margin: 40px auto;
	padding: 50px;
	box-shadow: 0 0 5px #999;
}

.list_carousel {
	background-color: #ccc;
	margin: 0 0 30px 60px;
	width: 360px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 5px solid #999;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.clearfix {
	float: none;
	clear: both;
}

.prev {
	float: left;
	margin-left: 10px;
}

.next {
	float: right;
	margin-right: 10px;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}

.pager a {
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}

.image_carousel a {
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../img/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
