.selecter {
	display: inline-block;
	position: relative;
}
.selecterBtns {
	position: relative;
	display: inline-block;
	width: 100%;
}
.selecterBtns ul {
	margin: -10px 0 0 0;
	padding: 0;
	position: relative;
}
.selecterBtns li {
	list-style: none;
	display: inline-block;
}
.ie7 .selecterBtns li {
	position: relative;
	float: left;
}
#gallery-filter.sidepanel ul li {
	padding: 10px 5px 0 0;
}

.selecterContent {
    width: 100%;
    min-height: 100px;
    float: left;
    clear: both;
	overflow: hidden;
}
.selecterContent ul.nolist {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -40px;
	width: 640px;
}
.selecterContent.columns-3 ul.nolist {
    margin: 0 0 0 -39px;
}
.selecterContent li.gallery-item {
    width: 120px;
	float: left;
	margin: 0 0 40px 40px;
	text-align: left;
	display: inline-block;
}
.selecterContent.columns-3 li.gallery-item {
    width: 174px;
	margin-left: 39px;
}
.selecterContent.columns-2 li.gallery-item {
    width: 280px;
}
.selecterContent li.gallery-item .image-container {
    width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff url('images/glass_small.png') 50% 50% no-repeat;
}
.selecterContent li.gallery-item .image-container a {
    display: inline-block;
}
.selecterContent li.gallery-item img {
    width:100%;
    height:auto;
}
.gallery-item h4 {
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0;
}
.gallery-item h4.image-container-spacing {
	margin: 20px 0 0 0;
}
.gallery-item .portfolio-date {
	color: #a2a2a2;
	padding: 12px 0 4px 0;
	font-style: italic;
	font-size: 11px;
	font-family: 'Droid Serif', arial, serif;
}
.gallery-item .portfolio-content {
	margin: 8px 0 0 0;
}
.gallery-item .portfolio-content p {
	margin: 0;
}
.gallery-item .read-more {
	margin: 20px 0 0 0;
	font-size: 12px;
	font-style: italic;
	display: inline-block;
	font-family: 'Droid Serif', arial, serif;
}
#gallery .gallery-spacer {
	width: 100%;
	height: 40px;
	display: inline-block;
}