@charset "UTF-8";

/* Area */
/* slidShowArea ALLSize */
#slidShowArea {
	width: 960px;
	height: 400px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	float:left;
/*	margin: 0 auto;　*/
}
/* show Area Size */
#photoArea {
position: relative;
 z-index: 2; 
width: 960px;
height: 400px;
	float:left;
}
/* photo Area Size */
ul#photoAreaImg li {
position: absolute;
display: none;
left:0;
top: 0;
}
/* link event Area */
#mouseEvent {
position: absolute;
z-index: 3;
left:0;
top: 0;
left: 20px;
width: 920px;
height: 380px;
}
#mouseEvent a,
#mouseEvent span {
position: absolute;
display: block;
left: 20px;
width: 920px;
height: 380px;
}
/* nav btn Area */
#prevBtnArea {
position: absolute;
z-index: 3;
left: 0px;
top: 0px;
height: 380px;
width: 20px;
background-image: url(prev.png);
float: left;
}
#nextBtnArea {
position: absolute;
z-index: 3;
left: 940px;
top: 0px;
height: 380px;
width: 20px;
background-image: url(next.png);
float: right;
}
#lstBtnArea {
position: absolute;
z-index: 3;
top:380px;
left:0px;
margin:0;
padding:0;
width:960px;
height: 20px;
text-align:center;
background-image: url(listAreaBG.png);
}
#lstBtnArea a {
text-decoration:none;
}
#lstBtnArea ul {
letter-spacing: -1em;
word-spacing: -1em;
list-style: none;
}
ul#lstBtnArea li {
background-image: url(select.png);
width:20px;
height:20px;
display: inline-block;
letter-spacing: normal;
word-spacing: normal;
*display: inline;
*zoom: 1;
}
