/*----------panel----------*/
#panel
{
	background: #e12184;
	padding: 0px;
	width: 240px;
	height:340px;
	padding:10px;
	z-index:99999;
	position: fixed;
	margin-top: -100px; /*połowa wysoko?ci panelu w górę */	
	right: 0px;
	top: 50%;
	
}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url('img/panel_button.png');
	display: block;
	height: 200px;
	text-indent: -9999px;
	width: 50px;

	position: absolute;
	left: -50px;
	top: 0px;
}

.zamknij
{
	
}

a:focus { 
outline:none; 
}