
/* CSS Validated 11/17/2013 */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 840px;
height: 389px; /* Set height to be able to contain height of largest content shown*/
margin-left: 60px;
border: 0;
overflow: hidden;
}

.glideproductwrapper{
position: relative; /* Do not change this value */
width: 627px;
height: 392px; /* Set height to be able to contain height of largest content shown*/
margin-left: 0px;
border: 0;
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.*/
background-image: url(../images/slideshow_bkgrd.png);
background-repeat: no-repeat; background-position: bottom center;
position: absolute; /* Do not change this value */
visibility: hidden;
width: 840px;
height: 384px;
left: 0px;
top: 5px;
z-index: 90; /* toggler gets over ridden after 11 slide rotations */
}

.glideproduct{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 627px;
height: 392px;
left: 0px;
top: 0px;
z-index: 90; /* toggler gets over ridden after 11 slide rotations */
}

/*
 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. */
font-family: Arial, Helvetica, sans-serif;
font-size: 30pt;
width: 800px;
height: 60px;
position: absolute;
top: 350px;
left: 80px;
text-align: left; /*How to align pagination links: "left", "center", or "right" */
background: transparent; /* always declare an explicit background color for fade effect to properly render in IE */
z-index: 110;
}

.glideproducttoggler{ /*style for DIV used to contain toggler links. */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 190%;
width: 200px;
height: 200px;
padding-top: 10px;
text-align: left; /*How to align pagination links: "left", "center", or "right" */
background: transparent; /* always declare an explicit background color for fade effect to properly render in IE */
z-index: 90;
}

/*
 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: 0;
padding: 0;
margin: 0;
color: white;
text-decoration: none}

.glideproducttoggler a{ /*style for every navigational link within toggler */
border: 0;
padding: 0;
margin: 0;
color: #333333;
text-decoration: none}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #ACC3DB;
}

.glideproducttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #285E9A;
font-weight: bold;
}

.glidecontenttoggler a:hover{
color: #ACC3DB;
}

.glideproducttoggler a:hover{
color: #285E9A;
font-weight: bold;
}

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

.glideproducttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
margin-bottom: 10px}

.glidecontenttoggler a.prev{
float: left;
font: normal 50pt Arial, Helvetica, sans-serif;
color: white;
margin-right: 455px;
text-decoration: none;
}

.glidecontenttoggler a.next{
float: right;
font: normal 50pt Arial, Helvetica, sans-serif;
color: white;
text-decoration: none; /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: #ACC3DB;
}





