/*fotogalery...*/
section{clear:both;}
section figure, section figure.portrait{float:left;width:164px;height:138px;margin:1px 1px;/*border:1px solid black;*/cursor:pointer}
section figure img{width:154px;height:104px;margin-top:2px;margin-left:2px;background-color:White; border:0;border:1px solid black;padding:2px}

/*section figure.portrait{float:left;height:184px;width:160px;margin:1px 1px;cursor:pointer}*/
section figure.portrait img{height:104px;width:70px;margin-top:2px;margin-left:44px;background-color:White; border:1px solid black;padding:2px}

section figure figcaption,section figure.portrait figcaption{font-size:8pt;color:#004A7F;text-align:center;font-weight:normal;}
section figure:focus, section figure:hover{text-decoration:underline;background-color:#DEDEDE;}

#galery_browser{border:black 2px solid;margin:0;}
#galery_browser img{margin:0;max-width:800px;max-height:534px;background-color:White;padding:2px;border:1px solid black;z-index:11; position:absolute; cursor:pointer;}

#btnNext{border:0;background:transparent url('../../images/btnNext.png') 0px 50% no-repeat;color:silver;font-size:24px;font-weight:bold;}
#btnPrior{border:0;background:transparent url('../../images/btnPrior.png') -60px 50% no-repeat;color:silver;font-size:24px;font-weight:bold;}

#btnNext:hover{background-position:-60px 50%;color:white}
#btnPrior:hover{background-position:0px 50%;color:white}