/*  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)
 *
 *--------------------------------------------------------------------------*/

.ContentFlowAddOn_slideshow {
}

    
    .ContentFlowAddOn_slideshow .controlls {
        text-align: center;
        bottom: 0px;
        padding: 10px;
        margin: 0 auto;
        width: 175px;
        position: relative;
    }
        .ContentFlowAddOn_slideshow .controlls .button {
            width: 24px;
            height: 40px;
            margin: 0 auto; 
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(img/slider.png);
            float: left;
            margin: 5px;
            opacity: 0.7;
            filter:progid:DXImageTransform.Microsoft.Alpha( opacity=70 );
        }
            * html .ContentFlowAddOn_slideshow .controlls .button {
	background-image: url(img/slider.png);
}

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

        .ContentFlowAddOn_slideshow .controlls .play {
	background-image: url(img/play2.png);
}
            * html .ContentFlowAddOn_slideshow .controlls .play {
	background-image: url(img/play2.png);
}
            
        .ContentFlowAddOn_slideshow .controlls .pause {
	background-image: url(img/pause2.png);
}
            * html .ContentFlowAddOn_slideshow .controlls .pause { background-image: url(img/pause2.png); }

        .ContentFlowAddOn_slideshow .controlls .ff {
	background-image: url(img/forward2.png);
}
            * html .ContentFlowAddOn_slideshow .controlls .ff {
	background-image: url(img/forward2.png);
}
          
        .ContentFlowAddOn_slideshow .controlls .slow { background-image: url(img/back2.png); }
            * html .ContentFlowAddOn_slideshow .controlls .slow { background-image: url(img/back2.gif); }
          
        .ContentFlowAddOn_slideshow .controlls .preButton {
	background-image: url(img/prev2.png);
}
            * html .ContentFlowAddOn_slideshow .controlls .preButton {
	background-image: url(img/prev2.png);
}

        .ContentFlowAddOn_slideshow .controlls .nextButton {
	background-image: url(img/next2.png);
}
            * html .ContentFlowAddOn_slideshow .controlls .nextButton {
	background-image: url(img/next2.png);
}

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

