
.ot-panel{
	position: relative;
	overflow: hidden;
}
.ot-panel .ot-panel-i,
.ot-list{
	/* width: 100%; */
	height: 100%;
}
.ot-panel .ot-list .itemBlock{
	margin: 5px;
	overflow: hidden;
	position: absolute;
}
.ot-panel .ot-list .itemBlock .moduleItemIntro{
	position: absolute;
	overflow: hidden;
	background: #39bbf9;
	color: #FFFFFF;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	top: 100%;
	width: 100%;
	height: 100%;
}
.ot-panel .ot-list .itemBlock .moduleItemIntro .moduleItemIntro-i{
	margin: 10px;
	overflow: hidden;
}
.ot-panel .ot-list .itemBlock .moduleItemIntro a{
	color: #FFFFFF;
}
.ot-panel .ot-list .itemBlock .moduleItemIntro a.readmore{
	display: inline-block;
	line-height: 24px;
	margin: 5px 0;
	padding-right: 35px;
	background: url("../images/readmore.png") no-repeat scroll right center transparent;
}

