/*
 IMPORTANT: Do not use percentage for module width and height, enter actual fast width in pixels
*/
div.mContainer {
	width: 640px;  /* edit this value for your own module width */
	height: 120px; /* edit this value for your own module height */
	display: block;
	overflow: hidden;
	position: relative;
	/*background: url(bg.gif) no-repeat 0 0;*/ /* uncomment for module background */
}
div.mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
div.Entries {
height:20px;
}

div.Entries p.latestEntries {
width : 320px;
margin:0px;
padding:0px;
float:left;
overflow:hidden;
}
div.mNav {
	position: relative;
	height: 0;
	right: 2px;
	top: -25px; /* edit this value for navigation buttons position */
	text-align: right;
}
div.mNav img {
	cursor: hand;
	cursor: pointer;
	display: inline;
	padding-left: 2px;
}
/* Joomla 1.5 fix */
#whitebox div.mNav {
	text-align: right;
}
