div.gallery{
	border:solid #000a38 1px;
    width:100%; /*  default*/
    text-align:center;
    background-color: #000a38;
}
.gallery img {
    height: auto;
    width:31%;
    border:solid navy 1px;
    border-radius: 5px;
}
.gallery img:active{
    border:solid yellow 1px;
    cursor: pointer;
    width:32%;
}
#thumbnail {
    float:;
    margin:50px;
    /*display:block;
    margin:auto;
    */
    height: 500px;
    width: auto;
}
#star{
    display: block;
    margin-left:auto;
    margin-right:auto;
    width:50%;
}
