/*
 * Für alle Elemente einer Slideshow
 * vgl. core/js/slideshow.class.js
 */
div.slideshow					{ background-color:#333;padding:10px 10px 5px 10px;overflow:auto; }
div.imagecontainer				{ background:#333 url(../../core/img/default/loading_333.gif) center center no-repeat;margin-bottom:5px; }
div.captioncontainer			{ color:#999;font-size:11px;margin:0; }
div.controller					{ margin:5px 0 5px 0;float:right;overflow.auto; }



div.controller a				{ margin-left:5px;float:left;display:block;width:12px;height:12px;background:transparent url(../../core/img/default/slideshowbuttons.png) 0 0 no-repeat; }

a.skipnext						{ background-position:-90px 0 !important; }
a.skipnext:hover				{ background-position:-90px -30px !important; }
a.skipprev						{ background-position:0 0 !important; }
a.skipprev:hover				{ background-position:0 -30px !important; }
a.play							{ background-position:-60px 0 !important; }
a.play:hover					{ background-position:-60px -30px !important; }
a.pause							{ background-position:-30px 0 !important; }
a.pause:hover					{ background-position:-30px -30px !important; }

