.obj{
	width:600px;
	float:left;
}

#jezdec{
	position:relative;
	width:600px; 
	margin:0;
	overflow: auto;
}

#inside_jezdec{
	width: 18000px;
	position:absolute;
	height:100%;
}

#lbok{
	background: white url('img/slg.jpg') center center no-repeat;
	width:100px;
	height:200px;
	display:none;
	cursor:hand;
}

#pbok{
	background: white url('img/spg.jpg') center center no-repeat;
	width:100px;
	height:200px;
	cursor:hand;
}

#pobal, #jezdec{
	min-height:300px;
}

#lbok{float:left;}

#pbok{float:right;}