/* LIGHTBOX GALLERY WITH TABS */

#photoGalleryCat {float:left;outline:none;margin:0px;padding-bottom:15px;}
#photoGalleryCat .pgNav {float:left; width:130px; margin-left:0;}
#photoGalleryCat .pgNav ul.tabset_tabs {list-style:none; width:100%; padding:0; margin:0; font-size:12px; float:left;}
#photoGalleryCat .pgNav ul.tabset_tabs li {clear:both; padding:0; margin:0;}
#photoGalleryCat .pgNav ul.tabset_tabs li a {float:left; display:block; line-height:16px; text-decoration:none; height:18px;
    color:#CCCCCC!important; width:120px; height:auto; font-weight:normal; background: url(/includes/images/general/buttonBG18px.gif) repeat-x  0 0; padding:2px 5px 0;}
#photoGalleryCat .pgNav ul.tabset_tabs li a:hover{color:#fff!important; font-weight:bold; background-position:0 -18px;}
#photoGalleryCat .pgNav ul.tabset_tabs li a.active {color:#fff!important; font-weight:bold; background-position:0 -18px;}


#photoGalleryCat .pgList {float:left; clear:both;}
#photoGalleryCat .pgList ul{width:275px; margin:0px auto; padding:0px; list-style-type:none;}
#photoGalleryCat .pgList ul li{background:none;float:left; width:101px; height:76px; padding:2px;}
#photoGalleryCat .pgList ul li a{display:block;}
#photoGalleryCat .pgList ul li a img{border:1px solid #fff; width:99px; height:74px;}


#photoGalleryCat .tabset_content {width:300px; display:none; float:left;}
#photoGalleryCat .tabset_content ul {margin-left:25px; padding-left:0;}
#photoGalleryCat .tabset_content ul li {font-size:11px; line-height:15px; margin:0;}
#photoGalleryCat .tabset_label {font-size:12px; color:#66395D; margin:5px 0;}
#photoGalleryCat .tabset_content_active {display:block;}
*html .tabset_conten, *html #photoGalleryCat .pgList ul {width:300px!important;}