img{
    border: none;
/*    display: block;  */
    margin: 0px auto;
}

/***********************************
* deGallery default classes        *
*  Set                             *
*      gallery.customClassPrefix   *
*  -or-                            *
*      gallery.customClassSuffix   *
*  for per-gallery custom css      *
*                                  *
*     #######  NOTE #######        *
*     The following MUST be        *
*     inserted into the <head>     *
*     of EVERY page containing     *
*     this gallery script in       *
*     order to keep indicator      *
*     number widhts consistent     *
*     Don't forget to add          *
*     any custom classes           *
*     #####################        *
*                                  *
*    <!--[if lt IE 8]>             ********
*    <style type="text/css">              *
*    .deGalleryIndicator{display:inline}  *
*    </style>                             *
*    <![endif]-->                  ********
***********************************/
.deGallery{
    
}

.deGallery img{
    display: block;
    
}

.deGalleryScreen{
/*    background-color: #333333;    */
    height: 334px;                      /*** IMPORTANT to prevent flickering ***/
    text-align: center;
}

.deGalleryScreen img{
/*    background-color: #333333;    */
    border: 1px solid #666666;
}

.deGalleryCaption{
    font-family: Verdana,Arial,Helvetica,Geneva;
    text-align: center;
    color: #999966;
/*   background: url(bg_trans.png) scroll repeat top left;  */
    font-size: .8em;
    color: #e3e3e3;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
}

.deGalleryControl{
/*    font-family: Arial,Helvetica,Geneva;  */
    text-align: center;
    padding: 2px 0px 2px 0px;
    background: url(bg_control.jpg) scroll repeat-x top left;
    display:none;
}

.deGalleryLoading{
    color: #CFB884;
/*    font-size: .8em; */
}

.deGallery .deGalleryControl a.deGalleryIndicator{
    color: #CFB884;
    border: 1px solid #888888;
    margin: 3px;
    padding: 0px 2px;
    width: 20px; 
    display: inline-block;      /* required, see notes above for IE<8 kludge */
    text-decoration: none;
    font-size: .75em;
}

.deGallery .deGalleryControl a.deGalleryIndicator:hover{
    border: 1px solid #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.deGallery .deGalleryControl a.deGalleryIndicatorActive{
    border: 1px solid #ffffff;
    color: #ffffff;
}

.deGallery a.deGalleryFalsePlayButton{
    float: left;
/*    font-size: .8em;  */
    color: #CFB884;
    margin: 0px 3px;
    padding: 3px 2px 0px 2px;
    text-decoration: none;
}

.deGallery a.deGalleryPlayButton{
    float: right;
/*    font-size: .8em;  */
    color: #CFB884;
    margin: 0px 3px;
    padding: 3px 2px 0px 2px;
    text-decoration: none;
    font-size: .75em;
}

.deGallery a.deGalleryPlayButton:hover{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.deGallery a.deGalleryPageBack{
    float: left;
    color: #CFB884;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    font-size: 1em;
}

.deGallery a.deGalleryPageBack:hover{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.deGallery a.deGalleryPageNext{
    float: right;
    color: #CFB884;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    font-size: 1em;
}

.deGallery a.deGalleryPageNext:hover{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.deGallery a.deGalleryImageNext{
    float: right;
    color: #CFB884;
    padding: 0px 0px 0px 5px;
    text-decoration: none;
    font-size: 1em;
}

.deGallery a.deGalleryImageNext:hover{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.deGallery a.deGalleryImageBack{
    float: left;
    color: #CFB884;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size: 1em;
}

.deGallery a.deGalleryImageBack:hover{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

/***********
 * Galleries
 *****************/
 #g1{
     width: 300px;
 }


