* {
margin: 0px;
padding: 0px;
border: 0px;
}

body {	
	font-family:  Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
 	outline: none;
 }
img.tumbs {
	margin-left:5px;
	margin-right:4px;
}
img.foto {
	margin-left:32px;
}
img.titulos {
	margin-left:7px;
}
td.galeria {
	background-image: url(img/base-sistema.gif);
	background-repeat: no-repeat;
	width: 489px;
	height: 555px;
}

/*
*	AGREGADO POR PROGRAMADOR
*/
.stepcarousel{
	/*position: relative; /*leave this value alone*/
	/*overflow: scroll; /*leave this value alone*/
	position:relative;
	overflow:hidden;
	/*width: 417px; /*Width of Carousel Viewer itself*/
	height: 61px; /*Height should enough to fit largest content's height*/
	border:0px solid red;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	border:0px solid blue;
}

.stepcarousel .belt .panel{
	border:0px solid blue;
}

/*
.stepcarousel .belt .panel
{
	border:1px solid red;
}
*/