/*  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: 35px;
            height: 34px;
            margin: 0 auto; 
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(../../images/bmfsfj/slideshow_button.png);
            float: left;
            margin: 5px;
            opacity: 0.7;
            filter:progid:DXImageTransform.Microsoft.Alpha( opacity=70 );
        }
            * html .ContentFlowAddOn_slideshow .controlls .button { background-image: url(../../images/bmfsfj/slideshow_button.gif); }

        .ContentFlowAddOn_slideshow .controlls .button:hover {
            opacity: 1;
            filter:progid:DXImageTransform.Microsoft.Alpha( opacity=100 );
            cursor:pointer;
        }

        .ContentFlowAddOn_slideshow .controlls .play {display: none }
            
        .ContentFlowAddOn_slideshow .controlls .pause {display: none}

        .ContentFlowAddOn_slideshow .controlls .ff {display: none}
          
        .ContentFlowAddOn_slideshow .controlls .slow {display: none }
          
        .ContentFlowAddOn_slideshow .controlls .preButton { 
		  	background-image: url(../../images/bmfsfj/slideshow_pre.png);
    		left: -274px;
    		position: absolute;
    		top: -268px;
			z-index: 200;
			
			}

        .ContentFlowAddOn_slideshow .controlls .nextButton { 
		   background-image: url(../../images/bmfsfj/slideshow_next.png);
    		left: 429px;
    		position: absolute;
    		top: -268px;
			z-index: 200;
		  }

/* ================================= */

