@charset "gb18030";

/*½Ή΅γΝΌ*/
.photos{ position:relative;width:458px; height:352px;border:solid 1px #ddd;}
.photos .photolist{ display:none;}
.photos .photo img{width:352px;height:321px;}
.photos .caption{ display:block; position:absolute; top:321px; left:1px; padding:0 10px; width:438px; height:32px; line-height:32px; color:#fff; background:#c8e9f2; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;}
.photos .caption a:link,.photos .caption a:visited{color:#333;}
.photos .caption a:hover,.photos .caption a:active{color:#039;}
.photos .thumb{ position:absolute; top:2px; left:360px; height:321px; overflow:hidden;}
.photos .thumb ul { height:321px;}
.photos .thumb ul li{ float:left; margin-right:3px; padding:6px 2px 2px 2px; width:90px; height:70px; background:url("../css/slide_bg.jpg") no-repeat}
.photos .thumb ul li.cur{ background:url("../css/slide_act.jpg") no-repeat;}
.photos .thumb ul li img{ width:90px;height:70px;cursor:pointer;}
