/* ######### CSS for PHP Photo Album itself ######### */
.teasernet_adva{display:none;}


.photodiv{ /*CSS for DIV containing each image*/
float: left;
margin-right: 30px;
margin-bottom: 15px;
font-size: 11px;
font-family: verdana, tahoma, verdana, arial, sans-serif;
font-weight: normal;
}

.photodiv li{ /*CSS for DIV containing each image*/
font-size: 11px;
font-family: verdana, tahoma, verdana, arial, sans-serif;
color:#554b4c;
margin:0 0 0 20px;
}

.photodiv img{ /*CSS for each image tag*/
border: 0;
width:140px;
/*height: 106px;*/
cursor: hand;
cursor: pointer;
}

.photodivv{ /*CSS for DIV containing each image*/
float: left;
margin-right: 30px;
margin-bottom: 15px;
font-size: 11px;
font-family: verdana, tahoma, verdana, arial, sans-serif;
font-weight: normal;
}

.photodivv li{ /*CSS for DIV containing each image*/
font-size: 11px;
font-family: verdana, tahoma, verdana, arial, sans-serif;
color:#554b4c;
margin:0 0 0 20px;
}

.photodivv img{ /*CSS for each image tag*/
border: 0;
width:140px;

}

.albumnavlinks{ /*CSS for DIV containing the navigational links*/
color: #887e55;
}

.albumnavlinks a{ /*CSS for each navigational link*/
margin-right: 5px;
font-size: 11px;
text-decoration: none;
color: #887e55;
padding: 1px 5px;
border: 1px solid #887e55;
text-decoration: none; 
font-weight: normal;
}


.albumnavlinks a:hover, .albumnavlinks a.current{ /*CSS for currently selected navigational link*/
border: 1px solid #2b66a5;
background-color: #b6b4ab;
}

/* ######### CSS for thumbnail viewer plugin ######### */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;  
box-shadow: 5px 5px #818181; /* Experimental box shadow properties*/
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true); /* IE drop shadow*/
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
margin: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 10px;
font: bold 14px Arial;
z-index: 5;
}

.photodiv div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-01.gif') top left no-repeat;
}
.photodiv div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-11.gif') bottom left no-repeat;
}
.photodiv div div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-02.gif') top right no-repeat;
}
.photodiv div div div.top {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-02-2.gif') top right no-repeat;
}
.photodiv div div div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-12.gif') bottom right no-repeat;
}
.photodiv div div div div img {
 margin: 24px 16px 14px 18px;
}


.photodiv1 {
 
}


.photodiv1 div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-01.gif') top no-repeat;
}
.photodiv1 div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-11.gif') bottom no-repeat;
}
.photodiv1 div div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-02.gif') top no-repeat;
}
.photodiv1 div div div.top {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-02-2.gif') top no-repeat;
}
.photodiv1 div div div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-12.gif') bottom no-repeat;
}
.photodiv1 div div div div img {
 margin: 24px 16px 14px 18px;
}


.photodivv div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-01.gif') top left no-repeat;
}
.photodivv div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-11.gif') bottom left no-repeat;
}
.photodivv div div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-02.gif') top right no-repeat;
}
.photodivv div div div.top {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-02-2.gif') top right no-repeat;
}
.photodivv div div div div {
 background:url('components/com_phpshop/shop_image/shadow/shadow5-12.gif') bottom right no-repeat;
}
.photodivv div div div div img {
 margin: 24px 16px 14px 18px;
}




