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