.slideBox{ width:1140px; height:300px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#069; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1140px; height:300px; display:block;  }

.profilebg{ background-image:url(../image/profile_bg.jpg); width:100%; height:240px;}
.profileBox{ width:449px; height:240px; overflow:hidden; position:relative;  }
.profileBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.profileBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.profileBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px; line-height:10px;  background:#ccc; cursor:pointer;-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius:50px; }
.profileBox .hd ul li.on{ background:#f60; }
.profileBox .bd{ position:relative; height:100%; z-index:0;   }
.profileBox .bd li{ zoom:1; vertical-align:middle; }
.profileBox .bd img{ width:449px; height:240px; display:block;  }