.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
	background-color: #FFF0F8;
	text-align: center;
	line-height: 30px;
}
.sidr img {
	margin-top: 10px;
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
