#base-teaser { 
	position:relative;
	width:100%;	
	min-height:160px;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	
}
#base-teaser-footer {
}

div#myteaser { border: 0; }

div#myteaser .myteaserContainer, div#myteaser .myteaserContent {
	background-position:left bottom;
	float:left;
	margin-right:15px;
	padding-bottom:10px;	
	min-height: 160px;
}

div#myteaser .myteaserContainer, div#myteaser .myteaserImageTextLinks  {
	background-image: url("../images/bgteaser.png");
	background-repeat: repeat-x;
	min-height: 160px;
	padding: 0px;
	border-right: 1px solid #e2dad1;
}

div#myteaser .myteaserContent, div#myteaser .myteaserContainer {
	background-image:url("../images/baseshadow.png");
	background-repeat:no-repeat;
}
div#myteaser .myimage {
	position:relative;
	overflow: hidden;
	height: 125px;
}
div#myteaser .myteaserContainer .myteaser {
	position:relative;	
}

div#myteaser .myteaserContainer .myteaser .mytext {
	margin:8px 10px 0;
}

div#myteaser .myteaserContainer .myteaser .mylinks {
	bottom:10px;
	margin:0 10px;
	position:absolute;	
}

div#myteaser .mylinks a {
	font-size: 80%;
	padding-left: 5px;
}

div#myteaser .mytext { 
 
	padding-left: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	line-height: 12px;
}

div#myteaser .mytext p {
	color: #444; 
	font-size: 85%;
	padding-left: 3px;
    padding-right: 4px;
    text-align: left;
}

div#myteaser .myimageOverlay {
	padding-top: 1px;
	padding-bottom: 0px;
	line-height: 11px;
}
div#myteaser .myimageOverlay p {
	color: #444; 
	font-size: 85%;
	font-weight: bold;
    padding-right: 4px;
    margin: 0;
    padding-left: 5px;
}