.accordionWrapper {
	overflow: hidden; display: inline-block; background-color: rgb(255, 255, 255);
}
.accordionWrapper img {
	margin: 0px; padding: 0px; border: 0px currentColor; vertical-align: top;
}
.accordionWrapper div {
	margin: auto; float: left; display: inline;
}
.accordionWrapper div.title {
	cursor: pointer;
	float:right;
}
.accordionWrapper div.content {
	display: none;
}
.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a .more {
	display: block;
	font-size: 11px;
	padding: 10px 0;
	background: #fff;
	filter:alpha(opacity=75);
	opacity:.45;
	
	color: #000;
	position: absolute;
	bottom: 0%;
	left: 0px;
	padding: 10px;
	margin: 0;
	width: 435px;
	border-top: 1px solid #999;
	font-family:Arial;
	
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.imgteaser a:hover .desc{
	display: block;
	font-size: 11px;
	padding: 10px 0;
	background: #fff;
	filter:alpha(opacity=75);
	opacity:.70;
	
	color: #000;
	position: absolute;
	bottom: 0%;
	left: 0px;
	padding: 10px;
	margin: 0;
	width: 435px;
	border-top: 1px solid #999;
	font-family:Arial;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.imgteaser a .more strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
   
 
   span.viewmore {
       position: absolute;
       left: 80%;
       top:20%;
       background:#ccc;
       color:Red;
        
 }
 