.scroll-wrapper{
	width:1000px;
	overflow:hidden;
	margin-bottom:16px;
	position:relative;
}

.scroll-client{
	width:6000px;
	position:relative;
}

.tri-buttons{
	width:1020px;
	height:218px;
	margin-bottom:16px;
}

.scroll-item{
	display:block;
	float:left;
	margin-right:18px;
	width:322px;
	height:218px;
}

.scroll-item-img{
	position:relative;
	display:block;
	width:322px;
	height:218px;
	overflow:hidden;
	text-decoration:none;
	color:white;
}

.scroll-item-img:link,.scroll-item-img:visited{}
.scroll-item-img:hover,.scroll-item-img:active{}

.scroll-item-img img{
	width:322px;
	height:218px;
}
.scroll-item-img:hover .scroll-item-words{
	top:-120px;
}
.scroll-item-words{
	position:relative;
	width:100%;
	height:120px;
	overflow:hidden;
	opacity: 0.7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background:#000;
	padding:2px;
}
.scroll-item-words h4{
	margin-bottom:5px;
	margin:0 auto;
	padding-left:5px;
	padding-top:5px;
	color:#fff !important;
}
.scroll-item-words p{
	font-size:12px;
	margin:0 auto;
	padding-left:5px;
	padding-top:5px;
	color:#fff !important;
}