.glidecontentwrapper{
	position: absolute; /* Do not change this value */
	width: 355px;
	min-height: 160px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	left: 250px;
	min-height: 273px;
}

.glidecontentwrapperwide{
position: absolute; /* Do not change this value */
width: 642px;
min-height: 160px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;left: 0px;
min-height: 225px;
}

.glidecontentwrapperclients {
position: absolute; /* Do not change this value */
width: 222px;
min-height: 160px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;left: 0px;
min-height: 225px;
}
/*
	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: url('../images/carouselbkgd.jpg') repeat-x bottom;*/
background: url('../images/bggrad.jpg') repeat-x 0px -206px;
padding: 0px;
visibility: hidden;
width: 327px;
padding-left: 29px;
}

.glidecontentwide{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: url('../images/bggrad.jpg') repeat-x 0px -206px;
padding: 0px;
visibility: hidden;
width: 608px;
}

.glidecontentclients { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: url('../images/bggrad.jpg') repeat-x 0px -206px;
padding: 0px;
visibility: hidden;
width: 221px;
}
/*
 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. */
	position:absolute;
	top: -20px;
	left: 282px;
	width: 355px;
	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*/
}

.glidecontenttogglerwide{ /*style for DIV used to contain toggler links. */
position:absolute; top: -28px; left: 0px;
width: 610px;
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*/
}

.glidecontenttogglerclients { /*style for DIV used to contain toggler links. */
position:absolute; bottom: -250px; left: 0px;
/*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*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a, .glidecontenttogglerwide a, .glidecontenttogglerclients 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;
background: url('../images/offdot.png') no-repeat;
}

.glidecontenttoggler a.selected, .glidecontenttogglerwide a.selected, .glidecontenttogglerclients a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
/*background: #E4EFFA;*/color: black; background: url('../images/ondot.png') no-repeat;}

.glidecontenttoggler a:hover, .glidecontenttogglerwide a:hover, .glidecontenttogglerclients a:hover{
/*background: #E4EFFA;color: black;*/ background: url('../images/ondot.png') no-repeat;}

.glidecontenttoggler a.toc, .glidecontenttogglerwide a.toc, .glidecontenttogglerclients a.toc{width: 8px; height: 8px; float:left;
/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
float:right;margin: 260px 5px 0px 0px; /*position: absolute; right: -122px; bottom: -248px; */background: url(../images/lefton.png) no-repeat; width:8px;height:13px;}

.glidecontenttogglerwide a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
/*position: absolute; right: -414px; bottom: -248px; */ float: right; margin: 260px 5px 0px 0px; background: url(../images/lefton.png) no-repeat; width:8px;height:13px;}

.glidecontenttogglerclients a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
position: absolute; left: 195px; bottom: -1px; background: url(../images/lefton.png) no-repeat; width:8px;height:13px;}

.glidecontenttoggler a.next:hover, .glidecontenttogglerwide a.next:hover, .glidecontenttogglerclients a.next:hover{
background: url(../images/rightoff.png) no-repeat; width:8px;height:13px;}

.glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
/*position: absolute; right: -138px; bottom: -248px; */float:right; margin: 260px 0px 0px 0px; background: url(../images/righton.png) no-repeat; width:8px;height:13px;}



.glidecontenttogglerwide a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
/*position: absolute; right: -430px; bottom: -248px; */ float:right; margin: 260px 0px 0px 0px; background: url(../images/righton.png) no-repeat; width:8px;height:13px;}

.glidecontenttogglerclients a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
position: absolute; left: 211px; bottom: -1px; background: url(../images/righton.png) no-repeat; width:8px;height:13px;}

.glidecontenttoggler a.prev:hover, .glidecontenttogglerwide a.prev:hover, .glidecontenttogglerclients a.prev:hover{
background: url(../images/leftoff.png) no-repeat; width:8px;height:13px;}
.glidecontentwrappercontact {
	position: absolute; /* Do not change this value */
	width: 385px;
	min-height: 160px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	left: 250px;
	min-height: 270px;
}
.glidecontentwrapperusability {
	position: absolute; /* Do not change this value */
	width: 450px;
	min-height: 260px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	left: 250px;
}

