				
.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	height: 352px;
	width: 223px;
	margin-right: 3px;
	margin-left: 10px;
margin-top: 10px;
}

.imgteaser a .more {
	position: absolute;
	width: 100px;
	bottom: 0px;
	left: 0px;
	font-size: 1em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: #cccccc;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	font-family: "parkavenue BT";
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

.imgteaser a:hover .desc{
	display: block;
	font-size: .9em;
	padding: 5px;
	background: #ffffff;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 213px;
	height: 45px;
	margin-left: 10px;
	margin-top: 10px;
	font-family: "parkavenue BT";
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
