.gliderbackdrop{
	position: relative; /* Do not change this value */
	width: 560px;
	height: 175px;
	overflow: hidden;
	background-image: url('../media/images/brokenglass.jpg');
	/*background-image:url('../media/imgFunction/glider-backdrop.png');*/
}
.glidercontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	visibility: hidden;
	width: 560px;
}
.glidertoggler{ /*style for DIV used to contain toggler links. */
	width: 560px;
	margin-top: 0px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"*/
	background-color: #000000; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.glidertoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid black;
	background-color: #000000;
	color: #2e6ab1;
	padding: 0px;
	margin-right: 0px;
	font-weight: bold;
	text-decoration: none;
}

.glidertoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background-color: #000000;
	color: black;
}

.glidertoggler a:hover{
	background-color: #000000;
	color: black;
}

.glidertoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidertoggler a.prev, .glidertoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidertoggler a.prev:hover, .glidertoggler a.next:hover{
	background-color: #000000;
	color: white;
}
.gliderbuttons{ /*style for DIV used to contain toggler links. */
	width: 350px;
	margin-top: 2px;
	margin-left: 2px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"*/
	background: #000000; /*always declare an explicit background color for fade effect to properly render in IE*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.gliderbuttons a{ /*style for every navigational link within toggler */
	background-color:#000000;
	/*background: transparent url('../media/imgFunction/imgToggler.png') no-repeat 0 0px;*/
	/*background: transparent url('../media/imgFunction/square-gray-left.png') no-repeat top left;*/
	color:#004548;
	display: block;
	margin-right: 6px;
	margin-bottom:2px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	width:80px;
	height: 20px; /* Height of button background height */
	/*padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	text-align:center;
}

.gliderbuttons a span{
	background: transparent url('../media/imgFunction/imgToggler2.png') no-repeat 0 0px;
	display: block;
	padding: 4px 9px 4px 9px; /*Set 9px below to match value of 'padding-left' value above*/
}

.gliderbuttons a.selected, .gliderbuttons a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
	/*background-position: bottom left;*/
	/*background: transparent url('../media/imgFunction/imgToggler.png') no-repeat 0 -20px;*/
}

.gliderbuttons a.selected span, .gliderbuttons a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
	/*background-position: bottom right;*/
	background: transparent url('../media/imgFunction/imgToggler2.png') no-repeat 0 -22px;
	color: black;
}

.gliderbuttons a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.gliderbuttons a.prev, .glidertoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.gliderbuttons a.prev:hover, .glidertoggler-2 a.next:hover{
}
.imgTitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:italic;
font-weight:bold;
color:#E29B16;
padding:0px;
}

