/* GALLERY WITH TABS */
#photoGalleryCat {width:850px; float:left;}
#photoGalleryCat h2{margin-top:0;}
#photoGalleryCat .pgNav {float:left; width:150px; margin:0; padding:0; background:#fafafa; border-top:1px solid #164f04; border-bottom:1px solid #164f04;}
#photoGalleryCat #tabsel {list-style:none; list-style-type:none; width:150px; padding:0; margin:0; font-size:11px; float:left;}
#photoGalleryCat #tabsel li {float:left; clear:both; display:block; border:solid 1px #fff; width:150px; height:auto; padding:0; margin:0;}
#photoGalleryCat #tabsel li a {float:left; display:inline; line-height:23px; text-decoration:none; color:#164f04!important; width:140px; height:auto; font-weight:normal;  padding:2px 5px;}
#photoGalleryCat #tabsel li a:hover{color:#fff!important; border:0; background-color:#4d783f!important; }
#photoGalleryCat #tabsel .selected a {color:#fff!important; border:0; background-color:#164f04!important;}

#photoGalleryCat #pgHolder{float:right; width:680px; }
#photoGalleryCat .tabset_content {float:left; width:680px; border:0; padding:0; display:block;}
#photoGalleryCat .tabset_label {font-size:12px; color:#66395D; margin:5px 0;}
#photoGalleryCat .tabset_content_active {display:block;}

#photoGalleryCat .pgList {clear:both; float:left; width:100%; margin:0; padding:0px; list-style-type:none; text-align:left; }
#photoGalleryCat .pgList li{float:left; clear:none!important; vertical-align:top; font-size:11px; line-height:15px; margin:0; padding:5px; display:inline-block;}
#photoGalleryCat .pgList li a{float:left; display:block; width:160px; height:140px;}
#photoGalleryCat .pgList li a:hover{text-decoration:none; background:#fdfdfd;}
#photoGalleryCat .pgList li a img{float:left; border:4px solid #aabca5!important; width:150px; height:100px;}

