/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {width:100%;	}
.container ul{list-style-type:none; margin:0; padding:0; }
.container li{display:inline; margin:0px; padding:0px;}
/*Content Container*/
.contentContainer {padding-left:0px; float:left; width:0px;	height:369px; overflow:hidden; position:relative;}
.contentWrapper{}
.contentInnerWrapper{text-align: justify; padding:0; margin:0;}

/* Handle*/
.handle{float: left; width: 44px; height: 369px; margin:0px; margin-right:0; /*background:  url(../images/blade.png) no-repeat; */ background-color:#333; border-left:2px solid #1a1a1a; cursor:pointer;}
.handle .number {font-size:24px; text-align:center; padding:5px 0 10px 0; color:#666;}
.handle .pad {margin:0 0 0 16px;}
.handle .vertical {
	color:#fff;
	border:none;
	writing-mode:tb-rl;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform: rotate(0deg);	
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #777;
	
}
html>body .handle .vertical {}

.handleOver {/*background: url(../images/blade_sel.png) no-repeat; */ background-color:#3e3e3e; }
.handleSelected {background-color:#2f5a7a; background-image:-ms-linear-gradient(bottom, #2f5a7a, #4b8ea8); background-image:-moz-linear-gradient(bottom, #2f5a7a, #4b8ea8); background-image:-o-linear-gradient(bottom, #2f5a7a, #4b8ea8); background-image:-webkit-gradient(linear, left bottom, left top, from(#2f5a7a), to(#4b8ea8)); background-image:-webkit-linear-gradient(bottom, #2f5a7a, #4b8ea8); background-image:linear-gradient(bottom, #2f5a7a, #4b8ea8);}
.handleSelected .number {color:#b5e5ff;}
