/* 

------------------------------------
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 {  
padding:0;  
margin:10px 0;
width:335px;
height:230px;
top:0;
bottom:0;
background-color:#296C9F
}
 
.slideshow img {  
    padding: 10px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
	width:313px;
	height:208px;
} 
