.js{
	overflow:hidden;
	zoom:1;
}
.slideshow, .slideshow .carousel-wrap{
	zoom:1;
}
.slideshow{
	width:545px;
	height:380px;
	position:relative;
	float:left;
	overflow:hidden;
	background-color:#FFF;
}
.slideshow .carousel-wrap{
	width:545px;
	height:380px;
	overflow:auto;
	position:absolute;
	display:inline-block;
}
.slideshow ul{
	zoom:1;
	position:absolute;
	top:0;
	left:0;
}
.slideshow ul li{
	display:block;
	float:left;
	position:relative;
	width:545px;
	height:380px;
	overflow:hidden;
}
.slideshow .carousel-control{
	overflow:hidden;
	display:inline-block;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
}
.slideshow .carousel-next{
	display: block;
	width: 30px;
	height: 60px;
	background: url(flechas.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 170px;
	right: 0px;
	cursor: pointer;
}
.slideshow .carousel-next:hover{
	background-position: 0 -70px;
}
.slideshow .carousel-previous{
	display: block;
	width: 30px;
	height: 60px;
	background: url(flechas.png) no-repeat -40px 0;
	position: absolute;
	top: 170px;
	left: 0px;
	cursor: pointer;
	z-index:50;
}
.slideshow .carousel-previous:hover{
	background-position: -40px -70px;
}
/* navegacion numeros */
.slideshow .carousel-pagination{
	position: absolute;
	top: 360px;
	right:5px;
}
.slideshow .carousel-pagination a{
	color:#333;
	background-color:#FDCC1B;
	font-size:11px;
	text-decoration:none;
	display:inline-block;
	padding:2px 8px;
	height:20px;
	margin:0 5px 0 0;
	text-align:center;
	cursor:pointer;
}
.slideshow .carousel-pagination a.active{
	background:#FFF;
	color:#333;
}
.slideshow .disabled, .carousel .disabled:hover{
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:default!important;
}