#slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 170px;
	height:53px;
	text-align:left;
	z-index:1000000;
	background:url(/blocks/images/bg_top.png) repeat-x 0 0;
	border-right: 1px solid #3C310D;
}
	#sliderContent {
		float: left;
		width: 90%;
	}
		#blockCopyright {
			display:block;
			width:330px;
			height:19px;
			float:left;		
			background:url(/blocks/images/mm-one.png) no-repeat 107px 13px;
			padding: 19px 0 0 6px;
			text-align: left;
			font-size: 14px;		
			font-weight: bold;
			color: #2F6C81;
		}	
		#logout {
			display:block;
			width:52px;
			height:52px;
			float:right;
			background:url(/blocks/images/exit.png) no-repeat 40px 14px;
			padding:12px 15px 0 0;
			overflow:hidden;
			text-indent:80px;
		}
		
	#openCloseWrap {
		display:block;
		width:170px;
		height:50px;
		float: right;
		background:url(/blocks/images/next.png) no-repeat 135px 14px;
	}
	
	#blockTitle {
		display:block;
		width:100px;
		font-size: 14px;		
		font-weight: bold;
		color: #2F6C81;
		padding: 19px 0 0 6px;
		float: left;
	}
	
	#topMenuImage {
		display:block;
		width:50px;
		height:50px;
		float: right;
	}
	
		#openCloseWrap a img {
			width:50px;
			height:50px;
		}