.simplegallery-image{float: left; margin: 20px 10px 10px 10px;  width: 150px; height: 150px; text-align: center;}
.simplegallery-image img{background: #f0f0f0; padding: 5px; margin: auto; border: 1px solid black;}
.simplegallery-block-image{float: left; margin: 5px;  width: 150px; text-align: center;}
.simplegallery-block-image img{background: #f0f0f0; padding: 5px; margin: auto; border: 1px solid black;}

/* You can customize your gallery just removing the comment to the album-size you want to use */
.simplegallery-album{height: 190px;float: left; margin: 10px; text-align: center;}
.simplegallery-album .cover{ padding: 6px 13px 13px 6px; text-align: center;}
.simplegallery-album .cover div{height: 113px; overflow: hidden;}
.simplegallery-album .cover img{margin: auto;}
/*
.simplegallery-album .cover{ width: 150px; height: 150px; background: url(../pnimages/album-150x150.png) no-repeat top left;}
.simplegallery-album .cover{ width: 200px; height: 150px; background: url(../pnimages/album-200x150.png) no-repeat top left;}
.simplegallery-album .cover{ width: 150px; height: 200px; background: url(../pnimages/album-150x200.png) no-repeat top left;}
.simplegallery-album .cover{ width: 200px; height: 200px; background: url(../pnimages/album-200x200.png) no-repeat top left;}
*/
.simplegallery-album .cover{ width: 150px; height: 113px; background: url(../pnimages/album-150x113.png) no-repeat top left;}
.simplegallery-footer{text-align: center; padding-top: 10px; margin-top: 5px; border-top:1px solid gray;}

#simplegallery-main-image{ margin: 5px 0 25px 0; text-align: center;}
#simplegallery-main-image img{margin: auto;padding: 15px; background: white; border: 1px solid black;}
#simplegallery-nav{border: 1px solid gray; height: 90px; padding: 5px; overflow: hidden; background: #f0f0f0; /*-moz-border-radius: 5px;*/}
#simplegallery-nav ul{ margin:0; padding:0; width: 640px; margin: auto;}
#simplegallery-nav ul li{margin: 0; padding: 0; list-style: none;}
#simplegallery-nav ul li.simplegallery-preview{ float: left; width: 80px;height:80px; padding: 5px; margin-right: 1px; background: #b7b7b7;text-align: center; }
#simplegallery-nav ul li.simplegallery-preview a{display: block;width: 80px;height:80px;}
#simplegallery-nav ul li.simplegallery-preview img{margin:auto;}
#simplegallery-nav ul li.simplegallery-empty{background: #b7b7b7 url(../pnimages/empty.png) no-repeat 14px 14px;}
#simplegallery-nav ul li.simplegallery-selected{background: none;}

#simplegallery-image-info{background: #f0f0f0; border: 1px solid gray; /*-moz-border-radius: 5px;*/}
#simplegallery-image-info .simplegallery-image-title-desc{float: left; width: 60%; text-align: left; border-right: 1px solid gray;}
#simplegallery-image-info .simplegallery-image-title-desc p{margin: 10px 10px 0 10px;}
#simplegallery-image-info .simplegallery-image-details {float: right; width: 38%; text-align: left;  margin:0;}
#simplegallery-image-info .simplegallery-image-details ul{margin: 10px 0 0 5px; padding: 0;}
#simplegallery-image-info .simplegallery-image-details ul li{list-style: circle;}

