html[data-useragent*='MSIE 10.0'] .manip .scaler, html[data-useragent*='MSIE 10.0'] .manip .rotate
{
	background: rgba(255, 255, 255, 0.0);
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-n 
{
    cursor: url('../cursor_ns-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-ne 
{
    cursor: url('../cursor_nesw-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-e 
{
    cursor: url('../cursor_ew-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-se 
{
    cursor: url('../cursor_nwse-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-s 
{
    cursor: url('../cursor_ns-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-sw 
{
    cursor: url('../cursor_nesw-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-w 
{
    cursor: url('../cursor_ew-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-nw 
{
    cursor: url('../cursor_nwse-3.html'), auto;
}

html[data-useragent*='MSIE 10.0'] .manip .rotate-ne 
{
    cursor: url('../cursor_rotatetopright-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .rotate-se 
{
    cursor: url('../cursor_rotatebottomright-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .rotate-sw 
{
    cursor: url('../cursor_rotatebottomleft-3.html'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .rotate-nw 
{
    cursor: url('../cursor_rotatetopleft-3.html'), auto;
}