#cronica-content #search {
	padding: 1em 0 2em 0;
}

#search {
	position: relative;
	width: 91em;
	left: 4.5em;
	
}

#search h1 {
	position: relative;
	top: 1.5em;
	left: 10px;
}

#search-stats {
	position: absolute;
	top: 2em;
	right: 5.2em;
}
#search-stats .stat-page,
#search-stats .stat-items {
	text-align: right;
}

#search-stats .stat-page {
	font-weight: bold;
}

#search-stats .stat-items  span {
	font-size: 0.9em;
	padding-top: 0;
	color: #777 !important;
}

#search .text {
	position: relative;
	left: 0.9em;
	background-color: #eee;
	color: #111;
	font-weight: bold;
	width: 19.2em;
}
#search .text:focus {
	background-color: #eee;
}
#search label {
	display: none;
}

#search-photographer {
	position: relative;
	left: 2em;
}
/*#search-photographer select {
	background-color: #191919;
	border: 1px solid #111;
	color: #eee;
	font-weight: bold;
	outline: 0;
}

#search-photographer select:focus {
	background-color: #111;
}
*/
#search-tag {
	margin-left: 3em;
}

#search-tag,
#search-city {
	padding: 0 1.5em;
}

#search-tag a,
#search-city a {
	font-weight: bold;
	color: #999;
}

#search-tag span,
#search-city span {
	font-weight: bold;
	padding-left: 0.2em;
	color: #9FBD31;
}

#search-tag .deselect,
#search-city .deselect {
	font-family: Verdana,sans-serif;
	font-weight: bold;
	color: #ddd;
	display: none;
}

#search-tag.selected,
#search-city.selected {
}

#search-tag.selected .deselect,
#search-city.selected .deselect {
	display:inline;
}

#search-container {
	position: relative;
	left: 4.5em;
	width: 91em;
	height: 31em;
}
#scroller {
	position: absolute;
	width: 91em;
	overflow: hidden;
}
#results {
	position: relative;
	height:31em;
	width: 181em;
}

#no-results {
	display: none;
	position: absolute;
	font-size: 1em;
	color: #9FBD31;
	right: 5em;
	top: 2.5em;
}


#page {

}


#right,
#left {
	position: absolute;
	top: 0;
	width: 3.5em;
	height: 31em;
  	-webkit-transition: background-color 0.1s linear;
}

#left {
	border-right: 1px solid #222;
	right: 91em;
}

#right {
	border-left: 1px solid #222;
	left: 91em;
}


#left #prev,
#right #next {
	cursor:pointer;
	position: absolute;
	line-height: 1;
	font-size: 5em;
	top: 2.45em;;
  	-webkit-transition: color 0.25s linear;
	color: #555;
}

#left #prev {
	left: 0;
}
#right #next {
	right: 0;
}


/*
#results #right:hover,
#results #left:hover {
	background-color: #c33;
}
#results #left:hover #prev,
#results #right:hover #next {
	color: #eee;
}
*/

#left #prev:hover,
#right #next:hover {
	color: #eee;
}

.page {
	position: absolute;
	display: block;
	float: left;
	width: 91em;
	height: 31em;
}

#results .img-container {
	width: 10em;
	height: 10em;
	position: absolute;
}

.top1 { top:  0.5em; }
.top2 { top: 10.5em; }
.top3 { top: 20.5em; }
.left1 { left:  0.5em; }
.left2 { left: 10.5em; }
.left3 { left: 20.5em; }
.left4 { left: 30.5em; }
.left5 { left: 40.5em; }
.left6 { left: 50.5em; }
.left7 { left: 60.5em; }
.left8 { left: 70.5em; }
.left9 { left: 80.5em; }

#results .img-container .img {
	cursor: pointer;
	margin: 0.5em;
	width: 9em;
	height: 9em;
	background-color: #222;
	background-position: center center;
}

#results .img-container .img:hover {

}


#view {
	display: none;
}

#filter {
	position: relative;
	margin: 1em;
	text-align: center;
}


#filter.loading {
	height: 5em;
}

#filter .filter-item {
	display: inline;

	margin-right: 0.3em 0;
	overflow: visible;
	
}


#filter a {

	white-space: nowrap;
	line-height: 2;
	color: #999;

	padding: 0.15em 1em;
}


#filter a:hover {
	color: #eee;
}

#filter div.selected a {
	color: #9FBD31;
}
