.store{border:1px #eeeeee solid; background:#f1f1f1; padding:4px;margin-bottom:8px; overflow:hidden;  border-radius: 10px; 	-moz-border-radius:10px;	-webkit-border-radius: 10px; -khtml-border-radius:10px;}

.map {width:280px; height:340px; float:right; border:1px #cecece solid; background:#fff; border-radius: 10px; 	-moz-border-radius:10px;	-webkit-border-radius: 10px; -khtml-border-radius:10px;}
.store-images img {padding:4px; background:#fff; 
border-radius: 10px; 	-moz-border-radius:10px;	-webkit-border-radius: 10px; -khtml-border-radius:10px;  
border:1px #e2e2e2 solid; margin:0 1% 8px 1%;
}

.store-images {border:0px #999 solid; width:69%;}

@media screen and (max-width: 1050px) {
.store img { width:36%;}
.store-images {width:67%;}
}
@media screen and (max-width: 950px) {
.store-images {width:58%;}
}
@media screen and (max-width: 850px) {
.store-images {width:52%;}
}
@media screen and (max-width: 700px) {
.store-images {width:34%;}
.store img { width:80%;}
}
@media screen and (max-width: 500px) {
	.store-images {width:100%;}
.store img {width:40%; margin-left:0.8%; }
.map { width:100%; height:200px; float:none;}
}