/*contenitore generale della gallery */
.gallery { padding:5px; } 

.gallery a { color:#333; text-decoration:none;}
.gallery a:active { color:#333;text-decoration:none;}
.gallery a:visited { color:#333;text-decoration:none;}
.gallery a:hover { color:#666;text-decoration:underline;}

/* GALLERY DI TIPO ELENCO */
.glList { }

.glList .glTitle { font-size:1.5em; padding:10px 0px 10px 0px;}
.glList .glText { font-size:1.0em; padding:10px 0px 10px 0px; border-top:1px dashed #333;}

/* contenitore del singolo file */
.glList .glFile { float:left; border:1px solid #4D4D4D; padding:5px 0px 0px 0px; margin:15px 7px 0px 1px; width:160px; height:180px; text-align:center; color:#000; overflow:hidden; -moz-border-radius: 5px; -khtml-border-radius: 5px;	-webkit-border-radius: 5px;	-border-radius: 5px; background:#C3A567}
.glList .glPreview { width:150px; height:120px; overflow:hidden; text-align:center; margin:auto;} 

.glList .glFile .glFName { margin:2px; border-top:1px solid #E9DC92; border-bottom:1px solid #E9DC92; text-align:center;  }
.glList .glFile .glFText { }
.glList .glFile .glFDate{ }

.glFooter { clear:left; margin:0px; padding:10px 0px 0px 0px; }

/* PAGINAZIONE */
.glPagination {margin:10px 0px 0px 0px; padding-top:10px; border-top:1px dashed #333; } 
.glPagination{ font-size:1.1em;}
.current{color:#333; font-weight:bold;}
.glPagination .pPagePrev { float:left; margin:0px 5px 0px 5px;}
.glPagination .pPagePrevDisabled { float:left; color:#333; margin:0px 5px 0px 5px;}
.glPagination .pPageNext { float:left; margin:0px 5px 0px 5px;}
.glPagination .pPageNextDisabled { float:left; color:#333; margin:0px 5px 0px 5px;}

.glPagination span{ border:1px solid #666; margin:0px 2px 0px 2px; padding:0px 3px 0px 3px; text-align:center;}
.glPagination .current { border:none !important; margin:0px 2px 0px 2px; padding:0px 3px 0px 3px; text-align:center;}
.glPagination .fNumbers { float:left; }
