.tp-bannertimer	{
z-index:95;
}
.tp-bannertimer.tp-bottom {
height:2px;
}

.tp-bullets	{
z-index: 97;
position: absolute;
padding: 0px 10px;
margin:0;
top: 100%;
margin-top: -30px;
background-color: #fff;
height: 30px;
background: url(./revslider/bannerControlsBg.png) repeat-x top left;
}

.tp-cornerleft {
z-index: 98;
position: absolute;
width: 30px;
height: 30px;
top: 100%;
margin-top: -30px;
background: url(./revslider/bannerCurvedBg.png) no-repeat top left;
}

.tp-cornerright {
z-index: 96;
position: absolute;
width: 30px;
height: 30px;
top: 100%;
margin-top: -30px;
background: url(./revslider/bannerCurvedBg.png) no-repeat -30px 0px;
}

.tp-bullets.hidebullets	{
opacity: 1;
}

.tp-bullets.simplebullets.round .bullet	{
cursor: pointer;
position: relative;
width: 12px;
height: 12px;
margin-right: 10px;
margin-top: 14px;
float: left;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}


