/*My slder draggable*/
.slider{
	width:300px;
	height:20px;
	overflow-x:scroll;	
	overflow-y: hidden;
	cursor:pointer;
	color:rgb(0,0,0,0);
    background-image:url(/pictures/spec/scroll_foto_stena.png);
    background-position:5px center;
    background-repeat:repeat-x;
	margin:0 auto;
}
.slider div{
	width:3000px;
}
.slider::-webkit-scrollbar{
	height:20px;
	background-color:rgb(0,0,0,0);
}
.slider::-webkit-scrollbar-thumb{
	border-radius:20px;
	-webkit-box-shadow:inset 0 0 6px rgba(82,67,67,1);
	background-color:#888;
}