/*.glidecontentwrapper {
position: relative; 
width: 606px;
height: 202px; 
border: 0px;
background: #eeeae0 url(../images/bg_newinv.gif) bottom repeat-x;
overflow: hidden;
}
.glidecontentwrappernews {
position: relative; 
width: 480px;
height: 31px; 
border: 0px;
background: url(../images/tickertapebg.gif) top repeat-x;
overflow: hidden;
z-index: 0;
}
.glidecontentwrapperexchange {
position: relative; 
width: 147px;
height: 31px; 
border: 0px;
background: url(../images/tickertapebg.gif) top repeat-x;
overflow: hidden;
z-index: 0;
}
/*
	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 {
position: absolute; 
background: #eeeae0 url(../images/bg_newinv.gif) bottom repeat-x;
padding: 10px 11px 11px 11px;
visibility: hidden;
width: 584px;
}
.glidecontentnews {
position: absolute; 
background: url(../images/tickertapebg.gif) top repeat-x;
padding-top: 9px;
visibility: hidden;
width: 480px;
z-index: 0;
}
.glidecontentexchange 
position: absolute; 
background: url(../images/tickertapebg.gif) top repeat-x;
padding-top: 9px;
visibility: hidden;
width: 147px;
z-index: 0;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

/*.glidecontenttoggler { 
width: 584px;
padding: 12px 11px 0px 11px;
text-align: center; 
background: #eeeae0; 
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

/*.glidecontenttoggler a { 
color: #012a4f;
border: 1px solid #012a4f;
font: 11px Arial;
font-weight: normal;
text-decoration: none;
padding: 1px 3px 1px 4px;
}

.glidecontenttoggler a.selected { 
color: #ffffff;
border: 1px solid #012a4f;
background: #012a4f;
text-decoration: none;
padding: 1px 3px 1px 4px;
}

.glidecontenttoggler a.toc:hover {
color: #ffffff;
border: 1px solid #012a4f;
background: #012a4f;
text-decoration: none;
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */



/*.glidecontenttoggler a.prev, .glidecontenttoggler a.next { 
border: 0px;
padding: 0px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
border: 0px;
padding: 0px;
}
