@charset "UTF-8";

/**********************************************
@Scrolling Background
**********************************************/
.container_pict {
	float:left;
	width: 32%;
	min-width:220px;
	margin:0 1% 20px 0;
   border:0px solid brown;
}

.container_pict a {
	color:#fff;
	font-size: 13px;
   text-decoration: none;
}

.scrolling-bg h3 {
	color: #fff;
	font-size: 20px;
   background: #000;
   border: 0;
}

.scrolling-bg h3 span {
	font-size: 14px;
   font-weight: 400;
}

