@charset "utf-8";
/* CSS Document */
.back img{
	width:100%;



	box-shadow:3px 3px 10px grey;
}





.panels{
clear:left;

	width:100%;

margin:auto;
}


.panels .prod{
display:inline-block;
width:252px;
height:260px;
margin:20px;
text-align:center;
font-size:20px;
border:1px solid #cccccc;
overflow:hidden;
/*box-shadow:2px 2px 5px 2px rgba(0,0,0,0.3);*/
}
.panels .prod #paneltitle{
	font-size:14px;
	color:#014880;
	font-weight:bold;

}
.panels .prod img{
width:100%;
height:200px;
padding-bottom:10px;

}


