/*  ContentFlowAddOn_slideshow
 *  DrMikey
 *  <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: 5px;
	margin: 0 auto;
	width: 170px;
	height:24px;
	position: relative;
    }
        .ContentFlowAddOn_slideshow #controlls button {
	width: 20px;
	height: 20px;
	margin: 5px;
	opacity: 0.7;
            filter:progid:DXImageTransform.Microsoft.Alpha( opacity=70 );
	display: inline-block;
        }
            * html .ContentFlowAddOn_slideshow .controlls .button {
	
}

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

   

