.imgteaser {
	margin: 0px;
	padding:0px;
	overflow: hidden;
	float: left;
	position: relative;
	width:206px;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0px;
	border: none;
	padding: 0px;
	background: #fff;
}
.imgteaser a .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
	width:186px;
	border-top: 1px solid #999;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	margin: 0;
	width: 186px;
	border-top: 1px solid #999;
}
.gallery_list{
width:532px;
}
.album_container{
float:left;
width:206px;
padding:0px 30px 0px 30px;
height:150px;
}
.album_image{
width:206px;
}
.album_descripcion{
width:206px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}