#owl-gcPhotoGallery .item{
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.selected {
    opacity:0.5;
}
.carousel-control {
    background: none !important;
}

.fancybox-item.fancybox-close {
    background: transparent url("../img/close.png") no-repeat scroll 0 0;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}
.fancybox-next span {
    background: #3e8135 url("../img/right.png") no-repeat scroll center center;
    height: 50px;
    right: 0;
    width: 50px;
}
.fancybox-prev span {
    background: #3e8135 url("../img/left.png") no-repeat scroll center center;
    height: 50px;
    left: 0;
    width: 50px;
}