div.grid_container {
    height: 286px;
    background-color: white;
    border-style: solid;
    border-color: #D7D7D7;
    border-width: 1px;
}

div.grid_item {
	margin: 3px;
    width: 210px;
    height: 280px;
    float: left;
    text-align: center;
    cursor: pointer;
}

div.grid_item.selected {
	background-color: #5DAEE1;
}

div.grid_item input {
    display: none;
}

div.grid_item img {
	padding-top: 6px;
	max-width:200px;
	max-height: 270px;
    /*max-width: 293px;
    max-height: 157px;*/
}