html,body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    overflow: hidden;
    background: #fff;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
li{list-style: none;}
.bigBox{
	position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    bottom: 0;
}
.midBox .center{    
    position: absolute;
    top: 0;
    bottom: 110px;
    left: 0;
    right: 0;
}
.midBox .center img{    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.topBar{text-align:center;margin: 10px 0;}
.topBar span{
    display: inline-block;
    opacity: .6;
    line-height: 22px;
    letter-spacing: 8px;
    text-indent: 8px;
    color: #000;
}
.midBox .center span,.bottomBar span{
    position: absolute;
    top: 50%;
    margin-top: -37px;
    opacity: .6;
    cursor: pointer;
    background:url("../../images/starDetail/ewang_btn_icon.png") no-repeat;
    width: 42px;
    height: 74px;
   	opacity:0.9;
    transform: scale(0.6);
}
.bottomBar span{
    transform: scale(0.8);
}
.contentLeft{
    overflow: hidden;
    float: left;
    height: 100%;
    position: relative;
}
.contentRight{
    width: 300px;
    margin-left: 19px;
    float: right;
    min-height: 700px;
    border-left: 1px solid #e6e6e6;
    padding:0 10px;
}
.contentRight span{
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px dotted #e9e9e9;
    display: block;
    margin-top: 10px;
}
.similarImg{
    margin-top: 10px;
    overflow-y: scroll;
}
.similarImg img{
    float: left;
    width: 135px;
    height: 185px;
    margin: 3px;
}
.picInfoPnl p{
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}
.midBox .center .btnLeft:hover{
	left: 0;
    background-position:-94px -84px;
}
.midBox .center .btnRight:hover{
	right:0;
    background-position: -91px 0;
}
.midBox .center .btnLeft{
	left: 0;
    background-position: 0 -86px;
}
.midBox .center .btnRight{
	right:0;
    background-position: 0 0;
}
.litterImg li{
	opacity: .6;
}
.litterImg li,.litterImg li img{
    float:left;
    width: 106px;
    height: 70px;
    margin: 0 5px;
    cursor: pointer;
}
.litterImg li.cur{
    border: 2px solid #3388fb;
    opacity: 1;
}
.litterImg li img{
	margin:0;
}
.bottomBar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
}
.litterImg{
    position: absolute;
    top: 20px;
    left:50%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.bottomBar .btnLeft{
	left:25px;
	background-position:-120px -176px;
}
.bottomBar .btnRight{
	right:25px;
	background-position:-98px -176px;
}
.bottomBar span{
    margin-top: -19px;
    width: 20px;
    height: 38px;
    display: none;
}
.bottomBar:hover span{
	display: block;
}
.center p{
    width:200px;
    height:25px;
    text-align: center;
    line-height: 25px;
    background-color:#444;
    color: #fff;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-12px;
    display: none;
}
.similarImg a{
    width: 135px;
    height: 185px;
    position: relative;
    float: left;
    overflow: hidden;
}
.similarImg a p{
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.5;             /*通用*/
    filter: alpha(opacity=0); /*IE下*/
    -moz-opacity:0.5;
    position: absolute;
    left:0;
    top:0;
    display: none;
}
.similarImg a span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    margin-top: 67.5px;
    text-align: center;
    display: none;
}