.teaser_text
{
	padding-left:		30px;
	margin:			0px;
	/*border:			1px dotted white; */
	position:		absolute;
	top:			190px;
	width:			400px;
	height:			160px;
	z-index:		10;
	text-align:		left;
}
.teaser_text div
{
	font-size:		24px;
	color:			#fff;		
}
.teaser_text p
{
	margin:			0px;
	padding:		0px;
	font-size:		16px;
	color:			#fff;		
}

.teaser_text a, 
.teaser_text a:link, 
.teaser_text a:active, 
.teaser_text a:visited 
{
		position:		absolute;
		bottom: 		1px;
		display:		block;
		margin:			0px;
		padding:		10px 0px 0px 0px;
		font-size:		12px;
		font-weight:	bold;
		color:			#fff;		
		text-decoration:none;
}		
.teaser_text a:hover
{
	text-decoration:underline;
} 
#teaser_text2
{
	display: 	none;
}