/* 

------------------------------------
This CSS is only for SCREEN display
------------------------------------
-------------------------------------------------------------------------------------------------
This CSS is dedicated to Jquery Cycle functionnalities. See jquery.cycle.js for details and licence.
-------------------------------------------------------------------------------------------------
Effect : Displaying an improved graphic and fancy diaporama with multi effects. Used as Image viewer.
------------------------------------------------------------------
If needed, this CSS contains easy-searchable "ToDo" . Just search for "@todo"
------------------------------------------------------------------


 * @package Css
 * @author Jean Lalande, Nicolas Hamelin
 * @copyright Twisto, a Trademark of RoseGrenouille Inc.
 */



.slideshow {  
    height:  220px;  
    width:   740px;  
 
     
} 
 
.slideshow img {  
  
    height:  220px;  
    width:   740px;  
    top:0;
    left:0;
  
} 
/*
 .cycle_nav{
position:relative;
text-align: center;
width:122px;
margin:0 auto;
top:130px;
left:-156px;
}
*/

