/* BeginOAWidget_Instance_2648024: #OAWidget */

/* ADJUST IMAGES */
.container {
      width:100%;
      height: auto;
      margin-right:auto;
      margin-left:auto;
      font-size:14px;
      }
            
      .item a img {
	float: left;
	padding: 2px;
	background-color: #fff;
	margin: 7px;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.1),0px 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1),0px 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 0 3px rgba(0,0,0,0.1),0px 1px 2px rgba(0,0,0,0.05);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
      }
      
      .item a:hover img, .item a:active img {
      padding:2px;
	-moz-box-shadow: 0px 0px 3px 2px rgba(0,173,239,.5);
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,173,239,.5);
	box-shadow: 0px 0px 3px 2px rgba(0,173,239,.5);
	  
      }
      
      .clearfix:after{
      clear:both;
      }
      #inline{
      visibility: hidden;
      color:#444;
      }
/* EndOAWidget_Instance_2648024 */
