/* Header*/
.background {
    background-color: rgba(0,0,0,0.5);
}
.UIPolaroidGallery > .header {
    border-bottom: thin solid #444;
    -webkit-box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
}
.UIPolaroidGallery > .header .title{
    color: #FFF;
    text-align: left;
    padding-left: 10px;
}
.UIPolaroidGallery > .header a{
    text-decoration: none;
}
.UIPolaroidGallery > .header .catalog_button .icon{    
    width:16px;
    height:16px;
    background-image: url(catalog_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;   
}
.UIPolaroidGallery > .header .slideshow_button .icon{    
    width:16px;
    height:16px;
    background-image: url(slideshow_icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.UIPolaroidGallery > .header .slideshow_button.pause .icon{    
    background-image: url(slideshow_icon_pause.png);
}

/* Caption*/

.UIPolaroidGallery > .caption {
    border-bottom: thin solid #444;  
    border-top: thin solid #444; 
    -webkit-box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
    padding: 5px 10px;
    font-size: .9em;
}

.UIPolaroidGallery > .caption .description{
    font-size: .6em;
}

/* Album Thumbnail*/

.catalog_thumbnail {
    border: thin solid #444;
    -webkit-box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
    padding: 15px 5px 10px 5px;
        
}

/*Navigation Controls*/

.UIButton.prev_button .icon{
    width:30px;
    height:80px;
    background-image: url(prev_button.png);
    background-repeat: no-repeat;
    background-position: center;
}
.UIButton.next_button .icon {
    width:30px;
    height:80px;    
    background-image: url(next_button.png);
    background-repeat: no-repeat;
    background-position: center;
}


/******************************************************************
 *
 * Themes for Polaroid
 *
 ******************************************************************/

/*Theme: Basic*/

.basic.UIPolaroidGallery .UIPolaroidRenderer{    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}
.basic.UIPolaroidGallery .UIPolaroidRenderer .border{       
    border-color: #FFF;
    border-style: solid;
    border-width: 8px;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000; 
}
.basic.UIPolaroidGallery .UIPolaroidRenderer.down .border{       
    border-color: #FFF;
    border-style: solid;
    border-width: 8px;
    -webkit-box-shadow: 5px 5px 30px #000;
    -moz-box-shadow: 0px 0px 30px #000;
    box-shadow: 5px 5px 30px #666; 
}
.basic.UIPolaroidGallery .UIPolaroidRenderer .UIText{
    color: #000;
    font-size: .8em;
    padding: 5px 15px;
    text-align: right;
    bottom: 0px;
/*    background-color: #FFF;*/
}
.basic.UIPolaroidGallery .UIPolaroidRenderer .caption_container{
    border-collapse: collapse;
}


/*Theme: Color polaroid*/

.color.UIPolaroidGallery .UIPolaroidRenderer{        
    padding: 1em 1em 4em 1em;
    background-color: #FFE;
    background-image: none;
}
.color.UIPolaroidGallery .UIPolaroidRenderer .UIText{
    color: #222;
    font-size: 1em;
    padding: 5px;
    text-align: center;
    bottom: 1em;
}
.color.UIPolaroidGallery .UIPolaroidRenderer .inner_shadow{
    -webkit-box-shadow:inset 0px 0px 3px #333;
    -moz-box-shadow:inset 0px 0px 3px #333;
    box-shadow:inset 0px 0px 3px #333; 
}

/*Theme: Old Styles polaroid */

.old.UIPolaroidGallery .UIPolaroidRenderer{
        
    padding: 1.5em 1.5em 6em 1.5em; 
    background-image: url(theme_old_bg.png);
    background-position: bottom;
    color: #544;
    
    -webkit-box-shadow: 0px 0px 0px #000;
    -moz-box-shadow: 0px 0px 0px #000;
    box-shadow: 0px 0px 0px #000; 

}
.old.UIPolaroidGallery .UIPolaroidRenderer .UIText{
    color: #766;
    font-size: 1em;
    padding: 5px;
    padding-left: 25px;
    text-align: left;
    bottom: 1em;
}
.old.UIPolaroidGallery .UIPolaroidRenderer .inner_shadow{
    -webkit-box-shadow:inset 0px 0px 3px #333;
    -moz-box-shadow:inset 0px 0px 3px #333;
    box-shadow:inset 0px 0px 3px #333; 
}

/*Theme: Film*/

.film.UIPolaroidGallery .UIPolaroidRenderer{        
    padding: 4.5em 1px 4.5em 1px;
    background-image: url(theme_flim_bg.png);    
}
.film.UIPolaroidGallery .UIPolaroidRenderer .UIText{
    color: #FFF;
    font-size: .8em;
    padding: 5px 10px;
    text-align: right;
    bottom: 3px;
}

