/*
 IMPORTANT: 
 - Replace ID with your module's unique id
 - Do not use percentage for module width and height, enter actual fixed width in pixels
*/
#ajaxscrl170 {
	position: relative;
	overflow: visible;
	/*background: url(../images/bg.gif) no-repeat 0 0;*/ /* uncomment for module background */	margin-left: -10px;		margin-bottom: 20px;
}
#ajaxscrl170 .mContainer {
	width: 838px;  /* edit this value for your own module width */	height: 280px; /* edit this value for your own module height */	display: block;	overflow: hidden;	position: relative;}
#ajaxscrl170 .mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
#ajaxscrl170 .mScroller div {
	display: block;	text-align: left;	margin: 0;	float: left;	width: 838px; /* edit this value for your own module width */	min-height: 280px; /* edit this value for your own module height */}
#ajaxscrl170 .mScroller div div {  /* if more than 1 item displayed use this for individual item size */
	display: block;
	margin-right: 5px;
	float: left;
	width: 140px;
}
#ajaxscrl170 .mScroller div .title {
	display: block;
}
#ajaxscrl170 .mScroller div p.link {
	margin: 0;
	text-align: right;
}
#ajaxscrl170 .title {
	font-weight: bold;
	display: block;
}
#ajaxscrl170 .date {
	display: block;
}

#ajaxscrl170 .mNavUp,
#ajaxscrl170 .mNavDown,
#ajaxscrl170 .mNavPause,
#ajaxscrl170 .mNavPlay {
	width: 16px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
	background: url(../images/navigation.png) no-repeat;
	position: absolute;
	top: -26px;
}#ajaxscrl170 .mNavLeft,#ajaxscrl170 .mNavRight {	width: 25px;	height: 25px;	cursor: hand;	cursor: pointer;	position: absolute;	/*top: -26px;*/}#ajaxscrl170 .mNavLeft {	background: url(../images/arrow-left.png) no-repeat;	}#ajaxscrl170 .mNavRight {	background: url(../images/arrow-right.png) no-repeat;	}
#ajaxscrl170 .mNavPlay,
#ajaxscrl170 .mNavPause {
	right: 48px;
}
#ajaxscrl170 .mNavPlay {
	background-position: 0 -32px;
}
#ajaxscrl170 .mNavPlay.hover {
	background-position: -32px -32px;
}
#ajaxscrl170 .mNavPause {
	background-position: -16px -32px;
}
#ajaxscrl170 .mNavPause.hover {
	background-position: -48px -32px;
}
#ajaxscrl170 .mNavLeft {
	background-position: 0 0;    	left: -22px;    	top: 130px;}
#ajaxscrl170 .mNavLeft:hover {
	background-position: -27px 0;
}
#ajaxscrl170 .mNavRight {
	background-position: -25px 0;	right: -33px;		top: 130px;
}
#ajaxscrl170 .mNavRight:hover {
	background-position: 2px 0;
}
#ajaxscrl170 .mNavUp {
	background-position: 0 -16px;
	right: 30px;
}
#ajaxscrl170 .mNavUp.hover {
	background-position: -32px -16px;
}
#ajaxscrl170 .mNavDown {
	background-position: -16px -16px;
	right: 12px;
}
#ajaxscrl170 .mNavDown.hover {
	background-position: -48px -16px;
}
#ajaxscrl170 .mNavLoading {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -23px;
	right: 0;
}
#ajaxscrl170 .loading {
	background: url(../images/loading.gif) no-repeat;
}