div.photobox{
border: 1px solid #cccccc;
background-color: #333333;
width: 150px;
height: 170px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
div.photobox img {
margin-top: 15px;
position:relative;
}
div.photoboxfocus{
border: 1px solid #cccccc;
background-color: #999999;
width: 150px;
height: 170px;
display: table-cell;
text-align: center;
vertical-align: middle;
cursor: pointer;
}
div.photoboxfocus img {
margin-top: 15px;
position:relative;
}
div.photofooting {
height: 18px;
border-bottom: 1px dotted #cccccc;
border-right: 1px dotted #cccccc;
border-left: 1px dotted #cccccc;
padding-left: 2px;
}
div.photofooting2 {
height: 18px;
border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
border-right: 1px dotted #cccccc;
border-left: 1px dotted #cccccc;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
padding-top: 2px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #efefef;
text-align: center;
}
div.rightlink{
float: right;
align: right;
text-align: right;
margin-left: 200px;
}
span.rightlink {
float: right;
align: right;
text-align: right;
margin-left: 200px;
}
div.photodesc {
height: 50px;
overflow: auto;
margin-top: 7px;
margin-bottom: 10px;
scrollbar-face-color:#efefef;
scrollbar-arrow-color:#381d59;
scrollbar-track-color:#efefef;
scrollbar-shadow-color:#efefef;
scrollbar-darkshadow-color:#efefef;
scrollbar-3dlight-color:#efefef;
scrollbar-highlight-color:#efefef;
}