/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://83.220.137.111/mt-static/themes-base/blog.css);
@import url(http://83.220.137.111/mt-static/support/themes/next_commerce/next_commerce.css);
/* end StyleCatcher imports */


#blog-link {
    display: block;
    width: 150px;
    height: 60px;
    background: url(http://blog.next-commerce.com/wp-content/themes/nextcommerce/images/sprite.png) -536px 0 no-repeat;
    margin-top: 20px;
}
#blog-link #blog-link-hover {
    display: block;
    background: url(http://blog.next-commerce.com/wp-content/themes/nextcommerce/images/sprite.png) -686px 0 no-repeat;
    width: 150px;
    height: 60px;
    text-indent:-9999px;
    -moz-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    transition: opacity 500ms;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
#blog-link:hover #blog-link-hover,
#blog-link:focus #blog-link-hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}





































