File: D:/HostingSpaces/TPunter/f5media.nl/wwwroot/plugins/tileslideshow/plugin.css
.tileSlideshowImage, .tileSlideshowImageBack{
position:absolute;
top: 0;
left:0;
margin:0;
padding:0;
width: 100%;
height:100%;
z-index:3;
}
.tileSlideshowImageBack{
z-index:2;
}
#sl_arrowRight,#sl_arrowLeft{
position:absolute;
z-index:10 !important;
top:50%;
margin-top:-41px;
opacity:0.4;
filter:opacity(alpha=40);
height:32px;
padding:25px;
}
#sl_arrowRight:hover,#sl_arrowLeft:hover{
cursor:pointer;
}
#sl_arrowRight{
right:0px;
padding-right:2px;
}
#sl_arrowLeft{
left:0px;
padding-left:2px;
}
a.tileSlideshow .tileLabelWrapper.top{
top:0;
right:0;
}
a.tileSlideshow .tileLabelWrapper.bottom{
bottom:0;
left:0;
}