#lhs 	{
	position : relative;
	background-color : #6c100e;
}

#lhs	img	{
	position : absolute;
	width : 250px;
	padding-bottom : 0px;
}

/*
#lhs	.ltext_bg	{
	position: absolute;
	width : 250px;
	height : 60px;
	background-color : #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6; 	
}
*/


#lhs	.ltext_bg	{
	position: absolute;
	width : 250px;
	height : 60px;
	background-color : #fff;
}


#lhs	.ltext	{
	position: absolute;
	text-align: center;
	width : 250px;
	height : 60px;
	font-size : 0.9em;
	color : #6c100e;
	font-weight: bold;
	overflow: hidden;
}

#lhs	.ltext	em	{
	display : block;
	font-style: normal;
	padding : 10px 10px 10px 10px;
	font-size : 1.4em;
}

#lhs	a	{
	cursor : pointer;
}