@charset "utf-8";

div#galleryArea {
	height: 504px;
	position: relative;
	background-image: url(img/gallery_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
div#galleryArea p.view {
	position: absolute;
	left: 118px;
	top: 28px;
}
div#galleryArea ul.category {
	position: absolute;
	left: 26px;
	top: 324px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#galleryArea ul.category li {
	float: left;
	margin: 0 2px 2px 0;
}
div#galleryArea ul.thumb {
	position: absolute;
	left: 26px;
	top: 356px;
	width: 714px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#galleryArea ul.thumb li {
	float: left;
	margin: 0 2px 2px 0;
}
div#galleryArea ul.thumb img {
	border: #FFF 2px solid;
}
div#galleryArea ul.thumb a:hover img,
div#galleryArea ul.thumb a.current img {
	border-color: #79B9E9;
}
