.js{
	overflow:hidden;
	zoom:1;
}
.anythingSlider, .anythingSlider .carousel-wrap{
	zoom:1;
}
.anythingSlider{
	width: 900px;
	height: 370px;
	position: relative;
	background-color:#F5F5F5;
	overflow:hidden;
}
.anythingSlider .carousel-wrap{
	width: 900px;
	height: 370px;
	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: 370px;
	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:none;
	/*display: block;*/
	width: 30px;
	height: 60px;
	background: url(../img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 120px;
	right: 0px;
	cursor: pointer;
}
.anythingSlider .carousel-next:hover{
	background-position: 0 -70px;
}
.anythingSlider .carousel-previous{
	display:none;
	/*display: block;*/
	width: 30px;
	height: 60px;
	background: url(../img/arrows.png) no-repeat -40px 0;
	position: absolute;
	top: 120px;
	left: 0px;
	cursor: pointer;
	z-index:50;
}
.anythingSlider .carousel-previous:hover{
	background-position: -40px -70px;
}
/* navegacion numeros */
.anythingSlider .carousel-pagination{
	position: absolute;
	top:0px;
	right:20px;
	background-color:#C3B600;
	width:50px;
	padding-top:230px;
	text-align:center;
}
.anythingSlider .carousel-pagination a{
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 5px 10px 0;
	height: 21px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	cursor:pointer;
}
.anythingSlider .carousel-pagination a.active{
	color:#C9282D;
}
.anythingSlider .disabled, .carousel .disabled:hover{
	-moz-opacity:0.2;
	opacity:0.20;
	filter:alpha(opacity=20);
	cursor:default!important;
}