/*#customershow start*/
		#customershow {
    margin-right: auto;
    margin-left: auto;
}
#showloading {
    width: 100%;
    height: 50px;
    background: #fff url(../image/ajax-loader.gif) center center no-repeat;
    position: absolute;
    z-index: 999;
}
#p_show_nav #p_show_info {
    float: left;
    width: 60%;
}
#p_show_info .notice-me {
    padding: 5px;
    background: #FCF8E3;
    border: 1px solid #FBEED5;
}
#p_show_nav #p_nav {
    float: right;
}
#p_show_nav ul li {
    margin: 1px;
    float: left;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    background-color: #333;
    text-align: center;
    color: #FFF;
    line-height: 25px;
    cursor: pointer;
}
#show_image {
    clear: both;
}
#show_image #list li {
    float: left;
    height: 218px;
    width: 218px;
    padding: 5px;
        box-sizing: initial;
}
#show_image #list li img {
    height: 218px;
    max-width: 218px;
    clear: both;
    display: block;
    margin: auto;
}
		/*#customershow end*/