.js{
	overflow:hidden;
	zoom:1;
}
.anythingSlider, .anythingSlider .carousel-wrap{
	zoom:1;
}
/**/
.anythingSlider{
	width: 318px;
	height: 200px;
	position: relative;
	overflow:hidden;
	float: left;
}
.anythingSlider .carousel-wrap{
	width: 318px;
	height: 210px;
	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;
	margin: 0;
	padding:5px 5px 5px 15px;
	width: 298px;
	height:155px;
	overflow:hidden;
	background-color: #FFFFFF;
}
.anythingSlider ul li img{
	float: left;
	margin: 0 12px 12px 12px;
	display: block;
	width:110px;
	height:38px;
	border:1px solid #CCCCCC;
}

/**/
.anythingSlider .carousel-control{
	overflow:hidden;
	display:inline-block;
	width:100px;
	height:45px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
}
.anythingSlider .carousel-next{
	display: block;
	width: 100px;
	height: 45px;
	background: url(flechas.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 350px;
	right: 0px;
	cursor: pointer;
	z-index: 50;
}
.anythingSlider .carousel-next:hover{
	background-position: 0 -45px;
}
.anythingSlider .carousel-previous{
	display: block;
	width: 100px;
	height: 45px;
	background: url(flechas.png) no-repeat -100px 0px;
	position: absolute;
	top: 350px;
	left: 0px;
	cursor: pointer;
	z-index: 50;
}
.anythingSlider .carousel-previous:hover{
	background-position: -100px -45px;
}
/* navegacion numeros */
.anythingSlider .carousel-pagination{
	position: absolute;
	top: 165px;
	right:130px;
}
.anythingSlider .carousel-pagination a{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	display: inline-block;
	padding: 2px 8px;
	height: 15px;
	margin: 0 5px 0 0;
	text-align: center;
	cursor:pointer;
	background-color: #EEEEEE;
}
.anythingSlider .carousel-pagination a.active{
	background:#FFF;
	color:#000066;
}
.anythingSlider .disabled, .carousel .disabled:hover{
	-moz-opacity:0.2;
	opacity:0.2;
	filter:alpha(opacity=50);
	cursor:default!important;
}
