#photoDiv {
display:none;
border:#666 1px solid;
background-image:url('../media/layout/back-react.jpg');
background-repeat:no-repeat; 
background-position:50% 0%;
text-align: center;
max-width:530px;
_width:530px;
padding-top:4px;
padding-bottom:6px;
margin-bottom:6px;
}

#photoImage {
border-width:1px;
border-style:solid;
border-color:#000;
}

img.close {
float: right;
margin-right: 4px;
cursor: pointer;
}

div.error {
font-family:verdana;
font-size:12px;
font-weight:bold;
color:#f00;
text-decoration:none;
background-color:#fff;
border: #f00 2px solid;
padding: 3px;
text-align:center;
margin:auto;
margin-top: 5px;
width: 300px;
}

div.edit {
font-family:arial;
color:#aaa;
text-decoration:none;
}

/* gallery */

div.gallery {
width:100%;
margin:auto;
white-space:nowrap;
height:113px;
_overflow-y:hidden;
overflow:scroll;
_padding-right:5px;
}

div.gallery a {
border:0;
}

div.gallery a img {
height: 90px;
border:solid #7c0 2px;
}

div.gallery a:link img {
opacity:0.7;
filter: alpha(opacity=70);
}

div.gallery a:hover img {
opacity:1;
filter: alpha(opacity=100);
}
