.glidecontentwrapper{
	position: relative; 
	width: 799px;
	height: 200px;
	overflow: hidden;
}
.glidecontent{
	position: absolute;
	padding: 0px;
	visibility: hidden;
	width: 810px;
	background-color: #333;
	height: 210px;
	z-index: -9999;
}

.glidecontenttoggler{ 
	width: auto;
	margin-top: 6px;
	text-align: center; 
 
}

.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ 
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ 
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ 
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}



.prev {
	display:block;
	
	background-position: -15px;
}
.next {display:block;
background-position: -15px;}


.menu_right a {
	background-image: url(../png/worknav_bg.png);
	background-repeat: no-repeat;
	background-position: -14px 0;
	height: 15px;
	width: 53px;
   }
   .menu_left a {
	background-image: url(../png/worknav_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
	width: 53px;
   }
.menu_left a:hover {
	background-position: 0px -15px;   
   }
.menu_right a:hover {
	background-position: -14px -15px;
   }
