﻿#news_login_carousel {
	/*width:255px;
	height:290px;*/
  width:180px;
	margin:0 auto;
}

#news_login_slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	/*width:250px;*/
  width: 180px;
}

/* remove the list styles, width : item width * total items */	
#news_login_slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	/*width:750px;*/
  width:1800px;
}

/* width of the item, in this case I put 250x250x gif */
#news_login_slides li {
	width:180px;
	float:left;
padding: 0px;
margin: 0px;
}

#news_login_slides li img {
	padding:5px;
}

#news_login_slides li span.data_news {
    color: #73B697;
    font-weight: bold;
}
#news_login_slides li .titolo_news_carousel {
    border-bottom: 1px solid #73B697;
    color: #DBE7E3;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 7px;
}
#news_login_slides li div.strillo_news {
    color: #73B697;
    font-weight: normal;
    margin-top: 10px;
}

#news_login_slides li div.strillo_news a {
    border-bottom: 0 none;
    padding: 0px;
    margin-left: 0px;
}

/* Styling for prev and next buttons */
#news_login_carousel_buttons {
	padding:0 0 5px 0;	
	float:right;
height: 0px;
}

#news_login_carousel_buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev_news_login {
	background:url(arrow.gif) 0 -31px no-repeat; 
}

a#prev_news_login:hover {
	background:url(arrow.gif) 0 0 no-repeat;
}

a#next_news_login {
	background:url(arrow.gif) -32px -31px no-repeat; 
}

a#next_news_login:hover {
	background:url(arrow.gif) -32px 0 no-repeat;
}

.clear {clear:both}

#news_login_wrapper{
        padding: 0px;
}

#news_login_slides li div.strillo_news a {
    border-bottom: 0 none;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    padding-left: 0;
}