.ib-container{
	position: relative;
	width: 800px;
	margin: 0px auto;
	display: block;
}
.ib-container table tr td{
vertical-align: "top";
background-color:#FFF;
margin: 1px;
}
.ib-container article{
	display: block;
	width: 156px;
	background: #fff;
	float: left;
	border: 12px solid #fff;
	text-align: left;
	text-transform: none;
	margin: 15px;v
	z-index: 1;
	-webkit-backface-visibility: hidden;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
}
.ib-container h3 a{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	opacity: 0.8;
}
.ib-container article header span{
	font-size: 14px;
	font-family: 'Bitter', serif;
	padding: 5px 0;
	display: block;
	color: #FFCC33;
	color: rgba(255, 204, 51, 1);
	text-shadow: 0px 0px 0px rgba(255, 204, 51, 1);
	text-transform: uppercase;
	opacity: 1;
}
.ib-container article p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333;
	color: rgba(51, 51, 51, 1);
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 1;
}
.ib-container article2{
	display: block;
	width: 140px;*/
	min-height:424px;
	background: #fff;
	float: left;
	border: 10px solid #fff;
	text-align: left;
	text-transform: none;
	margin: 15px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
}
.ib-container article2 h3 a{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	opacity: 0.8;
}
.ib-container article2 header span{
	font-size: 14px;
	font-family: 'Bitter', serif;
	padding: 5px 0;
	display: block;
	color: #FFCC33;
	color: rgba(255, 204, 51, 1);
	text-shadow: 0px 0px 0px rgba(255, 204, 51, 1);
	text-transform: uppercase;
	opacity: 1;
}
.ib-container article2 p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	padding-left: 10px;
	color: #333;
	color: rgba(51, 51, 51, 1);
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 1;
}