@charset "utf-8";
/* CSS Document */


.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

li {
}



/************************
 * specific als element
 * styling for #lista2
 ***********************/


#tweets li,#tweets ul li {
	margin: 10px 0px;
	height:auto;
		position: relative;
	display: block;
	cursor: pointer;


	}

#tweets li img {
	position: relative;
	display: block;
	vertical-align: middle;
	margin-bottom: 8px;
}

#tweets .als-prev, #tweets .als-next {
	left: 470px;
	width: 22px;
	height: 15px;
}

#tweets .als-prev {
	top: -25px;
}

#tweets .als-next {
	bottom: -20px;
}

#lista2 li {
	vertical-align: middle;
}

#tweets li {
background: none;
display: block !important;

}
.tweet {
margin-bottom:0px !important;
font-weight: 300;
font-size: 24px;
line-height: 30px;

}
.tweet a {
color: #535353;
}
.widget_sabby_twitter {

/*	background-image:url(../image/plugin_twitter_bg.png);
	background-position:center;
	background-repeat:no-repeat;*/
	float:left;
	width:80%;
	overflow: hidden;
}

.timePosted {
	/* background: url(../image/twitter_bird_01.png) no-repeat 0 4px !important;*/
	padding-left: 21px;
    padding-bottom: 0px;
   text-align: center;
text-transform: uppercase;
}