
.news_block {
	width:860px;
	margin:0 auto;
	position:relative;
	padding:18px 15px 10px;
	border:0px solid #EBEBEB;
	background-color: #d8d8d8;
	}
	
/*NEWS BOXES*/
.news_box {
	height:320px;
	width:265px;
	padding:10px 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	float:left;
	margin-right:8px;
	background:#d8d8d8;
	}
.news_block .last {
	margin-right:0;
	}
.news_box .date {
	color:#6a6c67;
	font-size:10px;
	margin-bottom:10px;
	}
        .news_box title{
      
        }
.news_box h2.title {
	color:#000;
	font-size:16px;
	margin-bottom:5px;
          min-height: 80px;
          background-color: #fff;
            
	}
.news_box .news_thumb {
	width:193px;
	height:150px;
	overflow:hidden;
	margin-bottom:6px;
        text-align: center;
	}
.news_box .description {
	color:#000;
	font-size:11px;
	margin-bottom:10px;
	}
.news_box .read_more {
	text-align:right;
	}
.news_box .read_more a {
	color:#333;
	font-size:11px;
	}
.news_box .read_more a:hover {
	color:#b7a470;
	}
	
.news_slider {
	width: 860px;
	height: 320px;
	position: relative;
	z-index: 10;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
	}
.news_slider ul.slides {
	position:relative;
	width:auto;
	height:320px;
	overflow:hidden;
	left:0;
	}
.news_slider ul.slides li {
	float:left;
	width:860px;
	}
	
/*LEFT and RIGHT ARROWS*/
.news_slider-right, .news_slider-left {
	background-image:url(dest/images/news_slider-frecce.png);
	background-repeat:no-repeat;
	height:37px;
	width:25px;
	cursor: pointer;
	position:absolute;
	top:140px;
	z-index:100;
	}
.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;
	}
	
