body {
	background-color: #EAE8E8;
}

#page-wrap {
	margin: 0 auto;
	width: 900px;
}

#title {
	margin: 20px 0 10px 0;
	width: 385px;
	height: 32px;
	background: url(images/title.png) no-repeat;
}

#browser {
	border: 1px solid #929292;
	height: 600px;
}

#side-bar {
	width: 204px;
	height: 584px;
	border-right: 1px solid #929292;
	background-color: #FBFBFB;
	padding: 8px;
	float: left;
}

input#search-box {
	width: 134px;
	height: 16px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border: 1px solid #aaa;
	padding-left: 7px;	
	float: left;
}

a#search-button {
	width: 51px;
	height: 16px;
	border: 1px solid #aaa;
	font: 11px "Lucida Grande", sans-serif;
	color: #515151;
	float: left;
	margin-left: 7px;
	padding-top: 2px;
	text-decoration: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}

a#search-button:hover {
	background: #dedede;
}

a#search-button:active {
	background: #bfbfbf;
}

ul {
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;	
}

ul#active-tags {
	margin-top: 28px;
	clear: left;
}


#related-tags-title {
	background: url(images/related-tags-title.png) no-repeat 0 2px;
	height: 16px;
	margin: 20px 0 5px 1px;
}

img#loader {
	width: 16px;
	height: 16px;
	margin-left: 185px;
	margin-bottom: 5px;
}

img#picture-loader {
	width: 16px;
	height: 16px;
	margin-left: 49%;
	margin-top: 30%;
}

li {
	width: 202px;
	height: 21px;
	border-top: 1px solid #cacaca;
	font: 12px "Lucida Grande", sans-serif;
}

li span {
	width: 150px;
	height: 19px;
	padding-left: 5px;
	position: relative;
	top: 2px;
	color: #515151;
	cursor: default;
}


li a.tag {
	display: block;
	width: 197px;
	height: 19px;
	padding-left: 5px;
	position: relative;
	color: #515151;
	text-decoration: none;
	padding-top: 2px;
}

li a.tag:hover {
	background: #dedede;
}

li a.tag:active {
	background: #bfbfbf;
}

li a.remove-tag {
	float: right;
	padding-right: 7px;
	padding-left: 20px;
	padding-top: 2px;
	text-decoration: none;
	color: #979797;
	font-size: 11px;
	display: block;
	height: 19px;
}

li a.remove-tag:hover {
	color: red;
}

#viewer {
	width: 667px;
	float: left;
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;
	height: 580px;
	overflow-y: scroll;	
	overflow-x: hidden;
	position: relative;
}

#viewer a img {
	width: 75px;
	height: 75px;
	border: none;
	opacity: .7;
	margin: 0 6px 6px 0;
	cursor: pointer;
	cursor: hand;
	
}

#viewer a img:hover {
	opacity: 1;
}

#image-count {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	float: right;
	margin-top: 21px;
	color: #4d4d4d 
}

#lightbox {
	width: 662px;
	height: 600px;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	margin-left: 222px;
	top: 63px;
	cursor: hand;
	cursor: pointer;
}

#lightbox img.big-photo {
	max-height: 600px;
	max-width: 662px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

p#description {
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	margin-top: 10px;
	line-height: 18px;
}