@charset "utf-8";
/*
Gleenk - News Spot Slider v 2.0
http://www.gleenk.com
This opera is licensed under a Creative Commons Attribuzione
Non opere derivate 2.5 Italia License.
*/

/* CSS Document */
/*

body {margin:0; padding:0; background: url(images/diagonal-noise.png); font-size:12px; font-family:Arial, Helvetica, sans-serif;}

a, img {border:0; outline:none; text-decoration:none}
#container {width:980px; margin:0 auto; position:relative; overflow:hidden}
h1 {font-size:24px; color:#2E2E2E; text-shadow: 1px 1px 0px #fff, 0 0 1px #999; -moz-text-shadow: 1px 1px 0px #fff, 0 0 1px #999; -webkit-text-shadow: 1px 1px 0px #fff, 0 0 1px #999; text-align:center;}
h2 {font-size:20px; color:#2E2E2E; text-shadow: 1px 1px 0px #fff, 0 0 1px #999; -moz-text-shadow: 1px 1px 0px #fff, 0 0 1px #999; -webkit-text-shadow: 1px 1px 0px #fff, 0 0 1px #999;}
*/


/* INFO UTILI */

/* per le dimensioni del contenitore e dei box devono essere variati news_block, news_box, news_slider, ul.slider */

/* FINE INFO UTILI */



/*NEWS CONTAINER*/

ul:not(.dt) , ul:not(.dt) li {list-style:none; margin:0; padding:0;}
.news_block {
	width:950px;
	margin:0 auto;
	position:relative;
	padding:5px 5px 5px;
	border:none;
	border:0px solid #000000;
	background:#FFF;
	cursor:default;
	
	}
	
/*NEWS BOXES*/
.news_box {
	width:290px;
	padding:10px 8px;
	border-right: 1px dashed #7F7F7F;
    min-height:420px;height:auto !important;height:420px;
/*
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
*/
	float:left;
	margin-right:8px;
	background:#fff;

	}
.news_block .last {
	margin-right:0;
	}
.news_box .date {
	color:#000;
	font-size:11px;
	font-style:italic;
	margin-bottom:5px;
/*
	border-bottom:1px dashed #7F7F7F;
*/

/*
	border:1px solid #000000;
*/
	}
.news_box h2.title {
	color:#c63a50;
	font-size:10px;
	font-style:italic;
	margin-bottom:15px;
	}
.news_box .title {
text-transform:uppercase;
font-size:10pt;
color:#000;
font-weight:bold;
min-height:35px;height:auto !important;height:35px;
border-bottom:1px dashed #7F7F7F;

}
.news_box .title:hover {
text-decoration:underline;
}
.news_box .news_thumb {
	width:193px;

	height:126px;
	overflow:hidden;
	margin-bottom:6px;
	}
.news_box .description {
	color:#000;
	font-size:12px;
	margin-bottom:5px;
	margin-top:10px;
	line-height:1.3;
	}
.news_box .read_more {
	text-align:right;
	}
.news_box .read_more a {
	color:#e1002a;
	font-size:11px;
	}
.news_box .read_more a:hover {
	color:#b7a470;
	}
	
.news_slider {
	width: 947px;
/*
	height: 400px;
*/
	min-height:442px;height:auto !important;height:442px;
	position: relative;
	z-index: 10;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
	}
.news_slider ul.slides {
	position:relative;
		min-height:420px;height:auto !important;height:420px;
	width:auto;
	height:145px;
	overflow:hidden;
	left:0;
	}
.news_slider ul.slides li {
	float:left;
	width:947px;
	}
	
/*LEFT and RIGHT ARROWS*/
.news_slider-right, .news_slider-left {
	background-image:url(images/news_slider-frecce.png);
	background-repeat:no-repeat;
	height:37px;
	width:25px;
	cursor: pointer;
	position:absolute;
	top:100px;
	z-index:100;
	visibility:hidden;
	}
.news_slider-right {
	background-position: -25px 0;
	right:-40px;
	}
.news_slider-left {
	display:none;
	left:-40px;
	}
.news_slider-right:hover {
	background-position: -25px -37px;
	}
.news_slider-left:hover{
	background-position: 0px -37px;
	}
	
/*SPOTS*/
.news_slider-spots {
	text-align: center;
	list-style: none;
	width: auto;
	height:10px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	}
.news_slider-spots li {
	background-image:url(images/news_slider-step.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position: relative;
	float:left;
	width: 10px;
	height: 8px; 
	text-indent:-9999px;
	outline:none;
	cursor:pointer;
	}
.news_slider-spots li:hover, .news_slider-spots li.active {
	background-position:-10px 0;
	}
	
/*v2 addon*/
#toggleTime {
	position:absolute;
	bottom:5px;
	right:15px;
	width:20px;
	height:19px;
	}
#toggleTime:hover {
	filter:alpha(opacity=90);
	moz-opacity:0.9;
	khtml-opacity: 0.9;
	opacity: 0.9;
	}
.tplay {
	background:url(images/time-control.png) no-repeat 0 0;
	}
.tpause{
	background:url(images/time-control.png) no-repeat 0 -19px;
	}
/*DEMO PURPOSE ONLY*/
.alcenter {
	text-align:center;
	}
#inner {
	width:900px;
	margin:0 auto;
	font-size:14px;
	}
#inner a {
	color:#C63A50;
	text-decoration:underline;
	}
#inner ul, #inner li {
	margin:auto;
	padding:auto;
	list-style: inside;
	}
#inner li {
	margin:5px 10px;
	}
#inner h2 {
	border-bottom:3px solid #2e2e2e;
	}
#inner p.copyright {
	text-align:center;
	font-size:11px;
	border-top:1px solid #999;
	padding-top:15px;
	margin-top:20px;
	}
.golinks {
	margin:0 auto;
	width:420px;
	position:relative;
	overflow:auto;
	padding:20px;
	}
.download {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:6px 20px;
	border:1px solid #EBEBEB;
	background:url(images/gray_sand.gif);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px #333;
	text-shadow: 1px 1px 0px #333;
	display:block;
	width:150px;
	text-align:center;
	float:left;
	margin:0 5px;
	}
.download:hover {
	color:#ead8a5;
	}
 .picture_scroll{
  margin-top:3px;
 }
	
