﻿div.img-sh-r {
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 5px 5px 0px 15px;
	padding: 0;
	position: relative;
	float:right;
}

div.img-sh-r img {
	background-color: #fff;
	border: 1px solid #a9a9a9;	
	margin: -5px 5px 5px -5px;	
	position: relative;
	vertical-align: bottom;	
}

div.img-sh-l {
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 10px 10px 0px 20px;	
	padding: 0;
	position: relative;
	float:left;		
}

div.img-sh-l img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 0px -5px;	
	position: relative;	
}

div.img-obj {
	background: url('images/shadow.gif') no-repeat bottom right;	
	margin: 10px 10px 0px 10px;
	padding: 0;
	position: relative;
	float:left;
	width:162px;
	height:122px;
}

div.img-obj img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 0px -5px;	
	position: relative;	
}

/*opravene obrazky*/
div.img-obj2 {
	background: url('images/shadow.gif') no-repeat bottom right;	
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: relative;
	float:left;
	width:162px;
	height:122px;
}

div.img-obj2 img {
	background-color: #fff;
	margin: -5px 0px 0px -5px;		
	border: 1px solid #a9a9a9;	
	position: relative;	
}