/* IMPORTANT: Do not use percentage for module width and height, enter actual fast width in pixels */ div.mContainer { width: 800px; /* edit this value for your own module width */ height: 143px; /* edit this value for your own module height */ display: block; overflow: hidden; position: relative; /*background: url( "/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: 800px; /* edit this value for your own module width */ min-height: 143px; /* edit this value for your own module height */ } div.mScroller div a { } div.mScroller div p { margin: 0; text-align: right; } div.mScroller div .title { font-weight: bold; } div.mNav { position: relative; height: 0; right: 440px; top: 115px; /* 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; }