.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 570px;
height: 375px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
z-index: 0;
}
.glidecontentwrapper a {
color: #FFFFFF;
}
.glidecontentwrapper a:hover {
text-decoration: none;
}
/*
	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
*/

.glidecontentwrapperscore{
position: relative; /* Do not change this value */
width: 780px;
height: 22px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}


.story_view{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0px 5px 0px;
visibility: hidden;
margin-left: 193px;
width: 363px;
background-color: #00075B;
color: #FFFFFF;
}

#story_view_link { /*style for each glide content DIV within wrapper.*/
position: absolute;
top: 353px;
width: 363px;
height: 21px;
background-color: #00075B;
color: #FFFFFF;
font-weight: bold;
}

.scoreboard_view{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #000000;
visibility: hidden;
width: 730px;
margin-left: 55px;
margin-top: 3px;
color: white;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/
.glidecontentlinks{ /*style for each glide content DIV within wrapper.*/
position: absolute;
margin-left: 0px;
margin-top: 0px;
padding: 0px 0px 0px 0px;
width: 190px;
height: 374px;
border-right: 2px solid #E1E1E1;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 187px;
text-align: left; /*How to align pagination links: "left", "center", or "right"*/
background-color: #00075B; /*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)
*/

.glidecontenttogglerscore{ /*style for DIV used to contain toggler links. */
width: 40px;
text-align: left; /*How to align pagination links: "left", "center", or "right"*/
background: #000000; /*always declare an explicit background color for fade effect to properly render in IE*/
float: left;
margin-top: 3px;
}

.glidecontenttogglerscore a{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
display: -moz-inline-box;
display: inline-block;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
outline: 0;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
display: block;
border: 1px solid black;
/*color: #2e6ab1;*/
color: #000000;
padding: 2px;
margin-right: 3px;
text-decoration: none;
margin-bottom: 10px;
height: 45px;
font-size: 9.5px;
font-family: Arial, Helvetica, sans-serif;
line-height: 10px;
outline: 0;
background-color: #BB9E51;
background-image: url('/images/gradient_link.jpg');
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E1E1E1;
color: black;
margin-bottom: 10px;
font-weight: bold;
width: 185px;
border: 1px solid #E1E1E1;
}

.glidecontenttoggler a:hover{
background: #E1E1E1;
color: black;
margin-bottom: 10px;
font-weight: bold;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
height: 10px;
width: 70px;
float: left;
margin-top: -5px;
text-align: right;
outline: 0;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #00075B;
outline: 0;
}