/*slider*/
#slider{margin-top:10px;width:958px;background:white;position:relative;}
#slider .sliderContainer{width:958px;overflow:hidden;background:#ffffff;position:relative;}
#slider .sliderContainer img{margin:0;}
#slider .sliderIcon{height:10px;width:120px;margin:0 auto;padding-top:15px;position:absolute;bottom:0px;left:50%;margin-left:-70px;line-height:10px;overflow:hidden;}
#slider .btnL,#slider .btnR{display:block;width:38px;height:78px;position:absolute;filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;top:48%;margin-top:-39px;}
#slider .btnL:hover,#slider .btnR:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;top:48%;}
#slider .btnL{left:0;background-position:0px 0;}
#slider .btnR{right:0;background-position:-62px 0;}
#slider ul li{display:block;float:left;margin-left:19px;*margin-left:15px;height:10px;width:10px;line-height:10px;overflow:hidden;cursor:pointer;}
#slider ul li.current,#slider ul li.hover{background-position:0 0px;}

/*entrance*/
#entrance{margin-top:15px;}
#entrance #shareList,#entrance #newList{width:470px;height:180px}
#entrance #newList .panel_top{background:url("images/panel_top_r.png") no-repeat;height:35px;}
#entrance #shareList .panel_top{background:url("images/panel_top_l.png") no-repeat;height:35px;}
#entrance .container{border-left:1px solid #ddd;border-right:1px solid #ddd;height:150px;}
#entrance .border_bot{background:url("images/border_bot.png") no-repeat;height:5px;}
#shareList ul{padding-left:10px;padding-top:10px}
#shareList li{background: url("images/point.gif") no-repeat 0px 10px; padding-left:10px;padding-top:5px;padding-bottom:5px;}
#shareList li .item{display:inline-block;width:300px;}
#shareList li .date{float:right;color:#666;font-size:12px;padding-right:10px;}
#shareList li a{color:#666;font-size:12px;width:100px;}
#shareList li a:hover{text-decoration:underline;}

/*log*/
#entrance #cube_count{color:#666;font-size:12px;padding-left:10px;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #ddd;}
#entrance #cube_log{background:url("images/log_bg.png") no-repeat 50% 12px;color:#666;font-size:12px;width:100%;height:100%}
#entrance #cube_log #use_log{padding-left:20px;padding-top:25px;}

/*user*/
#user{margin-top:40px;height:70px;}
#user .biguser{width:70px;height:70px;display:inline;float:left;margin-right:9px}
#line {border-top:1px solid #ddd;}

/*postList*/
#postList #shareList,#postList #newList{width:410px;padding-right:30px;}
#postList .title{background-position:0 -50px;height:18px;width:100%;}
#postList .container{padding-top:10px;}
#postList #newList .title{background-position:0 -75px;}
#postList li{list-style: inside;line-height:24px;}
#postList a{color:#808080;}
#postList a:hover{color:#3c3c3c;}
