@charset "UTF-8";
/* BeginOAWidget_Instance_2648024: #OAWidget */
.galleryContainer {
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	overflow: auto;
	text-align: center;
	
      }

.item {
	
	display: inline-block;
}
      
      
.item a img {
      padding:3px;
      background-color: #FFF;
      margin-right:10px;
	  margin-left:10px;
	  margin-bottom:20px;
	  margin-top:20px;
		  width:270px;
		  height:220px;
      
filter:alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      }
      
.item a:hover img, .item a:active img {
     
      filter:alpha(opacity=80);
      -moz-opacity:0.80;
      -khtml-opacity: 0.80;
      opacity: 0.80;
		  
      }
      
.clearfix:after
	{
      clear:both;
	
      }

#inline {
		  
      visibility: hidden;
      color:#444;
		  
      }


/* iPhone Portrait */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
	
  {
	  
	  .item a img {
   
		  width:85%;
		  height:auto;
	  
	  
}


/* EndOAWidget_Instance_2648024 */

