﻿/*Photo-Gallery*/
 #big {margin:5px auto 10px 10px;width:520px;float:left;}
#thumbs img {width:70px;margin:4px;}
#big img {margin:0px auto 0 auto;
           box-shadow:5px 7px 10px #444;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
           }
#prev {width:100px;height:300px;float:left;margin-left:65px;padding-right:40px;}
#next {width:100px;height:300px;float:left;}
#prev Button, #next Button {margin-top:150px;width:120px;height:35px;
                            color:#fff;background:#0a8441;font-size:1.2em;font-weight:bold;}
/*end of Photo-Gallery*/