.flash700 div,.flash700 object{margin-left:-43px}
.ytgallery .ui-corner-all,.ytgallery .ui-corner-bottom,.ytgallery .ui-corner-right,.ytgallery .ui-corner-br{border-bottom-right-radius:4px}
.ytgallery .ui-corner-all,.ytgallery .ui-corner-bottom,.ytgallery .ui-corner-left,.ytgallery .ui-corner-bl{border-bottom-left-radius:4px}
.ytgallery .ui-corner-all,.ytgallery .ui-corner-top,.ytgallery .ui-corner-right,.ytgallery .ui-corner-tr{border-top-right-radius:4px}
.ytgallery .ui-corner-all,.ytgallery .ui-corner-top,.ytgallery .ui-corner-left,.ytgallery .ui-corner-tl{border-top-left-radius:4px}
.ytgallery .ui-widget-content{border:1px solid #ffc905;background:#fff;color:#222}
.ytgallery .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}
.ytgallery .ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #ffc905;box-shadow:0 0 5px #ffc905}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index:2000;
	background-image: url('../images/back-to-top-red.png');
    background-repeat:no-repeat;
    width:35px;
    height:35px;
}
.back-to-top{ opacity:0.5; filter: alpha(opacity=50);}
.back-to-top:hover{ opacity:1; filter: alpha(opacity=100); -moz-transition: all 500ms ease!important;-ms-transition: all 500ms ease;-o-transition: all 500ms ease!important;transition: all 500ms ease!important;}
