@charset "utf-8";
/* CSS Document */

 ul {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
      ul{  
	     margin-bottom:25px;
		 list-style:none;
	   }
	  
	  
	   li {  
	      
          list-style:none;       
      }
	  
      ul li img {
          cursor: pointer;
      }
	  
	  .gallerypadding{margin-top:25px;}
      .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-height:95%;
          padding-top: 30px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              max-height:95%;
              padding-top: 30px;
          }          
      }
      @media screen and (max-width:1500px){
        
      }
	  
	  
	  .thumb-style{display: block;
	  max-height:180px;
	  min-height:85px;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;}