#wysuwany_obszar {
width: 350px; 

padding: 0; 

z-index: 99999; 
position: fixed; 
top: 20px; 
right: -315px;
vertical-align: top;
}
#wysuwany_obszar:hover {
width: 350px; 

padding: 0; 

z-index: 99999;
 position: fixed;
 top: 20px; 
right: -20px;

 }
 
#panel2
{
	background: #223344;
	padding: 0px;
	width: 0px;
	
	position: fixed;
	margin-top: -100px; /*połowa wysokości panelu w górę */	
	left: 0px;
	top: 30%;
	
}

#panel4
{
	background: #223344;
	padding: 0px;
	width: 0px;
	
	position: fixed;
	margin-top: -100px; /*połowa wysoko&#182;ci panelu w górę */	
	left: 0px;
	top: 50%;
	
}


/*---------przycisk panelu--------*/

.slide_button2
{
	background: url(http://s-x-t.pl/sklep2/przycisk_opinie.gif);
	display: block;
	height: 117px;
	text-indent: -9999px;
	width: 30px;

	position: absolute;
	right: -30px;
	top: 0px;
}

.slide_button3
{
	background: url('http://s-x-t.pl/sklep/images/co_cie.png');
	display: block;
	height: 320px;
	text-indent: -9999px;
	width: 30px;
	position: absolute;
	right: -30px;
	top: 0px;
}


