﻿#photoArea {
	height: 245px;
	width: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#photoArea img{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#btnLeft {
	background-image: url(images/banner_go_left.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 245px;
	width: 33px;
	left: 0px;
	top: 0px;
	cursor: pointer;
	filter: Alpha(Opacity=80);
}
#btnLeft:hover {
	background-image: url(images/banner_go_left.png);
}
#btnRight {
	background-image: url(images/banner_go_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 245px;
	width: 33px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	filter: Alpha(Opacity=80);
}
#btnRight:hover {
	filter: Alpha(Opacity=100);
}
#menuArea {
	height: 24px;
	width: 150px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	top: 194px;
	left: 442px;
	right: 0px;
}
#menuArea li {
	background-image: url(images/link_point.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	list-style-type: none;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}
#menuArea li:hover {
	background-image: url(images/hover_point.png);
}
#menuArea .currPoint {
	background-image: url(images/active_point.png);
}
