#side_bar {
	width:1px;
	height:68px;
	position:fixed;
	background:#fff;
	float:right;
	/*overflow:hidden;*/
	overflow:inherit;
	right:0px;
	top:30%;
	bottom:15%;
	z-index:100000;
	
	border-top-width:thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#side_bar .s_button {
position:relative;
top:-1px;
left:-27px;
cursor:pointer;
}

#side_content
{
	position:relative;
	top:-60px;
	left:10px;
	list-style-position: inside;
	list-style-type: circle;
}