* {
	margin:0;
	padding:0;
}
a {
	color:#313131;
	text-decoration:none;
	font: 16px/2em Helvetica, Arial, Geneva;
	letter-spacing: 1.5px;
}
a:hover {
	text-decoration:none;
	color: #E0D96E;
}
.flickr_link {
	font-weight: bold;
}
.flickr_link:hover {
	text-decoration:underline;
}
.flickr_blue {
	color: #06F;
	font-weight: bold;
}
.flickr_pink {
	color: #F36;
	font-weight: bold;
}

#content {
	position:relative;
	padding-top:10px;
	font-family:Arial;
}
#header {
	float: left;
	margin-top: 35px;
	position: absolute;
	left: -40px;
}
#navigation {
	float: left;
	margin-left: 50px;
}
#navigation li {
	list-style: none;
}
#image_area {
	float: right;
	width: auto;
	margin-top: 35px;
	position: absolute;
	left: 300px;
	padding-right: 30px;
}
#flickr_div {
	min-height: 400px;
	width: 700px;
}
#flickr_count {
	width: 500px;
	margin: auto;
	margin-top: 20px;
	color: #313131;
	padding: 15px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}
#flickr_nav {
	height: 20px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	
}
#flickr_next {
	width: 30px;
	height: 23px;
	cursor: pointer;
	float: right;
	color: #313131;
	background: url(../images/arrow_right.png) no-repeat left top;

}
#flickr_next:hover {
	background: url(../images/arrow_right.png) no-repeat right top;
}
#flickr_prev {
	width: 30px;
	height: 23px;
	cursor: pointer;
	float: left;
	color: #313131;
	background: url(../images/arrow_left.png) no-repeat right top;
	

}
#flickr_prev:hover {
	background: url(../images/arrow_left.png) no-repeat left top;
	

}
#flickr_loader {
	background:url('loader.gif') no-repeat center center;
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	visibility: hidden;
}
#flickr_thumbs {
	padding: 0px;
	margin: 20px auto;
	text-align: center;
	width: 700px;
}
#flickr_thumbs img {
	margin: 5px;
	height: 40px;
	width: 40px;
}

