﻿


			.image-gallery{
			}

            .image-gallery > ul {
              margin-bottom: 0;
              list-style-type:none;
              

            }
           
		    .image-gallery > ul > li {
                width:  20%;/*20% 206px*/
                padding-right:20px;
                padding-top:20px;
               padding-bottom:20px;
               float: left;
            }
            
            .image-gallery > ul > li a {
			float:left;
              border-radius: 3px;
              border:none;
              outline:none;

              list-style-type:none;

            }
            
            .image-gallery > ul > li a > img {
               border: 1px solid #CCC;
               border-radius: 3px;
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
              box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
            }
            
             .image-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.3, 1.3, 1.3);
              transform: scale3d(1.3, 1.3, 1.3);
              z-index:3;
              box-shadow:none;
              border: 1px solid #ccc;
			  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
			  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
			  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
        	}
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        	
        				.image-gallery2{

			}

            .image-gallery2 > ul {
              margin-bottom: 0;
              list-style-type:none;
            }
           
		    .image-gallery2 > ul > li {
                float: left;
                margin-right: 8px;
                margin-bottom: 10px;
                width: 265px; >
            }
            
            .image-gallery2 > ul > li a {
              border-radius: 3px;
              border:none;
              outline:none;
            }
            
            .image-gallery2 > ul > li a > img {
               border: 1px solid #CCC;
               border-radius: 3px;
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
              box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
            }
            
             .image-gallery2 > ul > li a:hover > img {
              -webkit-transform: scale3d(1.3, 1.3, 1.3);
              transform: scale3d(1.3, 1.3, 1.3);
              z-index:3;
              box-shadow:none;
              border: 1px solid #ccc;
			  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
			  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
			  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
        	}

        	
        	

