.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 366px;
height: 242px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float: left;
background-color: #d7d7cb;
border-right: solid 3px #ffffff; 
}
/*
	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 */
visibility: hidden;
float:left;
width: 366px;
height: 242px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{
    float: left; 
    width: 230px;   
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ 
display: -moz-inline-box;
display: inline-block;
color: #777777;
font-weight: bold;
text-decoration: none;
background-color: #faf0e3;
width: 215px;
height: 28px;
line-height: 28px;
padding: 0px 0px 0px 15px;
border-bottom: solid 3px #ffffff;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #d7d7cb;
color: #333333;
background-image:url(images/arrow.jpg);
background-position:left;
background-repeat:no-repeat;
}

.glidecontenttoggler a:hover{
background-color: #d7d7cb;
color: #333333;
}

.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;
}

#p-select ul{
    padding:0px;
    margin:0px;
}

#p-select ul li{
    list-style: none;
}

#g-select ul{
    padding:0px;
    margin:0px;
}

#g-select ul li{
    list-style: none;
}
