/******************************************
* Module NeoLatestNews - june 2008
* Version : 1.3
* Copyright (C) 2006-2008 Neoweb, http://www.neoweb.fr . All rights reserved.
* Released under CREATIVE COMMONS License
/******************************************/


div.leading {
	margin: 0 0 0.4em 0;	
}	


div.intro {
	margin: 0.4em 1%; /* Don't modify this rule */
}

div.category a {
	font-weight: normal;
}


div.newstext {
	margin: 0.4em 0; 
}
div.newstext p {
	margin: 0.4em 0; 
}


hr.seperator {
	margin: 0.4em 0;
}



div.readall {
	text-align: right;
}	



/* MOOTOOLS : Accordion styles */

a.toogler {
	margin: 0.1em 0em; 
	padding: 0.1em 0em; 
	cursor: pointer;
}



/* JQUERY : localScroll styles */

#hscroll {
	overflow:hidden;
	width:630px;
	position:relative;
	height:400px;
	float:left;
	border: 1px solid red;
}
.section {
	width:1900px;
	position:relative;
}
.section .sub {
	position:relative;
	float:left;
	padding:9px 21px 42px 45px;
	width:567px;
	height:352px;
}
.section .sub p {
	width:550px;
	margin:16px 0;
}
.section .next, .section .prev{
	font-size:18px;
	/*position:absolute;
	bottom:15px;
	letter-spacing:-2px;*/
}
.section .next{
	/*right:30px;*/
}
.section .prev{
	/*left:30px;*/
}



/* Vertical content scroller styles */

#marqueecontainer{
	position: relative;
	width: 100%; 	/*marquee width */
	height: 200px;  /*marquee height */
	overflow: hidden;
	padding: 2px;
}
