/*  ContentFlowAddOn_slideshow, version 3.0 
*  (c) 2008 - 2010 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)
*
*--------------------------------------------------------------------------*/

.ContentFlowAddOn_slideshow {
}

    
    .ContentFlowAddOn_slideshow .controlls {
        text-align: center;
        bottom: 0px;
        padding: 10px;
        margin: 0 auto;
        width: 175px;
        position: relative;
    }
        .ContentFlowAddOn_slideshow .controlls .button {
            width: 25px;
            height: 25px;
            margin: 0 auto; 
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('/binary.ashx?id=1690');
            float: left;
            margin: 5px;
            opacity: 0.7;
            filter:progid:DXImageTransform.Microsoft.Alpha( opacity=70 );
        }
            * html .ContentFlowAddOn_slideshow .controlls .button { background-image: url('/binary.ashx?id=1676'); }

        .ContentFlowAddOn_slideshow .controlls .button:hover {
            opacity: 1;
            filter:progid:DXImageTransform.Microsoft.Alpha( opacity=100 );
        }

        .ContentFlowAddOn_slideshow .controlls .play { background-image: url('/binary.ashx?id=1698'); }
            * html .ContentFlowAddOn_slideshow .controlls .play { background-image: url('/binary.ashx?id=1684'); }
            
        .ContentFlowAddOn_slideshow .controlls .pause { background-image: url('/binary.ashx?id=1696'); }
            * html .ContentFlowAddOn_slideshow .controlls .pause { background-image: url('/binary.ashx?id=1682'); }

        .ContentFlowAddOn_slideshow .controlls .ff { background-image: url('/binary.ashx?id=1678'); }
            * html .ContentFlowAddOn_slideshow .controlls .ff { background-image: url('/binary.ashx?id=1678'); }
          
        .ContentFlowAddOn_slideshow .controlls .slow { background-image: url('/binary.ashx?id=1702'); }
            * html .ContentFlowAddOn_slideshow .controlls .slow { background-image: url('/binary.ashx?id=1688'); }
          
        .ContentFlowAddOn_slideshow .controlls .preButton { background-image: url('/binary.ashx?id=1700'); }
            * html .ContentFlowAddOn_slideshow .controlls .preButton { background-image: url('/binary.ashx?id=1686'); }

        .ContentFlowAddOn_slideshow .controlls .nextButton { background-image: url('/binary.ashx?id=1694'); }
            * html .ContentFlowAddOn_slideshow .controlls .nextButton { background-image: url('/binary.ashx?id=1680'); }

/* ================================= */

