body{
height: auto;
margin: 0;
padding: 0;
text-align: left;
background-color: #222222;
}

#banner-ad{
width: 150px;
height: 600px;
}

.imgteaser {
	width: 150px;
	height: 600px;
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	background: #fff;
	
}


.imgteaser a:hover .desc{
	display: block;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0;
	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: 0px;
	margin: 0;
	width: 150px;
	height: 20px;
	}
	
.imgteaser a:hover .desc {
	padding-top: 7px;
}


.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

.slideshow{margin: 0 auto; height: 600px; width: 150px;}
