.js{
	overflow:hidden;
	zoom:1;
}
.anythingSlider, .anythingSlider .carousel-wrap{
	zoom:1;
}
/**/
.anythingSlider{
	width: 980px;
	height: 300px;
	position: relative;
	overflow:hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #6C256E;
	display:block
}
.anythingSlider .carousel-wrap{
	width: 980px;
	height: 390px;
	overflow: auto;
	position: absolute;
	display: inline-block;
	margin: 0;
}
/**/
.anythingSlider ul{
	zoom:1;
	position:absolute;
	top: 0;
	width: 980px;
}
.anythingSlider ul li{
	display: block;
	position:relative;
	margin: 0;
	padding:0;
	width: 980px;
	height:300px;
	overflow:hidden;
	float: left;
}
/**/
.anythingSlider .carousel-control{
	overflow:hidden;
	display:inline-block;
	width:900px;
	height:180px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
	background-color: #000033;
}
.anythingSlider .carousel-next{
	display: block;
	width: 50px;
	height: 200px;
	background: url(../img/flechas.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 50px;
	right: 0px;
	cursor: pointer;
	z-index: 50;
}
.anythingSlider .carousel-next:hover{
	background-position: 0 -200px;
}
.anythingSlider .carousel-previous{
	display: block;
	width: 50px;
	height: 200px;
	background: url(../img/flechas.png) no-repeat -50px 0px;
	position: absolute;
	top: 50px;
	left: 0px;
	cursor: pointer;
	z-index: 50;
}
.anythingSlider .carousel-previous:hover{
	background-position: -50px -200px;
}

/* navegacion numeros */
.anythingSlider .carousel-pagination{
	position: absolute;
	top: 280px;
	width:980px;
	text-align:center;
	/*right: 470px;*/
}
.anythingSlider .carousel-pagination a{
	background:url(../img/hm_slide_bts.png) 0 0px no-repeat;
	display: inline-block;
	height:19px;
	width:19px;
	overflow:hidden;
	margin: 0;
	cursor:pointer;
	text-indent: -100px;
}

.anythingSlider .carousel-pagination a:hover{
background:url(../img/hm_slide_bts.png) -20px 0 no-repeat;
transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.anythingSlider .carousel-pagination a.active{
background:url(../img/hm_slide_bts.png) -40px 0 no-repeat;
}
.anythingSlider .disabled, .carousel .disabled:hover{
	-moz-opacity:0.1;
	opacity:0.1;
	filter:alpha(opacity=30);
	cursor:default!important;
}

