.content-container{
    padding-top:20px;
}
table.gallery-summary{
    margin-top:10px;
    border-collapse: collapse;
}
table.gallery-summary thead{
    background-color: #47B0FA;
    color: #333333;
    font-weight: bold;
}
table.gallery-summary td{
    line-height: 1.5em;
    padding: 5px;
    border: 2px solid #aaa;
    font-size: 1.2em;
}
table.gallery-summary img{
    width:120px;
    height: 80px;
}

div.gallery div.thumbnail a img{
    width:100px;
    height:67px;
}
div.gallery div.thumbnail a{
    text-decoration: none;
}
div.gallery div.photo-container img{
    margin-top:20px;
    width:540px;
}
#sel_img, div.gallery div.thumbnail img:hover{
    border: 2px solid #07C001;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
div#pic_caption{
    margin-top:3px;
    margin-bottom:10px;
    /* font-size: 9px; */
    border: 1px dotted #aaa;
    width:530px;
    padding: 5px;
    color:#333;
    font-style: italic;
}
div.gallery.type2{
	display: table;
	table-layout: fixed;
	width: 100%;
}
div.gallery.type2 > div{
	display: table-cell;
	vertical-align: top;
}
div.gallery.type2 > div.thumbnail{
	width: 100px;
	padding-right: 10px;
}
div.gallery.type2 > div.thumbnail a{
	display: block;
	line-height: 0;
	margin-bottom: 5px;
}
div.gallery.type2 > div.photo-container{
	width: calc(100% - 110px);
}
div.gallery.type2 > div.photo-container img{
	margin-top: 0;
}