/**handles:user-gallery-widgets**/
/*Widgets*/
/*Widgets*/
/*Widgets*/
/*Widgets*/
/*Widgets*/
.widget-us-gallery-div {
	width:47px !important;
	height:47px !important;
	float:left !important;
	margin:0 2px 2px 0 !important;
}
.widget-us-gallery-img {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width:47px !important;
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.widget-us-gallery-img:hover {
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.widget-us-classic-div {
	margin:0 0 2px 0 !important;
}
.widget-us-classic-div img{
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.widget-us-classic-div img:hover{
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.widget-us-classic-img {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.widget-us-classic-img:hover {
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
}