/*  ContentFlowAddOn_slideshow, version 2.0 
 *  (c) 2008 - 2009 Sebastian Kutsch
 *  <http://www.jacksasylum.eu/ContentFlow/>
 *
 *  This file is distributed under the terms of the MIT license.
 *  (see http://www.jacksasylum.eu/ContentFlow/LICENSE)
 *
 *  Slightly modified by Kay Agahd (c) 2010
 *  <http://kaya.myjalbum.net/LightFlow/v3/index.html>
 *--------------------------------------------------------------------------*/

.ContentFlowAddOn_slideshow {
}

    
.ContentFlowAddOn_slideshow .controls {
     text-align: center;
     bottom: 0px;
     padding: 5px;
     margin: 0 auto;
     width: 79px;
     position: relative;
}
.ContentFlowAddOn_slideshow .controls .button {
    width: 16px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/slideshow_button.png);
    float: left;
    margin: 0 5px 0 5px;
    opacity: 0.7;
    /*filter:progid:DXImageTransform.Microsoft.Alpha( opacity=70 );looks weird on IE7*/
}
    * html .ContentFlowAddOn_slideshow .controls .button { background-image: url(img/slideshow_button.gif); }

.ContentFlowAddOn_slideshow .controls .button:hover {
    opacity: 1;
    /*filter:progid:DXImageTransform.Microsoft.Alpha( opacity=100 );looks weird on IE7*/
    cursor: pointer;
}

.ContentFlowAddOn_slideshow .controls .play { background-image: url(img/play.png); }
    * html .ContentFlowAddOn_slideshow .controls .play { background-image: url(img/play.png); }
    
.ContentFlowAddOn_slideshow .controls .pause { background-image: url(img/pause.png); }
    * html .ContentFlowAddOn_slideshow .controls .pause { background-image: url(img/pause.png); }

.ContentFlowAddOn_slideshow .controls .ff { background-image: url(img/faster.png); }
    * html .ContentFlowAddOn_slideshow .controls .ff { background-image: url(img/faster.png); }
  
.ContentFlowAddOn_slideshow .controls .slow { background-image: url(img/slower.png); }
       * html .ContentFlowAddOn_slideshow .controls .slow { background-image: url(img/slower.png); }

