#buttons{
	display: block; 
	width: 56px; 
	height: 56px; 
	position: absolute; 
	right:10px;
	bottom:10px; 
	z-index: 2;
}
#buttons img{
	width:22px;
	margin:2px;
	border:1px solid transparent;
	height:22px;
	cursor:pointer;
	float:left;
}
#slider_home{
	position:relative;
	width:400px;
	height:300px;
	margin:5px auto 45px auto;
}
#slider_products0{
	position:relative;
	width:560px;
	height:560px;
	margin:10px auto;
}

#slider_home .fadein { 
	position:relative; 
	height:300px; 
	width:400px; 
	overflow:hidden;
	}
#slider_home .fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
	width:400px;
	height:300px;
}

#slider_products0 .fadein { 
	position:relative; 
	height:560px; 
	width:560px; 
	overflow: hidden;}
#slider_products0.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
	width:560px;
	height:560px;
}
