/*
 IMPORTANT: Do not use percentage for module width and height, enter actual fixed width in pixels
*/
#ajaxscrl167 .mScroller div img {
    margin-right: 10px;
    float: left;
}

#ajaxscrl167 .thm {
    display: block;
    float: left;
    height: 65px;
    margin: 0 5px 0 5px;
    padding-bottom: 5px;
}

#ajaxscrl167 {
	position: relative;
	overflow: visible;
	/*background: url(../images/bg.gif) no-repeat 0 0;*/ /* uncomment for module background */
}
#ajaxscrl167 .mContainer {
	width: 468px;  /* edit this value for your own module width */
	height: 320px; /* edit this value for your own module height */
	display: block;
	overflow: hidden;
	position: relative;
}
#ajaxscrl167 .mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
#ajaxscrl167 .mScroller div {
	display: block;
	margin: 0;
	text-align: justify;
	float: left;
	width: 448px; /* edit this value for your own module width */
	height: 160px; /* edit this value for your own module height */
	padding: 10px
}
#ajaxscrl167 .mScroller div div {  /* if more than 1 item displayed use this for individual item size */
	background: none repeat scroll 0 0 transparent;
   	border-bottom: 1px solid #E0E0E0;
	float: left;
	padding: 0 5px 0 5px;
	text-align: justify;
	width: 458px;
}

#ajaxscrl167 .mScroller div div.odd {
    border-left: 0 none;
}

#ajaxscrl167 .mScroller div divn {  /* if more than 1 item displayed use this for individual item size */
	display: block;
	margin-right: 5px;
	float: left;
	width: 458px;
}
#ajaxscrl167 .mScroller div .title {
	display: block;
}
#ajaxscrl167 .mScroller div p.link {
	margin: 0;
   	text-align: left;
   	position:relative;
   	bottom:0;
}
	
#ajaxscrl167 .title {
	font-weight: bold;
	display: block;
}
#ajaxscrl167 .date {
	display: block;
}

#ajaxscrl167 .mNavLeft {
	width: 24px;
	height: 24px;
	cursor: hand;
	cursor: pointer;
	background: url(../images/arrows.png) no-repeat;
	position: absolute;
	top: -45px;
}

#ajaxscrl167 .mNavRight {
	width: 24px;
	height: 24px;
	cursor: hand;
	cursor: pointer;
	background: url(../images/arrows.png) no-repeat;
	position: absolute;
	top: -45px;
}

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