@charset "utf-8";
/* CSS Document */

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	margin: 0px;
	padding: 0px;
	width: 251px;
	height: 220px; /* Set height to be able to contain height of largest content shown*/
	/*border: 5px solid #687C98;*/
	float:left;
	overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	/*background: white;
	padding: 10px;
	visibility: hidden;
	width: 330px;*/
	background: white;
	width: 231px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	visibility: hidden;

	color:#999999;
	font-size: 12px;
	font-weight:normal;
	line-height: 18px;
	text-align: right;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 24px;
	padding-left: 0px;
}

	.glidecontent h2
	{
		margin: 0px;
		text-align: right;
		padding-top: 0px;
		padding-right: 25px;
		padding-bottom: 17px;
		padding-left: 0;
	}
	/*.glidecontent p
	{
		color:#999999;
		font-size: 12px;
		font-weight:normal;
		text-align: right;
		padding-top: 0px;
		padding-right: 12px;
		padding-bottom: 24px;
		padding-left: 0px;
		line-height: 18px;
		margin-top: 0px;
		margin-right: 8px;
		margin-bottom: 0px;
		margin-left: 0px;
	}*/
.glidecontentHome{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	/*background: white;
	padding: 10px;
	visibility: hidden;
	width: 330px;*/
	background: white;
	width: 251px;
	padding:0 12px 24px 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	visibility: hidden;
	color:#999999;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	line-height: 18px;
}

	.glidecontentHome h2
	{
		margin: 0px;
		text-align: left;
		padding-top: 0px;
		padding-right: 25px;
		padding-bottom: 17px;
		padding-left: 0;
	}
/*	.glidecontentHome p
	{
		color:#999999;
		font-size: 12px;
		font-weight:normal;
		text-align: left;
		padding-top: 0px;
		padding-right: 12px;
		padding-bottom: 24px;
		padding-left: 0px;
		line-height: 18px;
		margin-top: 0px;
		margin-right: 8px;
		margin-bottom: 0px;
		margin-left: 0px;
	}*/




/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
/*width: 360px;
margin-top: 6px;
text-align: center;*/ /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
margin: 0px;
padding: 0px 0px 0px 151px;
width: 107px;
float:left;
display:block;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
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;*/
text-decoration: none;
font-weight:bold;
margin: 0px 6px 0px 0px;
padding: 3px 0px 0px 0px;
color: #999999;
background:url(../media/fuzeImages/navList.jpg) no-repeat left top;
display:block;
width: 23px;
float:left;
text-align:center;
height: 20px;
font-size:12px;
font-weight:bold;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
/*background: #E4EFFA;
color: black;*/
color: #999999;
text-decoration: none;
margin: 0px 6px 0px 0px;
padding: 3px 0px 0px 0px;
background:url(../media/fuzeImages/navListOver.jpg) no-repeat left top;
display:block;
width: 23px;
float:left;
text-align:center;
height: 20px;
font-size:12px;
font-weight:bold;
}

.glidecontenttoggler a:hover{
/*background: #E4EFFA;
color: black;*/
color: #999999;
text-decoration: none;
font-weight:bold;
margin: 0px 6px 0px 0px;
padding: 3px 0px 0px 0px;
background:url(../media/fuzeImages/navListOver.jpg) no-repeat left top;
text-align:center;
}

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


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

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.fuzeNuzes1
{
	margin: 0px;
	width: 256px;
	float:left;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.fuzeNuzes1 h2
{
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 17px;
	padding-left: 0;
}