
#image {
	position:relative; 
	width:260px; 
	height:350px; 
	padding:5px; 
}
#image img {
	position:absolute; 
	top:5px; 
	left:5px
}

#thumbs {
	position:relative; 
	list-style:none; 
	margin-left:5px; 
	width:250px; 
}
#thumbs img{
	padding: 5px;
}
#thumbs li {
	float:left; 
	margin-right:5px; 
	cursor:pointer
}


.opis {
	position:relative; 
	list-style:none; 
	margin-left:55px;
}

