﻿@import url('slideshow-lb_bct.css');

#num-pages {
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: -28px;
	width: 55px;
	height: 34px;
	background: url(../../bocetos/img-boct/txt-num.png);
}
.inner {
	width: 200%;
	line-height: 0;
	height: auto;
	transition: margin-left 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.slide {
	width: 50%;
}
.slide img {
	max-width: 100%;
	height: auto;
}



