@charset "utf-8";
/* CSS Document */
.mainTable .center .photoShowTable {
height:525px;

}
.mainTable .center .photoShowTable .show {
background:#111111;
border:solid 1px #2A2A2A;
border-width:0 1px 0 1px;
height:500px;
vertical-align:middle;
}
.mainTable .center .photoShowTable .show #miniatures {
position:relative;
width:450px;
background:#111111;
text-align:center;
margin-top:20px;
}
.mainTable .center .photoShowTable .show #miniatures img {
margin:5px;
border:solid 1px #333333;
}
.mainTable .center .photoShowTable .changeBar {
font-size:14px;
background:#444444;
color:#FFFFFF;
height:25px;
}
.mainTable .center .photoShowTable .changeBar .button {
background:#666666;
font-size:16px;
font-weight:bold;
cursor:pointer;
color:#FFFFFF;
}
.mainTable .center .photoShowTable .changeBar .button:hover {
background:#999999;
color:#333333;
}

.mainTable .center .photoShowTable .changeBar .title {
font-weight:bold;
font-size:18px;
padding:2px;
}
