#fast-fotogallery
{
	background-image: url(../images/background/fast-fotogallery.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:20px;
	overflow:auto;

	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#fast-fotogallery #fast_img
{
	width:294px;
	height:82px;
	overflow:hidden;
	float:left;
	
}
#fast-fotogallery #fast_img img
{
	float: left;
	border:#f1f1f1 solid 1px;
	margin-right:16px;
}

#fast-fotogallery #cnttxt
{
	float:left;
	width:345px;
}

#fast-fotogallery #cnttxt h2
{
	color:#2EADE2;
}

