#pasador {
	position: relative;
	width: 100%;
	height: 100%;
}

#pasadornoticias {
	position: relative;
	width: 16em;
	height: 12em;
}

#pasadornoticias #pasador_cont img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 16em;
	max-height: 12em;
	bottom: 0;
	left: 0;
}

#pasador_cont {
	width: 100%;
	height: 100%;
}

#pasador #pasador_cont img {
	position: absolute;
	width: 100%;
	height: 100%;
}

#pasador #pasador_buttons {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: transparent;
}

#pasadornoticias #pasador_buttons {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: transparent;
}

.button_pause {
	width: 17px;
	height: 15px;
	margin-right: 1px;
	float: left;
	cursor: pointer;
	text-align: center;
	background: url('/js/img/play.gif') no-repeat top left;
}

.button_play {
	width: 17px;
	height: 15px;
	margin-right: 1px;
	float: left;
	cursor: pointer;
	text-align: center;
	background: url('/js/img/pause.gif') no-repeat top left;
}

.button {
	width: 17px;
	height: 15px;
	font-size: 11px;
	float: left;
	margin-left: 4px;
	background: url('/js/img/button.gif') no-repeat center left;
	color: black;
	cursor: pointer;
	text-align: center;
	color: gray;
	font-weight: bolder;
}

.button:hover {
	background: url('/js/img/button-s-g.gif') no-repeat center left;
	color: white;
}

#pasador_buttons .active {
	background: url('/js/img/button-s-g.gif') no-repeat center left;
	color: white;
}

.button.blue:hover, .button.active.blue {
	background: url('/js/img/button-s-b.gif') no-repeat center left;
}
