

/* Configuración explorer*/
.noFilterClass {
    filter: none !important;
}

/* Barra de tiempo*/
.tp-bannertimer {
	background-image:url(../../images/timer.png);
    width:100%;
    height:10px;
	position: absolute;
    top:420px;
	z-index:20;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px;
    height: 5px;
    top: auto;
	z-index:10000;
}

/*Configuración básica*/

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}