/*
 IMPORTANT: 
 - Replace ID with your module's unique id
 - Do not use percentage for module width and height, enter actual fixed width in pixels
*/
#ajaxscrl187 {
	position: relative;
	overflow: visible;
	/*background: url(../images/bg.gif) no-repeat 0 0;*/ /* uncomment for module background */
}
#ajaxscrl187 .mContainer {
	width: 220px;  /* edit this value for your own module width */
	height: 305px; /* edit this value for your own module height */
	display: block;
	overflow: hidden;
	position: relative;
}
#ajaxscrl187 .mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
#ajaxscrl187 .mScroller div {
	display: block;
	text-align: left;
	margin: 0;
	float: left;
	width: 220px; /* edit this value for your own module width */
	min-height: 305px; /* edit this value for your own module height */
}
#ajaxscrl187 .mScroller div div {  /* if more than 1 item displayed use this for individual item size */
	display: block;
	margin-right: 5px;
	float: left;
	width: 140px;
}
#ajaxscrl187 .mScroller div .title {
	margin: 5px 0 3px 0 !important;
	font: bold 15px/21px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	text-shadow: 0px 0px 0px; 
	display: block;
}
#ajaxscrl187 .mScroller div {
	font: normal 12px/17px Helvetica,Arial,sans-serif;
	color: #373737;
}
#ajaxscrl187 .mScroller div p.link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
 	text-align: right; 
}
#ajaxscrl187 .mScroller div a {
 	color: #000000;
}
#ajaxscrl187 .mScroller div a:hover {
	color: #60b003 !important;
	text-decoration: underline;
}
#ajaxscrl187 .title {
	margin: 0 0 3px 0 !important;
	font: bold 15px/21px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	text-shadow: 0px 0px 0px; 
	display: block;
}
#ajaxscrl187 .date {
	display: block;
}

#ajaxscrl187 .mNavLeft,
#ajaxscrl187 .mNavRight,
#ajaxscrl187 .mNavUp,
#ajaxscrl187 .mNavDown,
#ajaxscrl187 .mNavPause,
#ajaxscrl187 .mNavPlay {
	width: 16px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
	background: url(../images/navigation.png) no-repeat;
	position: absolute;
	top: 310px;
}
#ajaxscrl187 .mNavPlay,
#ajaxscrl187 .mNavPause {
	right: 48px;
}
#ajaxscrl187 .mNavPlay {
	background-position: 0 -32px;
}
#ajaxscrl187 .mNavPlay.hover {
	background-position: -32px -32px;
}
#ajaxscrl187 .mNavPause {
	background-position: -16px -32px;
}
#ajaxscrl187 .mNavPause.hover {
	background-position: -48px -32px;
}
#ajaxscrl187 .mNavLeft {
	background-position: 0 0;
	right: 30px;
}
#ajaxscrl187 .mNavLeft.hover {
	background-position: -32px 0;
}
#ajaxscrl187 .mNavRight {
	background-position: -16px 0;
	right: 12px;
}
#ajaxscrl187 .mNavRight.hover {
	background-position: -48px 0;
}
#ajaxscrl187 .mNavUp {
	background-position: 0 -16px;
	right: 30px;
}
#ajaxscrl187 .mNavUp.hover {
	background-position: -32px -16px;
}
#ajaxscrl187 .mNavDown {
	background-position: -16px -16px;
	right: 12px;
}
#ajaxscrl187 .mNavDown.hover {
	background-position: -48px -16px;
}
#ajaxscrl187 .mNavLoading {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -27px;
	right: 0;
}
#ajaxscrl187 .loading {
	background: url(../images/loading.gif) no-repeat;
}