
.box1 {
/*  width: 150px;*/
  display: inline-block;
  /*background:#464646;*/
	color: #fff;
    line-height: 22px;
}
/*.box1 a{
	color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 22px;
	text-decoration:none;
}*/
/*.box1 a p{
	color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 22px;
	margin:10px 0;
}*/
.box1 a img{
	width:100%;
}
.box1 a:hover p{
	color:#ccc;
	text-decoration:none;
}


.box2 {
/*  width: 150px;*/
  vertical-align: top;
  background:#464646;
    margin-bottom: 30px;
    padding: 4px;
    text-align: center; 
	color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 22px;
}
.box2 a{
	color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 22px;
	text-decoration:none;
}
.box2 a p{
	color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 22px;
	margin:10px 0;
}
.box2 a img{
	width:100%;
}
.box2 a:hover p{
	color:#ccc;
	text-decoration:none;
}