﻿#news_box_carousel {
	width:400px;
	/*height:290px;*/
	margin:0 auto;
}

#news_box_slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:400px;
	height:165px;
        /*padding: 20px 20px 0px 0px;*/
padding: 0px 20px 0px 0px;
}

/* remove the list styles, width : item width * total items */	
#news_box_slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:2000px;			
}

/* width of the item, in this case I put 250x250x gif */
#news_box_slides li {
	width:400px;
	/*height:250px;	*/
	float:left;
}

#news_box_slides li img {
        width: 23px;
	height: 23px;
    margin-top: 0px;
}

#news_box_slides li div.data_news {
    color: #727272;
    font-weight: bold;
}

#news_box_slides li h5 {
border-bottom: 1px solid #CDCDCD;
    box-shadow: 0 1px #EFEFEF;
    color: #025426;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 7px;
}

#news_box_slides li div.strillo_news {
    color: #343434;
    font-weight: normal;
    margin-top: 10px;
height: 65px;
}

/* Styling for prev and next buttons */
#news_box_carousel_buttons {
	padding:0 0 5px 0;	
	float:right;
height: 0px;
        /*display: none;*/
}

#news_box_carousel_buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev_news_box {
	background:url(arrow.gif) 0 -31px no-repeat; 
}

a#prev_news_box:hover {
	background:url(arrow.gif) 0 0 no-repeat;
}

a#next_news_box {
	background:url(arrow.gif) -32px -31px no-repeat; 
}

a#next_news_box:hover {
	background:url(arrow.gif) -32px 0 no-repeat;
}

.clear {clear:both}

.pulsante_news{
width: 15px; 
height:15px; 
margin-right: 10px; 
float: left;
background:transparent url(im/square_button.png) 0 0 no-repeat;
}

.activePuls{
   /* background-color: #E86811; */
   background:transparent url(im/square_button.png) 0 -16px no-repeat;
}
