/* Gallery styles */

div.gallery_news{
	/* CSS3 Box Shadow */
	/* The width of the gallery */
	width:494px;
	overflow:hidden;
}

div.slides_news{
	/* This is the slide area */
	height:228px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:500px;
	overflow:hidden;
}

.slide_news{
	float:left;
}

div.menu_news{
	/* This is the container for the thumbnails */
	height:20px;
}

div.menu_news ul{
	margin:0px;
	padding:3px 5px 0 0;
	text-align: right;
	margin-top: 2px;
	background: #003399 url(img/bg_menu_news.jpg) repeat-x;
	height: 17px;
}

div.menu_news li{
	/* Every thumbnail is a li element */
	width:13px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	*margin-left: 3px;
	list-style:none;
	height:13px;
	overflow:hidden;
}

div.menu_news li.inact{
	/* The inactive state, highlighted on mouse over */
	background:#93bfdf;
}

div.menu_news li.inact:hover{
	background: #ffffff;
}

div.menu_news li.inact a:hover{
	color: #003399;
}

div.menu_news li.act,li.act:hover{
	/* The active state of the thumb */
	background: #ffffff;
}

div.menu_news li.act a{
	cursor:default;
	color: #003399;
}

div.menu_news li a{
	display:block;
	height:13px;
	padding-top:1px;
	padding-right: 3px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

div.menu_news a img{
	border:none;
}

div.slides_news div.abstract_news{
	float:left;
	width:147px;
	height:208px;
	background: #003399 url(img/bg_abstract_news.jpg) repeat-x;
	padding:20px 15px 10px 15px;
	color: #ffffff;
	font-size: 11px;
}

div.slides_news div.abstract_news p{
	color: #ffffff;
	text-align: left
}

div.slides_news div.abstract_news h1.abstract_news_title{
	font-size: 18px;
	font-weight: bold;
}

div.slides_news div.abstract_news div.abstract_news_date{
	font-size: 11px;
	margin-bottom: 15px;
}

div.slides_news div.abstract_news div.abstract_news_more a{
	color: #ffffff;
	text-decoration: none;
}

div.slides_news div.abstract_news div.abstract_news_more a:hover{
	color: #333333;
}

div.slides_news div.abstract_news div.abstract_news_more{
	text-align: right;
}

/* The styles below are only necessary for the demo page */


div.main_news{
	/* The main container */
	text-align:left;
	width:494px;
	position:relative;
	float: left;
}