/*
 IMPORTANT: 
 - Replace ID with your module's unique id
 - Do not use percentage for module width and height, enter actual fast width in pixels
*/
div#mContainer111 {
	width: 159px;  /* edit this value for your own module width */
	height: 122px; /* edit this value for your own module height */
	display: block;
	overflow: hidden;
	position: relative;
	/*background: url( "http://itprocafe.com/modules/mod_ajaxscroller/mod_ajaxscroller/bg.gif" ) no-repeat 0 0;*/ /* uncomment for module background */
}
div#mScroller111 {
	display: block;
	margin: 0;
	padding: 0;
}
div#mScroller111 div {
	display: block;
	text-align: left;
	margin: 0;
	float: left;
	width: 159px; /* edit this value for your own module width */
	min-height: 122px; /* edit this value for your own module height */
}
div#mScroller111 div a {

}
div#mScroller111 div .title {
	font-weight: bold;
}
div#mScroller111 div p {
	margin: 0;
	text-align: right;
}
div#mNav111 {
	position: relative;
	height: 0;
	right: 2px;
	top: -25px; /* edit this value for navigation buttons position */
	text-align: right;
}
div#mNav111 img {
	cursor: hand;
	cursor: pointer;
	display: inline;
	padding-left: 2px;
}
/* Joomla 1.5 fix */
#whitebox div#mNav111 {
	text-align: right;
}

