/* 
    Created on : 2014-01-06, 20:57:20
    Author     : Mateusz Sabat <kontakt@mateuszsabat.pl>
*/

.slider {
	overflow: hidden;
}

.slider_wrapper {
	width: 10000px;
}

.thumbs {
	position: relative;
}

.thumbs .scrollLeft, .thumbs .scrollRight {
	position: absolute;
	top: 60px;
}

.thumbs .scrollLeft {
	left: 10px;
}

.thumbs .scrollRight {
	right: 10px;
}
