body{background: transparent !important;}
.contain_main{margin-bottom: 0px;margin-top: 10px !important;max-width: 1300px;}
.wowbook-thumbnails{position: fixed !important;}
#container-catalogue{position: relative;padding: 15px 0px;overflow: hidden;}
.tool-catalogue{list-style: none;padding: 0px;position: absolute;width: 46px;}
.tool-catalogue li{}
.tool-catalogue a {display: block;height: 46px;width: 48px;padding: 0;background: #000000 no-repeat;background-position: 8px 7px;text-indent: 100%;white-space: nowrap;overflow: hidden;}
.tool-catalogue #zoomin {background-image: url(../images/icons/zoom_in.png);}
.tool-catalogue #zoomout {background-image: url(../images/icons/zoom_out.png);}
.tool-catalogue #first {background-image: url(../images/icons/arrow_double_left.png);}
.tool-catalogue #last {background-image: url(../images/icons/arrow_double_right.png);}
.tool-catalogue #next {background-image: url(../images/icons/arrow_right.png);}
.tool-catalogue #back {background-image: url(../images/icons/arrow_left.png);}
.tool-catalogue #slideshow {background-image: url(../images/icons/slideshow_play.png);}
.tool-catalogue #slideshow.wowbook-disabled {background-image: url(../images/icons/slideshow_pause.png);}
.tool-catalogue #flipsound {background-image: url(../images/icons/sound_on.png);}
.tool-catalogue #flipsound.wowbook-disabled {background-image: url(../images/icons/sound_off.png);}
.tool-catalogue #thumbs {background-image: url(../images/icons/thumbs.png);}
.tool-catalogue #fullscreen {background-image: url(../images/icons/fullscreen_on.png);}
.tool-catalogue #fullscreen.wowbook-disabled {background-image: url(../images/icons/fullscreen_off.png);}
.tool-catalogue a:hover{background-color: #2C2C2C;background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));background-image: -webkit-linear-gradient(top, #555555, #222222);background-image: -moz-linear-gradient(top, #555555, #222222);background-image: -ms-linear-gradient(top, #555555, #222222);background-image: -o-linear-gradient(top, #555555, #222222);background-image: linear-gradient(top, #555555, #222222);}


@media(max-width: 850px){
	.tool-catalogue{display: none;}
}