@charset "utf-8";

/* content block 5 */
#mcs5_container{
	position:absolute;
	margin:0 auto;
	width:978px;
	height:190px;
	padding:0px;
	direction:ltr;
	text-align:left;
}

#mcs5_container .customScrollBox{
	position:relative;
	width:938px;
	height:190px;
	margin:0 auto;
	overflow:hidden;
	direction:ltr;
	text-align:left;
}

#mcs5_container .customScrollBox .horWrapper{
	position:relative;
	left:0;
	direction:ltr;
	text-align:left;
	}
	
#mcs5_container .customScrollBox .container{
	position:relative;
	left:0;
	display:inline-block;
	*display:inline;
}
#mcs5_container .customScrollBox .content{clear:both;}
#mcs5_container .customScrollBox .content p{
	padding:0px;
	margin:0px;
}

#mcs5_container .customScrollBox .content p img{margin-right:5px;}

#mcs5_container .dragger_container{
	position:relative;
	height:10px;
	width:938px;
	margin:0px;
	background: url(1_03.jpg) no-repeat;

}
#mcs5_container .dragger{
	position:absolute;
	width:277px;
	height:6px;
	background:url(mcsDragger.png) no-repeat;
	cursor:pointer;
	margin-top:2px;
	left: 0px;
}

#mcs5_container .dragger_pressed{
	position:absolute;
	width:277px;
	height:6px;
	background:url(mcsDraggerHover.png) no-repeat;
	margin-top:2px;
	cursor:pointer;
}






.trueContainerItem{
	width:168px;
	height:152px;
	position:relative;
	top:0px;	
	border:0px solid #03F;
	
}

.ItemTitle{
	width:168px;
	height:38px;
	text-align:center;
	white-space:pre-wrap;
	overflow:hidden;
	border:0px solid #903;
	position:absolute;
	top:0px
}

.ItemImage{
	width:168px;
	height:112px;
	position:absolute;
	top:40px;
	border:#999 1px solid;
}

.btnReadMore1{
	background:url(../images/btnReadMore.png) no-repeat;
	width:31px;
	height:31px;
	position:absolute;
	top:121px;
	margin-right:137px;
}