/* SVN FILE: $Id: default.css 117 2015-02-12 18:06:09Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 117 $
 * @date                $Date: 2015-02-12 19:06:09 +0100 (Jeu, 12 fév 2015) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/tripalium/trunk/protected/modules/media/assets/media/gallery/default.css $
 */

.allGalleries
{
    text-align:           right;
}

#galleryDefaultWrapper
{
    margin-bottom:        20px;
}

#galleryDefaultContainer,
#galleryDefault
{
    height:               350px;
}

    #galleryDefault a
    {
        display:              block;
        height:               350px;
        width:                940px;
        background-repeat:    no-repeat;
        background-position:  center;
        background-size:      auto 100%;
    }
    #galleryDefaultCaptions 
    {
        height:               60px;
    }
        #galleryDefaultCaptions h2,
        #galleryDefaultCaptions p
        {
            text-align:           center;
        }