.tp-simpleresponsive .caption {  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0*/ opacity: 0; position: absolute; }
/** BULLETS **/
.tp-bullets { z-index: 100; position: absolute; bottom: 10px; }
.tp-bullets.simplebullets { top:354px; left: 0 !important; margin-left: 0 !important;}
.tp-bullets.simplebullets.navbar { bottom: -20px; background: url(../assets/navigdots_bgtile.png); height: 35px; padding: 0px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: -17px; }
.tp-bullets.simplebullets .bullet { cursor: pointer; position: relative; background: url(../assets/bullets.png) no-Repeat bottom left; width: 23px; height: 23px; margin-right: 0px; float: left; margin-top: -12px; }
.tp-bullets.simplebullets .bullet.last { margin-right: 0px; }
.ie8 .tp-bullets.simplebullets .bullet { display: none; } /* werkt niet goed in IE8 */

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet { cursor: pointer; position: relative; background: url(../assets/navigdots.png) no-Repeat bottom left; width: 15px; height: 15px; margin-left: 5px !important; margin-right: 5px !important; float: left; margin-top: 10px; }
.tp-bullets.simplebullets.navbar .bullet.first { margin-left: 30px !important; }
.tp-bullets.simplebullets.navbar .bullet.last { margin-right: 30px !important; }
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected { background-position: top left; }