@charset "UTF-8";
/*
Para complementar ProtoCarrusel
Escrito por 
LI. Ivan Emilio Andrade Aguilar
E-Mail: ivan.andrade@live.com.mx
*/
.ProtoCarrusel{
	width:600px;
	margin:10px;
	overflow:hidden;
	position:relative;
}
.ProtoCarruselMiniaturas{
	width:600px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	position:absolute;
	height:88px;
	left:0;
	z-index:10;
	top:0;
	zoom: 1;
}

img.ProtoCarruselMiniatura{
	width:100px;
	height:40px;
}

a.ProtoCarruselDisparador{
	background-color: #2c2f2e;
    bottom: 0;
    color: #fff;
    height: 19px;
    padding: 2px 10px;
    position: absolute;
    right: 19px;
    text-decoration: none;
	zoom: 1;
	outline:0px;
}

.ProtoCarruselContenedorMiniaturas{
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
	overflow:hidden;
	height:45px;
	display:inline-block;
	}
.ProtoCarruselFondoMiniaturas{
    background-color: #2c2f2e;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 600px;
	overflow:auto;
	height:45px;
}
.ProtoCarruselContenedorMiniaturas span{
	padding:0 5px;
	}
.ProtoCarruselContenedorMiniaturas span > a{
	border:0;
	}
.ProtoCarruselContenedorMiniaturas img{
	border:1px solid #2c2f2e;
	}
	
.ProtoCarruselAparente{
	position:absolute;
}
