﻿/*	照片浏览样式	*/

/*	照片缩略图列表	*/
.pub-preshow{ position:absolute; z-index:2; bottom:5px; text-align:center; width:100%;  }

/*	缩略图上的预览图	*/
.pub-preshow .tipshow{ position:absolute; background:url(../Images/photo-showpre.gif) no-repeat; width:114px; height:166px; left:0px; top:0px; visibility:hidden; }
.pub-preshow .tipshow img{ width:104px; height:150px; margin:4px auto auto 5px; }

/*	此处的宽度应为50 + 8 + 6的整数倍	*/
.pub-preshow .prelist{ overflow:hidden; width:80%; margin:auto;  }
.pub-preshow .prelist .list{ }
.pub-preshow .prelist .list a{ padding:3px; float:left;  }
.pub-preshow .prelist .list a img{ width:50px; height:50px; border:solid 4px #474747; }
.pub-preshow .prelist .list a:hover img{ border-color:#FFFFFF; }
.pub-preshow .prelist .list a.on img{ border-color:#FF0000; }

/*	缩略图的左右移动按钮	*/
.pub-preshow .control-left{ position:absolute; width:15px; height:40px; background:url(../Images/photo-pre-control.gif) no-repeat; top:0px;  }
.pub-preshow .control-left:hover{ background-position:left -40px; }

.pub-preshow .control-right{ position:absolute; width:15px; height:40px; background:url(../Images/photo-pre-control.gif) no-repeat -15px top; top:0px;  }
.pub-preshow .control-right:hover{ background-position:-15px -40px; }


.pub-photo-close{ background:url(../Images/photo-close.gif) no-repeat; width:40px; height:37px; position:absolute; z-index:2; top:1px; right:1px; }
.pub-photo-close:hover{ background-position:-40px top; }

/*	图片显示	*/
.pub-photo-show{ position:absolute; z-index:1; left:0px; top:0px; background:#FFF url(../Images/ico-loading.gif) no-repeat center; width:100%; height:100%;	 }
.pub-photo-show .photo-drag{ position:absolute; width:100%; height:100%; left:0px; top:0px;  background:#000000; filter:alpha(opacity=10); opacity:0.1; }
.pub-photo-show .dragdown{ cursor:move; }

/*	鼠标左右移动的光标	*/
.pub-cursor-left{ cursor:url(/Images/mouse-left.cur); }
.pub-cursor-right{ cursor:url(/Images/mouse-right.cur); }


