/*
// location: /css/modules/gallery_sys.css
// +-----------------------------------------------------------------------------+
// | Jimstrike CMS Commercial Source Code                                        |
// +-----------------------------------------------------------------------------+
// | Copyright (c) 2007 Jimstrike.com and Dhimiter Karalliu                      |
// |                                                                             |
// | http://www.jimstrike.com/                                                   |
// +-----------------------------------------------------------------------------+
// | !!! You may NOT copy, change or distribute verbatim copies 		         |
// |     of this source file !!!           									     |
// +-----------------------------------------------------------------------------+
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* === ALL gallery_sys STYLES ARE INSIDE THIS DIV ID === */
#gallery_sys {
width: auto;
}

#gallery_sys .floatGalleryImages {
float: left; /* Keep float left */
margin: 0 10px 10px 0;
width: 120px; 
height: 100px; 
border: 1px solid #eee;
padding: 1px;
}









