@charset "utf-8";
/* CSS Document */

#wrap {
	width:750px;
	height:600px;
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#slide {
	width:650px;
	height:500px;
	overflow:hidden;
	position:absolute;
	left:49px;
	top:29px;
}
#slide a {
	text-decoration:none;
	display:block;
	width:650px;
	height:500px;
	position:absolute;
	left:650px;
}
#slide a img {display:block; border:0;}
#title {width:131px; height:132px; background:url(star.png); position:absolute; left:5px; top:-30px;}
* html #title {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='photo-slide/star.png', sizingMethod='crop');}
#previous b {display:none;}
#previous {
	width:53px;
	height:53px;
	position:absolute;
	left:12px;
	top:175px;
	cursor:pointer;
	background-image: url(photo-slide/previous.png);
	background-repeat: no-repeat;
}
* html #previous {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='photo-slide/left.png', sizingMethod='crop');}
#next b {display:none;}
#next {
	width:53px;
	height:53px;
	position:absolute;
	left:682px;
	top:175px;
	cursor:pointer;
	background-image: url(photo-slide/next.png);
	background-repeat: no-repeat;
}
* html #next {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='photo-slide/right.png', sizingMethod='crop');}
#buttons {
	position:absolute;
	left:50px;
	top:535px;
}
#buttons div {
	width:27px;
	height:27px;
	float:left;
	margin-right:5px;
	display:inline;
	background-image: url(photo-slide/button.gif);
}
#buttons div b {
	display:block;
	width:27px;
	height:27px;
	line-height:19px;
	font-family:arial, sans-serif;
	font-size:15px;
	color:#003366;
	text-align:center;
	cursor:pointer;
}
img#loading {position:absolute; left:240px; top:170px;}

