div.ubez {
	margin: 0 auto;	
	text-align:center;
}

ul .ubez {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.ubez li.ubez { 
	display: inline; 
}

img.ubez {
   padding:4px;
   border:2px solid #76b7cb;
   border-radius:10px;
   background-color:#ffffff;
}


.ui-widget-content {
    background: #ffffff;
}

.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
	width: 880px;
	overflow: hidden;
}

.btn {
  background: #6793BF;
  background-image: -webkit-linear-gradient(top, #6793BF, #76B7CB);
  background-image: -moz-linear-gradient(top, #6793BF, #76B7CB);
  background-image: -ms-linear-gradient(top, #6793BF, #76B7CB);
  background-image: -o-linear-gradient(top, #6793BF, #76B7CB);
  background-image: linear-gradient(to bottom, #6793BF, #76B7CB);

  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 25px 55px;
  margin: 2px;
  text-decoration: none;
  text-align:center;
  float: left;
}

.btn:hover {
  background: #FFFFFF;

  text-decoration: none;
}

.space {
  margin: 5px;
}

img.gal {
 filter: sepia(70%)
}
		
img:hover {
filter: sepia(0%)
}
