﻿#photoGalleryCats .GalleryCat {
    float: left;
    margin: 10px;
}
#photoGalleryCats .catLevelCon
{
    clear: both;
    border: solid 1px #f1f1f1;
    padding: 0 20px 0 0;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;	
	border-radius:5px;   
	background-clip: padding-box;
	margin-bottom:10px;
}
#photoGalleryCats .catLevelCon .catLevelCon {
    margin-left: 40px;
    background-color: #F4DEFB;
}
#photoGalleryCats .catLevelCon .catLevelCon .catLevelCon 
{
    margin-left: 40px;
    background-color: #F9F2FB;
}
#photoGalleryCats .GalleryCat a {
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
    text-decoration: none;
    color: white;
    display: block;
    border: solid 1px #F6C0D8;
    background-color: #DE3787;
    color: white;
    font-weight: bold;
 }
#photoGalleryCats .GalleryCat a.Curr
{
    border: solid 1px #E61C23;
    background-color: #E62E34;
}
#photoGalleryCats .GalleryCat a:hover
{
    border-color: #C5181E;
    background-color: #E61C23;
}
#photoGalleryCats .CatTit {
    padding: 0 15px;
    color: #593178;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/**/
#pagerCon {
    margin:25px;color: #CC0000;
}
#pgTitle
{
    font: bold 12px Verdana;
    color: #666;
    text-shadow: 1px 1px 2px #ccc;
}
.pg, .pg:visited, .pg:hover, .pg:active
{
    margin: 2px;
    padding: 3px;
    border: 1px solid #666;
    color: #999;
}
.pg:hover
{
    color: white;
    background-color:#DE3787;
    text-decoration: none;
}
.pgC
{
    margin: 2px;
    padding: 3px;
    border: 1px solid #bbb;
    color: white;
    background-color: #999;
}
.pg, .pg:visited, .pg:hover, .pg:active, .pgC
{
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/**/
#photosCon {
    width:950px; margin:20px 15px;
}
.photoCon {
    float:left; width:189px;margin-top: 10px;
}
.photoCon .photoImgCon
{
    width:170px; height:156px;
    /*background-image: url(../icons/fotoGalBack.jpg);*/
    border: none 1px #B37EC4;
    -webkit-box-shadow: 2px 2px 4px rgba(215, 219, 221, 0.75);
    -moz-box-shadow:    2px 2px 4px rgba(215, 219, 221, 0.75);
    box-shadow:         2px 2px 4px rgba(215, 219, 221, 0.75);
    background-clip: padding-box;
}
.photoCon .photoTit
{
    color: #CC0000;
    font-size:12px; 
    width: 168px;
    text-align: left;
    margin: 10px 2px 5px 2px;
}