#wrap {width:780px; height:260px; position:relative; margin:0px auto 0px auto;}
#slide {
	width:780px;
	height:260px;
	overflow:hidden;
	position:absolute;
	left:49px;
	top:-20px;
}
#slide a {text-decoration:none; display:block; width:780px; height:360px; position:absolute; left:780px;}


#slide a img {display:block; border:0;}
#previous b {display:none;}
#previous {
	width:74px;
	height:74px;
	background:url(../images/left.gif);
	position:absolute;
	left:5px;
	top:78px;
	cursor:pointer;
}
* html #previous {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/left.gif', sizingMethod='crop');}
#next b {display:none;}
#next {width:74px; height:74px; background:url(../images/right.gif); position:absolute; left:800px; top:78px; cursor:pointer;}
* html #next {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/right.gif', sizingMethod='crop');}


/*#buttons {position:absolute; left:50px; top:205px;}
#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:352px;
	top:110px;
}

