div.mContainer {
	width: 159px;  /* edit this value for your own module width */
	height: 125px; /* edit this value for your own module height */
	display: block;
	overflow: hidden;
	position: relative;
	/*background: url( "http://aaabartendingschool.com/bartending_portal/modules/mod_ajaxscroller/mod_ajaxscroller/bg.gif" ) no-repeat 0 0;*/ /* uncomment for module background */
}
div.mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
div.mScroller div {
	display: block;
	text-align: left;
	margin: 0;
	float: left;
	width: 159px; /* 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: -20px; /* 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;
}

