/* Custom CSS */

.items {
	display: inline-block;
	/*font-family: open-sans-condensed;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	text-decoration:none;*/
	text-align: center;
	margin-top: 0px !important;
	margin-right: 3px !important;
	margin-bottom: 0px !important;
	margin-left: 3px !important;

	overflow:hidden;
}
.imgItem {
	padding-bottom:10px;
	width:100%;
	text-align: center;
}

/*.imgItem:hover{
	IE7 fix*/
	/*filter: Alpha(Opacity=50);
	opacity: .50;
}*/




