.glidecontentwrapper{ position: relative; /* Do not change this value */
width: 650px; height: 350px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden; margin-left: 20px; }
/*
	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: 0;
visibility: hidden;
width: 600px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

#rightcolumn #p-select.glidecontenttoggler { /*style for DIV used to contain toggler links. */
width: 640px; margin-top: 6px; text-align: left; margin-left: 20px; /*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)
*/

#rightcolumn #p-select a { /*style for every navigational link within toggler */
display: -moz-inline-box; display: block; border: solid 1px #c7c7c7; color: #f00; padding: 2px 3px; font-weight: normal; text-decoration: none; float: left; margin: 10px 5px 0 0; }

#rightcolumn #p-select a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
background: #85bcca; color: #fff; font-weight: normal; }

#rightcolumn #p-select a:hover {
background: #f00;
color: #fff;
}

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

#rightcolumn #p-select a.prev, #rightcolumn #p-select a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

#rightcolumn #p-select a.prev:hover, #rightcolumn #p-select a.next:hover {
background: #477d8a;
color: white;
}
#rightcolumn #gldaccessories p { color: #343; font-size: 1em; line-height: 1.2em; text-align: left; padding-right: 0; padding-bottom: 10px; padding-left: 20px; }
#rightcolumn #gldaccessories h2 { color: #878787; font-size: 1.7em; font-weight: normal; line-height: 1.1; padding: 0 0 0.5em 20px; }
#rightcolumn #gldaccessories ul { text-align: left; margin-top: 0; margin-bottom: 10px; margin-left: 20px; padding: 0; display: inline; }
#rightcolumn #gldaccessories ul li { color: #878787; font-size: 1em; line-height: 1.3em; background-repeat: no-repeat; background-position: left 1px; padding-left: 20px; margin-left: 0; padding-bottom: 5px; list-style-type: disc; list-style-position: inside; }
#rightcolumn #gldaccessories h3 { color: #f00; font-size: 1.2em; font-weight: bold; line-height: 1.3em; padding: 1em 0 0.3em 20px; }

