
img{border:none;}


}
.iframe {
	background:#202020;
	color:#fff;
}

/* gallery */
.scrollGallery {
	overflow:hidden;
	width:275px;
	height:90px;	
	position:relative;
	left:-10px;
	
	
}
.scrollGallery ul {
	list-style:none;
	width:3999px;
		display:block;
}
.scrollGallery ul li {
	float:left;
	width:120px;
	display:block;

}
.scrollGallery ul img {

}

.scrollGallery ul li a{
	display:block;
  overflow:hidden;
	height:80px;	
	}
.overlay1 {
	position:absolute;
	height:50px;
	background:url('../images/overlay2.png') no-repeat;
}



