/*  --  SLIDE BLOCK: default  --  */
.slideBlock {
	position: fixed;
	top: 100px;
	right: 0px;
	width: 25px;
	height: 305px;
	overflow: hidden;
/*	background: #FFF;
	border: 1px solid black;
	border-right: 0px;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;*/
	background-image: url(slider_background_shade.png);
	background-repeat: no-repeat;
	}

.slideBlock .toggler {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 25px;
	outline: 0;
	}

.slideBlock .container {
	margin-left: 25px;
	border-left: 1px dotted gray;
	width: 280px;
	height: 280px;
	padding: 10px 0px 10px 0px;
	}
