.widgetCatalogImages { overflow: hidden; position: relative; }
.widgetCatalogBackground {
	float: left;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.widgetCatalogImagesControls {
	position: absolute;
	height: 25px;
	left: 0;
	padding-left: 15px;
}
.widgetCatalogImagesControls a {
	float: left;
	padding: 3px;
	font-size: 11px;
	background: #6D6F6A;
	color: #ffffff;
	margin-right: 4px;
}
.widgetCatalogImagesControls a.active {
	background: #ffffff;
	color: #F32F00;
}