.iconTransition:before {
  display: none !important;
}
#sequence-showcase {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#sequence-showcase.overlay_black {
  background: url("../images/overlay.png") repeat 0 0 transparent;
}
#sequence-showcase.overlay_white {
  background: url("../images/overlay_white.png") repeat 0 0 transparent;
}
#sequence-showcase:hover .arrownext {
  right: 0px;
}
#sequence-showcase .arrownext {
  cursor: pointer;
  display: none;
  font-weight: bold;
  position: absolute;
  top: 53%;
  z-index: 1000;
  height: 75px;
  margin-top: -47.5px;
  right: -44px;
  padding: 0 0 0 10px;
  background: url('../images/slider/arrowFullslider.png') no-repeat -39px -66px;
  display: block;
  height: 66px;
  width: 33px;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
#sequence-showcase .arrownext:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
#sequence-showcase:hover .arrowprev {
  left: 0px;
}
#sequence-showcase .arrowprev {
  cursor: pointer;
  display: none;
  font-weight: bold;
  position: absolute;
  top: 53%;
  z-index: 1000;
  height: 75px;
  margin-top: -47.5px;
  left: -44px;
  padding: 0 10px 0 0;
  background: url('../images/slider/arrowFullslider.png') no-repeat 0px -66px;
  display: block;
  height: 66px;
  width: 33px;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -moz-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  -webkit-transition: all 0.7s cubic-bezier(0.025,1,0.235,1.5);
  -webkit-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  -ms-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  -o-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
}
#sequence-showcase .arrowprev:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
#sequence-showcase .arrownext,
#sequence-showcase .arrowprev {
  -moz-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  -webkit-transition: all 0.7s cubic-bezier(0.025,1,0.235,1.5);
  -webkit-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  -ms-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  -o-transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
  transition: all 0.7s cubic-bezier(0.025,1.205,0.235,1.570);
}
#sequence-showcase .pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
#sequence-showcase .paused {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
}
#sequence-showcase #sequence li.image-left .title a,
#sequence-showcase #sequence li.image-right .title a,
#sequence-showcase #sequence li.image-top .title a,
#sequence-showcase #sequence li.image-bottom .title a {
  mask: url("../images/mask.svg#dark");
}
#sequence .title.black a,
#sequence .subtitle.black span,
#sequence .title.white a:hover {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
#rt-showcase .shadow1:after,
#rt-showcase .customshadow1:after,
#rt-showcase .shadow2:after,
#rt-showcase .customshadow2:after,
#rt-showcase .shadow3:after,
#rt-showcase .customshadow3:after,
#rt-showcase .shadow4:after,
#rt-showcase .customshadow4:after {
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.1) inset;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.1);
}
#rt-showcase .slider_wrapper.frame_legacy,
#rt-showcase #frame_legacy {
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2), 10px 10px 1px #E8E8E8 inset, -10px -10px 1px #E8E8E8 inset;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2), 10px 10px 1px #E8E8E8 inset, -10px -10px 1px #E8E8E8 inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2), inset 10px 10px 1px #E8E8E8, inset -10px -10px 1px #E8E8E8;
}
.slider_wrapper.frame_legacy {
  border: 1px solid #ffffff !important;
}
#frame_legacy {
  border: 1px solid #ffffff !important;
  border: 1px solid rgba(255,255,255,0.95) !important;
}
.facebook_showcase {
  background: url(../images/light/social/facebook.png) no-repeat 0 0;
}
.twitter_showcase {
  background: url(../images/light/social/twitter.png) no-repeat 0 0;
}
.gplus_showcase {
  background: url(../images/light/social/google.png) no-repeat 0 0;
}
.dribbble_showcase {
  background: url(../images/light/social/dribbble.png) no-repeat 0 0;
}
.linkedin_showcase {
  background: url(../images/light/social/linkedin.png) no-repeat 0 0;
}
.blogger_showcase {
  background: url(../images/light/social/blogger.png) no-repeat 0 0;
}
.delicious_showcase {
  background: url(../images/light/social/delicious.png) no-repeat 0 0;
}
.digg_showcase {
  background: url(../images/light/social/digg.png) no-repeat 0 0;
}
.flickr_showcase {
  background: url(../images/light/social/flickr.png) no-repeat 0 0;
}
.friendfeed_showcase {
  background: url(../images/light/social/friendfeed.png) no-repeat 0 0;
}
.lastfm_showcase {
  background: url(../images/light/social/lastfm.png) no-repeat 0 0;
}
.livejournal_showcase {
  background: url(../images/light/social/livejournal.png) no-repeat 0 0;
}
.mixx_showcase {
  background: url(../images/light/social/mixx.png) no-repeat 0 0;
}
.myspace_showcase {
  background: url(../images/light/social/myspace.png) no-repeat 0 0;
}
.netvibes_showcase {
  background: url(../images/light/social/netvibes.png) no-repeat 0 0;
}
.newsvine_showcase {
  background: url(../images/light/social/newsvine.png) no-repeat 0 0;
}
.picasa_showcase {
  background: url(../images/light/social/picasa.png) no-repeat 0 0;
}
.reddit_showcase {
  background: url(../images/light/social/reddit.png) no-repeat 0 0;
}
.stumbleupon_showcase {
  background: url(../images/light/social/stumbleupon.png) no-repeat 0 0;
}
.technorati_showcase {
  background: url(../images/light/social/technorati.png) no-repeat 0 0;
}
.vimeo_showcase {
  background: url(../images/light/social/vimeo.png) no-repeat 0 0;
}
.wordpress_showcase {
  background: url(../images/light/social/wordpress.png) no-repeat 0 0;
}
.yahoo_showcase {
  background: url(../images/light/social/yahoo.png) no-repeat 0 0;
}
.yelp_showcase {
  background: url(../images/light/social/yelp.png) no-repeat 0 0;
}
.youtube_showcase {
  background: url(../images/light/social/youtube.png) no-repeat 0 0;
}
.feed_showcase {
  background: url(../images/light/social/feed.png) no-repeat 0 0;
}
