.divLink2 {
	width: 100px;
	height: 35px;
	background-image:url('../images/button1.jpg');
    background-position: top left;
    background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	position:relative;
	float: left;
	}

.divLink2:hover
               {
	             background-position: -100px 0;
                 cursor:pointer;
				 }

 .divLink2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
.divLink2 a:hover {
    text-decoration: none;
}

.sjena{
	width: 137px;
	height: 97px;
	background-image:url('../images/thumbBcg.jpg');
    background-position: top left;
    background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	float: left;
	}
	
.thumb	{
	width: 135px;
	height: 95px;
	/*background-image:url('../images/thumbBcg.jpg');
    background-position: top left;
    background-repeat: no-repeat;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	left:2px;
    top:2px;
	}
	
.thumb:hover {position:relative;
	           left: 0px;
               top: 0px;}
			   
/*.tooltip span {display:none; 
                position:absolute; 
				top:0px; 
				left:90px; 
				background-image: url('../images/thumb1Tooltip.jpg');
	            background-position: top center;
                background-repeat: no-repeat;
				padding: 0px 0px 0px 0px;
	            margin: 0px 0px 0px 0px;
				width: 380px;
				height: 265px;}
				
.tooltip:hover span{display:inline;
                      z-index:10;}*/	   