#rokflow-contenedor {
  background: url(rokflow-bg.jpg) left bottom repeat-x #fff;  
  margin-bottom: 10px;
  width: 950px;
}
 
#rokflow, #rokflow #loader {
	overflow: hidden;
	position: relative;
	width: 950px;
	height: 190px;
	background: 50% 50% no-repeat url(loader.gif);
}
 
#rokflow, #rokflow * {
	margin:0; padding:0; border:0;
}
 
#rokflow {
  margin: 0 auto;
}
 
#rokflow div {
	float: left;
	position: relative;
}
 
#rokflow img {
	width: 80px;
	/* height: 128px; */
	border: 0;
	/*top:  40px;*/
	margin-top: 0px;
}
 
#rokflow div h3 {
	display: block;
	position: absolute;
	white-space: nowrap;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin-top: -20px;
}
 
 
.moduletable #rokflow h3 {
	background: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: auto;
}
 
#rokflow a {
	text-decoration: none;	
}
 
#rokflow #loader {
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
}