<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slide_text {float:right;width:56px;height:336px;margin-top:10px;margin-left:0px;padding-left:0px;padding-right:0px;line-height:16px;color:#333;border:0px solid #ccc;}
#play {float:left;width:464px;height:336px;text-align:center;position:relative;z-index:0;overflow:hidden;margin:5px auto;margin-left:-20px;border:0px solid #ccc;}
#play .change_a {width:50%;height:100%;position:absolute;top:0;z-index:1;cursor:pointer;display:block;overflow:hidden;background:url(about:blank);margin-left:20px;}
#play .prev_a {left:0;}
#play .next_a {right:0}

/*不显示左右箭头图，改用左右箭头光标*/
/*
#play .change_a span {width:24px;height:43px;display:block;position:absolute;top:50%;margin-top:-21px;display:none}
#play .prev_a span {background:url('icons/arrows.png') no-repeat 0 0;border-radius: 0 4px 4px 0;left:0;width:49px;height:49px;cursor:url('icons/cursor_left.cur'),auto;}
#play .next_a span {background:url('icons/arrows.png') no-repeat 100% 0;border-radius: 4px 0 0 4px;right:0;width:49px;height:49px;cursor:url('icons/cursor_right.cur'),auto;}
*/
#play .change_a span {width:24px;height:43px;display:block;position:absolute;top:0%;margin-top:-21px;display:none}
#play .prev_a span {border-radius: 0 4px 4px 0;left:0;width:232px;height:336px;cursor:url('http://yaobella.com/css/icons/cursor_left.cur'),auto;}
#play .next_a span {border-radius: 4px 0 0 4px;right:0;width:232px;height:336px;cursor:url('http://yaobella.com/css/icons/cursor_right.cur'),auto;}
#play .img_ul {position:relative;z-index:1;margin-left:-20px;}

.img_hd  {width:448px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#eee;overflow:hidden;height:66px;padding:2px 0;margin-top:15px;margin:5px auto;position:relative;}
.img_hd ul {position:absolute;z-index:1}
.img_hd ul li {float:left;width:80px;height:60px;border:3px solid #eee;cursor:pointer;margin:0 3px 0 1px;overflow:hidden;*display:inline;padding:1px;text-align:center}
.img_hd ul li img {height:60px;}
.img_hd ul li.on{ border-color:rgb(45, 150, 233);}
.img_hd .bottom_a {background:url(../images/s_gallery.png) no-repeat;width:22px;height:22px;position:absolute;display:block;top:50%;margin-top:-11px;cursor:pointer;z-index:10}
.img_hd .prev_a { background-position:0 -24px;left:5px;}
.img_hd .next_a { background-position:-30px -24px;right:5px;}


.play_a { float:right;width:30px;height:30px;margin-top:-28px;margin-right:13px;}</pre></body></html>