.galshow {
z-index:2;
display:none;
position:absolute;
width:142px;
height:150px;
font-family:arial;
background-color:#ffffef;
border:1px solid #008;
overflow:hidden;
}
.galshow .imagetitle {
width:100%;
font-size:9px;
overflow:hidden;
white-space:nowrap;
text-align:center;
}
.galshow .title {
height:12px;
font-size:10px;
font-weight:bold;
text-align:center;
white-space:nowrap;
overflow:hidden;
padding:1px 0 3px 0;
background-color:#00f;
color:#fff;
}
.galshow .imagecont {
padding:3px 4px 5px 4px;
}
.galshow .prev, .galshow .next {
cursor:pointer;
font-weight:bold;
font-size:10px;
color:#f00;
margin-top:40px;
}
.galshow .prev {
float:left;
}
.galshow .next {
float:left;
}
.galshow .image {
float:left;
width:100px;
height:100px;
margin:0 5px 0 5px;
text-align:center;
}
.galshow .image img {
border:1px solid #888;
}
.galshow .state {
color:#090;
text-align:center;
font-size:10px;
font-weight:bold;
margin-top:3px;
}