.jq_Impreview {
cursor: pointer;

}
.jq_Impreview img {

}
.loading {
background-position: center center;
background-repeat: no-repeat
}
#jQimagPreview {
display: none;
margin: 0;
position: fixed;
top: 0px;
left: 0px;
width: 2000px;
height: 1200px;
background-image: url("../images/repead_jque_img.png");
background-repeat: repeat;
z-index: 999999999
}

#jQimagPreview_cont {
display: block;
margin: 0 auto;
left: 300px;
top: 0px;
position: relative;
border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-wap-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px
}

#jQimagPreview_cont .con_in {
display: block;
margin: 0 auto;
min-height: 0px
}
#jQimagPreview_cont .jQimagPreview_img_i {
display: block;
height: auto;
margin: auto 0;
position: relative;
border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-wap-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
    box-shadow: 0px 0px 43px #888888;
	max-height: 600px;
	max-width:800px
}
#jQimagPreview_cont .closeWin {
    cursor: pointer;
    left: -17px;
    position: relative;
    top: 7px;
    z-index: 999;
}
#jQimagPreview_cont .closeWin img {
width: 27px;
height: auto
}
