/**
 * @file
 * Gallery module styles.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.53 $
 * @version $Name: CMWC_2009-06-09_1 $
 * @version $Id: main.css,v 1.53 2009/04/28 02:29:20 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
#galleryTool #leftNavColumn
{
   float: left;
   width: 190px;
}

#galleryTool #leftNavColumn ul
{
   padding: 0px;
   margin: 0px 0px 15px 10px;
   font-size: 11px;
}

#galleryTool #leftNavColumn li
{
   list-style-position: outside;
   list-style: none;
   list-style-type: none;
   list-style-image: none;
   padding: 0px;
   margin-left: 20px;
}
#galleryTool #leftNavColumn li:hover,
#galleryTool #leftNavColumn li.over
{
   list-style: none url(/images/en/bullet.gif);
}
#galleryTool #gallery
{
   float: right;
   width: 510px;
}
#galleryTool #galleryWide
{
   margin: 0px;
   width: 700px;
}

#galleryTool #gallery #galleryImageThumbs,
#galleryTool #galleryWide #galleryImageThumbs
{
   float: left;
   height: 285px;
   overflow: auto;
   width: 200px;
}

#galleryTool #galleryWide #galleryImageThumbs
{
   height: 450px;
}

#galleryTool #gallery #galleryImageThumbs img,
#galleryTool #galleryWide #galleryImageThumbs img
{
   border: 1px #000 solid;
   margin: 0px auto;
   vertical-align: bottom;
   margin: 2px;
   cursor: pointer;
}

#galleryTool #gallery #galleryImageLg,
#galleryTool #galleryWide #galleryImageLg
{
   float: left;
   margin: 0px 0px 15px 5px;
   text-align: center;
   width: 297px;
}
#galleryTool #galleryWide #galleryImageLg
{
   width: 452px;
}

#galleryTool #gallery #galleryImageLg img,
#galleryTool #galleryWide #galleryImageLg img
{
   border: 2px #000 solid;
   margin: 4px auto;
   padding: 2px;
   width: 285px;
}
#galleryTool #galleryWide #galleryImageLg img
{
   width: 440px;
}

#galleryTool #gallery #galleryImageLg #galleryImageLgCaption,
#galleryTool #galleryWide #galleryImageLg #galleryImageLgCaption
{
   color: #000;
   font: 16px/21px Arial, Helvetica, sans-serif;
}

#galleryTool #gallery #galleryPlaceholder
{
   width: 300px;
}

#galleryTool #galleryWide #galleryPlaceholder
{
   width: 450px;
}

#galleryTool #galleryCategoryContent
{
   padding-bottom: 10px;
}

