﻿#PhotoGallery { width: 500px; padding-left:50px; }
#PhotoGallery .tit { font-size: 16px; font-weight: bold; color: #FF9F14; text-align: center; }
#PhotoGallery .thumb { width: 80px; height: 60px; border: solid 2px #ffffff; padding: 1px; margin-bottom: 2px; margin-right: 5px; float: left;}
#PhotoGallery .thumb:hover { border: solid 2px #FF9F14;}
#PhotoGallery .ispace { width: 420px;padding-left:40px;  height: 350px;}
#PhotoGallery .ispace .img { background-color: #ffffff; text-align:center; vertical-align: middle; padding-top:  10px; padding-bottom:  10px; margin-left:auto; margin-right:auto; }
#PhotoGallery .ispace .img .text { font-style: italic; color:#000000; padding-top: 2px; }

#PhotoGallery .prev { width: 17px; height: 66px; margin-right: 5px; float: left;}
#PhotoGallery .next { width: 17px; height: 66px; float: left;}
