.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 474px;
height: 154px; /* Set height to be able to contain height of largest content shown*/
border: none;
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.*/
position: absolute; /* Do not change this value */

background-color:#fff;
padding: 0;
visibility: hidden;
width: 474px;
}
/*
 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. */
width: 474px;
text-align: center; /*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)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: none;
font-size: 0;
text-indent: -9000px;
overflow: hidden;
width: 42px;
height: 42px;
position: absolute;
top: 88px;
z-index: 500;
}

a.prev {
background:url(../images/previous.jpg);
left: 0;
}

a.next {
background:url(../images/next.jpg);
right: 0;
}


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

.glidecontenttoggler a:hover{
}

.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{
}




.glide-left {
width: 192px;
height: 149px;
border-right: 1px solid #cfcfcf;
padding: 5px 25px 0 20px;
float: left;
font-size: 11px;
}

.glide-right {
width: 210px;
height: 154px;
padding: 0 16px 0 10px;
float: left;
font-size: 11px;
}

.team-logo {
width: 80px;
text-align: center;
display: block;
float: left;
font-weight: bold;
font-size: 12px;
}

.team-logo img {
display: block;
margin: 0 auto 2px;
}

span.score {
display: block;
text-align: center;
font-size: 18px;
padding: 3px 0 0;
}

div.versus {
font-family:"Times New Roman", Times, serif;
font-style:italic;
color: #999999;
font-size: 24px;
padding-top: 30px;
width: 32px;
text-align: center;
font-weight: normal;
float: left;
}

span.date {
font-weight: bold;
margin: 8px 0 0;
}

span.date, span.place {
display: block;
float: left;
width: 100%;
text-align: center;
}

span.place {
}

span.game-title {
width: 100%;
display: block;
font-size: 12px;
font-weight: bold;
}

div.photos-left {
}

div.photos-left, div.photos-right {
float: left;
width: 92px;
text-align: center;
}

div.photos-left a img, div.photos-right a img {
border: 1px solid #074897;
display: block;
margin: 0 auto 2px;
}

div.photos-left a, div.photos-right a, span.results a {
color: #074897;
text-decoration: underline;
}

div.photos-left a:hover, div.photos-right a:hover, span.results a:hover {
text-decoration: none;
}

div.photos-left {
padding: 4px 8px 0 0;
}

div.photos-right {
padding: 4px 0 0 8px;
}

span.results {
display: block;
float: left;
width: 100%;
text-align: center;
border-top: 1px solid #cfcfcf;
color: #cfcfcf;
margin-top: 10px;
padding-top: 5px;
}

span.game-desc {
float: left;
width: 100%;
font-size: 11px;
display: block;
}

span.viewing {
display: block;
width: 100%;
float: left;
text-align: center;
padding: 8px 3px 0 0;
margin-left: -3px;
}
