               .picCenter {
                    width: 100%;
                    margin: 5px auto;
                }

                .photo_img img {
				    box-sizing: border-box;
					border: 1px solid #fff;
					transition:all .7s ease 0s; 
					width:300px;
					height:200px;
                }
                .photo_img img:hover {
				    box-sizing: border-box;
					border: 1px solid #023246;
                    box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
                    -webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
                    -moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
                }

                .photo_nr {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    margin: 0px;
                }

                ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .photo_nr ul li {
                    float: left;
                    margin: 0 1px;
                    line-height: 30px;
                    text-align: center;
					cursor: pointer;
                }

                .photo_nr p {
                    padding: 0;
                    margin: 0;
                }

                /*
                #LeftArr {
                    background: url(img/e_left.png) no-repeat;
                    width: 40px;
                    height: 40px;
                    margin-left: -15px;
                    text-decoration: none;
                    color: #323232;
                }

                #RightArr {
                    background: url(img/e_right.png) no-repeat;
                    width: 40px;
                    height: 40px;
                    margin-right: -15px;
                    text-decoration: none;
                    color: #323232;
                }
                */
                .listRotation{
                    border: 1px solid rgba(255,255,255,.1);
                }