/*
 CSS for Plugin: Tab Slide
/* TAB-SLIDE */

#tab_toggle {
	position: absolute;
	right: 0;
	top: 45%;
	margin-right: -20px;
	width: 40px;
	height: 80px;
	background: #fff url(images/tab_toggle.png) no-repeat;
	z-index: 10000;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 4px;
	border: solid 1px #ccc;
}

#tab_toggle:hover {
	background-color: #43a4ef;
	cursor: pointer;
	color: #fff;
}

.tab_slide_wrapper {
	font-family: 'calibri','Lucida Grande',Verdana,Arial,Sans-Serif; 
	height:100%;
	left:0;
	margin:0;
	position:
	fixed;
	top:0;
	width:100%;
	z-index:100000;
}
	
#timer .hidden{
	display: none;
}

#timer .shown{
	display: block;
}