.item { width: 100%; height: 250px; background: #FFFFFF;  z-index: 2;
  margin: 5px ;
  padding: 5px ;
  font-size: 10px;
  line-height: 1.4em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 2px 5px 2px #ccc;}


.mitem{

	width:200px;
	height:250px;
	background-color:#FFF;
	margin:10px;
	float:left;
	-webkit-box-shadow: 0 1px 3px #c3c3c3;
    -moz-box-shadow: 0 1px 3px #c3c3c3;
    box-shadow: 0 1px 3px #c3c3c3;  
	overflow:hidden;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}


.mitemx { width: 100%; height: 250px; background: #FFFFFF;  z-index: 2;
  margin: 5px ;
  padding: 5px ;
  font-size: 10px;
  line-height: 1.4em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 2px 5px 2px #ccc;}

.bitem { width: 200px; height: 110px; background: #FFFFFF;  z-index: 2;
  margin: 20px 5px 5px 5px ;
  padding: 20px 5px 5px 5px ;
  font-size: 10px;
  line-height: 1.4em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 2px 5px 2px #ccc;}

.sitem { width: 270px; height: 110px; background: #FFFFFF;  z-index: 2;
  margin: 10px 5px 5px 5px ;
  padding: 20px 5px 5px 5px ;
  font-size: 10px;
  line-height: 1.4em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 2px 5px 2px #ccc;}

.pitem { width: 200px; height: 250px; background: #FFFFFF;  z-index: 2;
  margin: 5px ;
  padding: 5px ;
  font-size: 10px;
  line-height: 1.4em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 2px 5px 2px #ccc;}