/*
{*
 * EXP EasyNews (Pligg Module)
 * Commercial License
 * @Module EXP EasyNews
 * @copyright (C) 2008 Autoneti OU
 * @url http://www.pliggtemplates.eu/
 * @author Grusha <grusha@feellove.eu>
*}
*/

@charset "utf-8";
/* CSS Document */

.easy_title {
	font-size:14px;
	font-weight:bold;
	}

#easynews_scroll { 
	width: 260px; 
	height: 220px;
	}

#easynews_scroll div { 
	width: 260px;
	height: 190px;
	color: #333;
	text-align: left;
	font-size: 11px;
	}

#easynews_scroll div img {
	height:70px;
	overflow:hidden;
	}

#easynews_nav {
	}
	
#easynews_nav a {
	border: 1px solid #ccc; 
	background: #CCC; 
	text-decoration: none;
	font-size:11px;
	margin: 0 1px; 
	padding: 0px 2px;
	z-index:6;
	color:#FFF;
	text-align:center;
}
	
	
#easynews_nav a.activeSlide { 
	background: #000;
	color:#FFF;
}


