div.scrollingHotSpotLeft
{ min-width: 75px;
width: 10%;
height: 100%; background-image: url(//pictoart.cz/wp-content/themes/pictoart2016/img/arrl.png);
background-repeat: no-repeat;
background-position: center center;
position: absolute;
z-index: 200;
left: 0; cursor: url(//pictoart.cz/wp-content/themes/pictoart2016/images/cursors/cursor_arrow_left.png), url(//pictoart.cz/wp-content/themes/pictoart2016/images/cursors/cursor_arrow_left.cur),w-resize;
} div.scrollingHotSpotLeftVisible
{
background-image: url(//pictoart.cz/wp-content/themes/pictoart2016/img/arrl.png);				
background-color: transparent;
background-repeat: no-repeat;
zoom: 1; } div.scrollingHotSpotRight
{
min-width: 75px;
width: 10%;
height: 100%;
background-image: url(//pictoart.cz/wp-content/themes/pictoart2016/img/arrr.png);				
background-repeat: no-repeat;
background-color: transparent;
background-position: center center;
position: absolute;
z-index: 200;
right: 0;
cursor: url(//pictoart.cz/wp-content/themes/pictoart2016/images/cursors/cursor_arrow_right.png), url(//pictoart.cz/wp-content/themes/pictoart2016/images/cursors/cursor_arrow_right.cur),e-resize;
} div.scrollingHotSpotRightVisible
{
background-image: url(//pictoart.cz/wp-content/themes/pictoart2016/img/arrr.png);
background-color: transparent;
background-repeat: no-repeat;
zoom: 1;
} div.scrollWrapper
{
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
}
div.scrollableArea
{
position: relative;
width: auto;
height: 100%;
}