@charset "utf-8";
/* CSS Document */
.parent_thumbs_container{
width:148px;
height:220px;
float:left;
margin-left:5px;
margin-top:5px;
font-size:10px;
border:none;
}
.parent_thumb{
width:148px;
height:200px;
}
.parent_caption{
width:148px;
height:20px;
text-align:center;
font-size:14px;
color:#777777;
}
.child_thumbs_container{
width:80px;
height:100px;
float:left;
margin-left:5px;
margin-top:5px;
font-size:10px;
}
.child_thumb{
width:80px;
height:80px;
cursor:pointer;
}
.child_caption{
width:80px;
height:20px;
text-align:center;
font-size:10px;
color:#999999;
cursor:pointer;
}

.child_detail_region{
float:left;
width:780px;
}
.backbutton{
float:right;
}