#slide {width:148px; height:142px; overflow:hidden; position:relative;}
#slide a {text-decoration:none; display:block; width:480px; height:360px; position:absolute; left:480px;}
#slide a img {display:block; border:0;}
#previous b {display:none;}
#previous {width:13px; height:13px; background:url(../images/left.png); position:relative; margin-top:-90px; margin-left:-17px; z-index:100; cursor:pointer;}
* html #previous {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/left.png', sizingMethod='crop');}
#next b {display:none;}
#next {width:13px; height:13px; background:url(../images/right.png); position:relative; margin-top:-13px; margin-left:153px; z-index:100; cursor:pointer;}
* html #next {background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/right.png', sizingMethod='crop');}
img#loading {position:absolute; left:240px; top:170px;}
