.rf_imagewall_widget .post-item {
	width: 278px;
	height: 153px;
	position: relative;
	float: left;
	display: inline-block;
	border: transparent 1px solid;
}
.rf_imagewall_widget.columns2 .post-item {
	width: 138px;
}
.rf_imagewall_widget.columns3 .post-item {
	width: 91px;
}
.fullwidth .rf_imagewall_widget.columns1 .post-item {
	width: 598px;
}
.fullwidth .rf_imagewall_widget.columns2 .post-item {
	width: 298px;
}
.fullwidth .rf_imagewall_widget.columns3 .post-item {
	width: 198px;
}
.fullwidth .rf_imagewall_widget.columns4 .post-item {
	width: 148px;
}
.fullwidth .rf_imagewall_widget.columns5 .post-item {
	width: 118px;
}
.rf_imagewall_widget .postimage-container {
	width: 100%;
	height: 100%;
	position: relative;
	background: #111;
}
.rf_imagewall_widget .item-content {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
	width: 100%;
	height: 28px;
	display: none;
	text-align: center;
}
.rf_imagewall_widget .item-content a:hover {
	text-decoration: none;
}
.rf_imagewall_widget .item-content a.button {
	text-indent: -9999px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 0 5px;
}
.rf_imagewall_widget .item-content a.glass {
	background: #111 url('../images/glass_icon.png') 50% 50% no-repeat;		
}
.rf_imagewall_widget .item-content a.url {
	background: #111 url('../images/link.png') 50% 50% no-repeat;		
}