#wrap {
	width:950px;
	height:290px;
	background: #999;
	border:5px solid #666;
	position:relative;
	margin:15px auto 15px auto;
}
#slide {
	width:850px;
	height:210px;
	overflow:hidden;
	position:absolute;
	left:52px;
	top:28px;
	background:#fff;
	border:1px solid #698639;
	border-color:#479 #adf #adf #479;
}
#slide div {width:810px; height:170px; position:absolute; left:850px; padding:20px;}
#slide div img {
	display:block;
	border:1px solid #666;
	float:left;
	margin-right:10px;
	margin-left: 10px;
}
#slide div h1 {color:#888; font-size:20px; font-family:"lucida sans", sans-serif; font-style:italic;}
#slide div p {font-family:"lucida sans", sans-serif; color:#444; line-height:1.5em; font-size:11px;}
#slide div a {font-family:"lucida sans", sans-serif; color:#00d; line-height:1.5em; font-size:14px; position:absolute; right:20px; bottom:10px; text-decoration:none; color:#F30;}
#slide div a:hover {text-decoration:underline;}

#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='info-slide2/star.png', sizingMethod='crop');}
#previous b {display:none;}
#previous {width:74px; height:74px; background:url(left.png); position:absolute; left:5px; top:100px; cursor:pointer;}
* html #previous {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='info-slide2/left.png', sizingMethod='crop');}
#next b {display:none;}
#next {width:74px; height:74px; background:url(right.png); position:absolute; left:880px; top:100px; cursor:pointer;}
* html #next {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='info-slide2/right.png', sizingMethod='crop');}
#buttons {position:absolute; left:50px; top:255px;}
#buttons div {width:20px; height:20px; background:url(button.gif); float:left; margin-right:5px; display:inline;}
#buttons div b {display:block; width:20px; height:20px; line-height:19px; font-family:arial, sans-serif; font-size:11px; color:#16a;text-align:center; cursor:pointer;}
img#loading {position:absolute; left:290px; top:120px;}

