/*
 IMPORTANT: Do not use percentage for module width and height, enter actual fast width in pixels
*/
div.mContainer {
	width: 210px;  /* 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( "http://www.gps-hire.com.au/site/modules/mod_ajaxscroller/mod_ajaxscroller/bg.gif" ) no-repeat 0 0;
}
div.mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
div.mScroller div {
	display: block;
	text-align: left;
	margin: 0;
	float: left;
	width: 210px; /* edit this value for your own module width */
}
div.mScroller div a {

}
div.mScroller div p {
	margin: 0;
	text-align: right;
}
div.mNav {
	position: relative;
	height: 0;
	right: 2px;
	top: -35px; /* 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;
}

