div.railpic_box{

	text-align: center;
	color: #000000;
	width: 240px;
	height: 135px;
	margin: 10px 3px;
	z-index: 99;
	/*float: left;*/
	position: relative;
	vertical-align:top;
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	box-shadow: 0px 0px 10px 0px #ffffff;
}
div.box_new{
	box-shadow: 0px 0px 10px 2px #ff4444;
}

div.railpic_box img{
	position:absolute;
	top:0px;
	left:0px;
	width: 240px;
	height: 135px;
}

div.railpic_box a{
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	z-index:1000;
}

div.sentence{
	z-index: 100;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000000, -1px 1px 3px #000000, 1px -1px 3px #000000, -1px -1px 3px #000000;
}
div.box_new div.sentence{
	z-index: 100;
	color: #ffffff;
	text-shadow: 1px 1px 3px #ff0000, -1px 1px 3px #ff0000, 1px -1px 3px #ff0000, -1px -1px 3px #ff0000;
}
div.sentence>h2.companyname{
	z-index: 100;
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 18px;
	margin:0px;
}
div.sentence>div.description{
	z-index: 100;
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 14px;
	margin:0px;
}
div.sentence>h2.trainname{
	z-index: 100;
	position: absolute;
	top: 25px;
	left: 10px;
	font-size: 18px;
	margin:0px;
}

p.readmore{
	text-indent:-9999px;
	height:0px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}
