
.thumb{
		display:inline-block;
		vertical-align: central;overflow:hidden;padding-top:0px; height:0; width:300px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:0 0;background-repeat:no-repeat;text-decoration:none;color:inherit}
		
		
 #port,#port2,#port3,#port4,#port5,#port6,#port7,#port8,#port9,#port10,#port11 {
        margin:0px;
        overflow: hidden;
        position: relative;
        /*width: 700px;*/
        height: 190px;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        padding: 0px 10px;
    }

    .parallax-layer {
        position: absolute;
    }
	
	.parallax-layer2 {
        position: absolute;
    }
	
	.parallax-layer3 {
        position: absolute;
    }
	
	.parallax-layer4 {
        position: absolute;
    }
	
	.parallax-layer5 {
        position: absolute;
    }
 
 	.parallax-layer6 {
        position: absolute;
    }
 
  	.parallax-layer7 {
        position: absolute;
    }
	
	.parallax-layer8 {
		position: absolute;
    }
	
 	.parallax-layer9 {
        position: absolute;
    } 
	.parallax-layer10 {
        position: absolute;
    }
 	.parallax-layer11 {
        position: absolute;
    }       
    /* Horizontal lists of inline-blocks, with image backgrounds as thumbnails */
    /* Tested in Safari 4 | FF 3.5 | Opera 9.6 | IE7 */ 
    .thumbs_index {
        padding: 0 10px;
        /* initial position */
        left: 0;
        /* Put all he thumbs on one line. */
        white-space: nowrap;
    }
    
    .thumbs_index > li {
        display: inline;
        margin-right: 12px;
    }
    
    .img_thumb {
      padding-top:0px;
      width: 300px;
	  height:190px;

      -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
         -moz-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
              box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    }

