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('includes/images/cursor_ns.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-ne 
{
    cursor: url('includes/images/cursor_nesw.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-e 
{
    cursor: url('includes/images/cursor_ew.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-se 
{
    cursor: url('includes/images/cursor_nwse.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-s 
{
    cursor: url('includes/images/cursor_ns.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-sw 
{
    cursor: url('includes/images/cursor_nesw.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-w 
{
    cursor: url('includes/images/cursor_ew.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .scaler-nw 
{
    cursor: url('includes/images/cursor_nwse.cur'), auto;
}

html[data-useragent*='MSIE 10.0'] .manip .rotate-ne 
{
    cursor: url('includes/images/cursor_rotateTopRight.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .rotate-se 
{
    cursor: url('includes/images/cursor_rotateBottomRight.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .rotate-sw 
{
    cursor: url('includes/images/cursor_rotateBottomLeft.cur'), auto;
}
html[data-useragent*='MSIE 10.0'] .manip .rotate-nw 
{
    cursor: url('includes/images/cursor_rotateTopLeft.cur'), auto;
}