.widget {position:relative;}
.head-news {overflow:hidden;}

p.conf-leader {position:absolute; bottom: 0; left:0;right:0;padding:10px;background:#fff;color:#0267AD;}

.gallery {max-width:470px;}
.gallery ul {background:#fff;height:102px;}
.gallery li {margin:6px;}
.gallery li, .gallery li a {display:block;min-height:90px;min-width:120px;max-width:120px;}

a.next, a.prev {
	position:absolute;
	width:30px;
	background-position:center left;
	background-repeat: repeat-y;
	height:102px;
	top:30px;
	z-index:50;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}

a.next {right:0;background-image:url(next.png);}
a.prev {left:0;background-image:url(prev.png);}

a.next:hover, a.prev:hover {background-position:center right;}


/* Tweets */

.widget h3.tweeting {background-image: url(twitter-header.png);}

ul.tweets {background:#fff;padding:10px;font-size:14px;}
ul.tweets li {margin: 0 0 10px;}
ul.tweets li img.tweet-pic {width:48px;float:left;margin: 0 10px 0 0;}
ul.tweets li .tweet-text {color:#0267AD;padding-left:60px;}
ul.tweets li .tweet-text a {color:#0267AD;}
ul.tweets li a {font-weight:bold;text-decoration:none;}
ul.tweets li a:hover {text-decoration:underline;}
ul.tweets li .tweet-author {
    color: #000000;
    margin: 10px 0 20px;
    padding-left: 60px;
}
ul.tweets li .tweet-author a {color:#000;}

