#previewUpdate {
	text-align:center;
}


.imgRow, .vidRow{
	margin-left: -20px;
	position: relative;
	width: 920px;
	height:175px; 
}

.previewImg, .previewVid {
	position:absolute;
	border:0px; 
} 

.checkbox {
	display: block;
	float:left;
	margin-left:10px;
}

.checkbox input {
	height:10px;
}


#filter {
	position:absolute;
	top:0;
	right:0;
	width:200px;
	background: #333;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px;
	font-size: 12px;
	z-index: 20;
	color: #FFF;
}

#filter .submit input {
	display: block;
	float:right;
	margin-left:10px;
}

#filterBody {
}

.navArrows {
	border: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.disabled{
	opacity: 0.7;
}

#naviPaginator {
	margin-top: 50px;
	position: relative;
	text-align:center;
	height: 40px;
}

#naviPaginator span {
	position: relative;
	top: -12px;
	font-weight: bold;
}

a.thumb, .thumb {
	height:100px;
	width:100px;
	display:inline-block;
	margin:10px 20px 10px 0;
	border: 0px;
}