/*
 IMPORTANT: 
 - Replace ID with your module's unique id
 - Do not use percentage for module width and height, enter actual fixed width in pixels
*/
#ajaxscrl169 {
	position: relative;
	overflow: visible;
	/*background: url(../images/bg.gif) no-repeat 0 0;*/ /* uncomment for module background */		margin-bottom: 0px;
}
#ajaxscrl169 .mContainer {
	width: 698px;  /* edit this value for your own module width */
	height: 43px; /* edit this value for your own module height */
	display: block;
	overflow: hidden;
	position: relative;
}
#ajaxscrl169 .mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
#ajaxscrl169 .mScroller div {
	display: block;
	text-align: left;
	margin: 0px;
	width: 640px; /* edit this value for your own module width */
	min-height: 43px; /* edit this value for your own module height */	
	padding-left: 6px;
	margin-right: 62px;
}
#ajaxscrl169 .mScroller div div {  /* if more than 1 item displayed use this for individual item size */
	display: block;
	margin-right: 35px;
	float: right;
	width: 600px;
}
#ajaxscrl169 .mScroller div .title {
	display: block;
	line-height:44px;
	max-width: 575px;
}
#ajaxscrl169 .mScroller div p.link {
	margin: 0;
	text-align: right;
}
#ajaxscrl169 .title {
	color: #000;  font-weight: bold;  display: block;		font-size: 14px;		height: 43px;		line-height: 42px;}
	
#ajaxscrl169 a.title{	color: #2A3033 !important;	}
#ajaxscrl169 a:hover.title {	color: #C90D15 !important;	}
#ajaxscrl169 .date {
	display: block;			font-size: 13px; 	line-height: 43px;	color: #7E878C;
}

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