#previewer {
display:inline-block;
width:700px;
background-color:black;
}
#previewer #left_button {
display:inline-block;
height:50px;
width:50px;
position:absolute;
top:18%;
left:10px;
background:url('left_button.png') 0 0 no-repeat;
/* for IE */
filter:alpha(opacity=50);
/* CSS3 standard */
opacity:0.5;
}
#previewer #left_button:hover {
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
}
#previewer #right_button {
display:inline-block;
height:50px;
width:50px;
position:absolute;
top:18%;
left:650px;
background:url('right_button.png') 0 0 no-repeat;
/* for IE */
filter:alpha(opacity=50);
/* CSS3 standard */
opacity:0.5;
}
#previewer #right_button:hover {
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
}
#previewer #viewer {
display:block;
position:relative;
top:0px;
left:0px;
padding:10px 10px 10px 10px;
width:97%;
height:95%;
}
.sidebar_item img {
display:block;
max-height:100px;
max-width:190px;
min-height:100px;
min-width:190px;
padding-right:10px;
}
#gallery {
display:block;
max-width:700px;
min-width:700px;
min-height:500px;
background-color:black;
border-top:solid 2px #999999;
}
#gallery .thumbnail {
display:inline-block;
min-height:110px;
max-height:110px;
min-width:110px;
max-width:110px;
margin: 10px 10px 10px 10px;
}
#gallery .current {
display:inline-block;
min-height:110px;
max-height:110px;
min-width:110px;
max-width:110px;
margin: 10px 10px 10px 10px;
}
#gallery .current img{
display:block;
max-height:100%;
max-width:100%;
margin:5px 5px 5px 5px;
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
}
#gallery .thumbnail img{
display:block;
max-height:100%;
max-width:100%;
margin:5px 5px 5px 5px;
/* for IE */
filter:alpha(opacity=30);
/* CSS3 standard */
opacity:0.3;
}
#gallery .thumbnail img:hover {
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
}
#overlay {
display:block;
visibility:hidden;
position:absolute;
top:0px;
left:0px;
height:1000px;
width:710px;
font-weight:bold;
background:url('backdrop.png') 0 0 repeat;
text-align:center;
font-size:50px;
z-index:1000;
}
