	#thmcontent{
	   margin-top: 70px;
	}
	div.thumb {
	  background: #eee none repeat scroll 0 0;
	  margin-bottom: 15px;
          padding: 20px 20px 15px;
          min-height: 280px;
	  text-align: center;
	}
	.thumb img{
            display: block;
            height: auto;
            max-width: 100%;
            margin: 0 auto;
	}
	
	
	.thumb:hover, #active{
		background:#ff841c;
		color: rgb(42, 42, 42);
		
	}

	.photocattitle {
		text-align: center; font-weight: bold;
	}
	.phototitle {
		text-align: center;
		font-weight: normal;
	} 

  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }

  pre {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    margin: 0;
    padding: 0;
  }

  #container{
    background:#fff;
  }
  
  .ad-gallery img{
    display: block;
    height: auto;
    max-width: 100%;
  }
  
  #img_gallery_modal .modal-body{padding: 0 15px;}