/* LIGHTBOX GALLERY WITH TABS */
#photoGalleryCat {outline:none;}

#photoGalleryCat{float:left; margin:0; padding-bottom:15px; 
    background:none!important;}
#photoGalleryCat .pgNav {float:left; width:150px; margin: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:0px;}
#photoGalleryCat .pgNav ul.tabset_tabs li a {float:left; display:block; 
    line-height:23px; text-decoration:none; 
    width:150px; height:auto; font-weight:normal; 
    padding:2px 0;}
#photoGalleryCat .pgNav ul.tabset_tabs li a:hover{color:red!important; 
    font-weight:bold;}
#photoGalleryCat .pgNav ul.tabset_tabs li a.active {color:red!important; 
    font-weight:bold;}


#photoGalleryCat .pgList ul{width:505px; margin:0; padding:0; float:left; 
    clear:both;  list-style-type:none; border:0px solid red;
    background:#FFF!important; position:relative; left:-13px;}
#photoGalleryCat .pgList ul li{background:none; float:left; width:150px; 
    height:100px; padding:0 15px 15px 0;}
#photoGalleryCat .pgList ul li a{display:block; float:left;}
#photoGalleryCat .pgList ul li a img{border:0px solid #fff; width:150px; 
    height:100px; float:left;}

#photoGalleryCat .tabset_content {width:505px; display:none; float:left; clear:both;
    border:1px solid red; background:#FFF!important;}
#photoGalleryCat .tabset_content ul {margin:0; 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_content, * html #photoGalleryCat .pgList ul {width:500px!important;}