.thumbnails{
	margin:0;
	display:block;
}
.thumbnails img {
	height: 70px;
	width:90px;
	border: 2px solid #555;
	margin:5px 5px 5px 5px;
}

.thumbnails img:hover {
	/*border: 4px solid #00ccff;*/
	cursor:pointer;
}

.preview img {
    /* border: 2px solid #FC6; */
    border-radius: 10px;
    padding: 1px;
    max-height: 310px;
}
#scroll {
    min-width: 464px;
	max-width:1000px;
    height:100px;
    /*border: 2px solid #000;*/
    overflow-x: auto;
	overflow-y:hidden;
    white-space: nowrap;
    /*box-shadow: 0 0 10px #000;
	background-color:#F2F3CB;
	border-radius:10px;*/
}
.product_home {
	border:1px solid #d5d5d5;
	border-radius: 4px;
}
