

/* kst.web.changes for easy gallery */
.photo {
float : left;
margin : 0 10px 10px 10px;
padding : 5px; /* was 0 */
background : url(shadowAlpha.png) no-repeat bottom right !important;
background : url(shadow.gif) no-repeat bottom right;
  width: 300px;
  height:200px;
  text-align: right;
    font-size: 90%;

}
/* kst.web.changes for easy gallery */
.photo img {
display : inline;
position : relative;
background : #fff;
border : 1px solid #ccc;
margin : -5px 5px 5px -5px;
padding : 4px;
  width: 120px;
  height: 100px;
 text-align: right;
font-size: 90%; 
  background :none;


} 

/* kst.web.changes for easy gallery */
.photo a {
  font-size: 90%;
  background :none;
  color: #993300;
  text-decoration:none;
    background :transparent;
  }
.photo a:hover {
  font-size: 90%;
  background :transparent;
  color: #996600;
  }
