.glidecontentwrapper  { background-image: url("../images/slide_bkgrd.jpg"); background-repeat: no-repeat; background-position: -5px top; position: relative; left: 0; width: 695px; height: 470px; overflow: hidden; border-top: 5px solid #462500; border-bottom: 5px solid #462500 }
/*
	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  { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; visibility: hidden; padding: 10px 10px 10px 5px; position: absolute; width: 678px }
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler  { background-color: #362404; text-align: center; margin-top: 6px; padding-top: 2px; padding-bottom: 2px; position: relative; width: 690px }
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a  { color: #ffd388; font-size: 1em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: none; background-color: #362404; display: inline-block; margin-right: 3px; margin-bottom: 2px; padding: 1px 3px 0; border-bottom: 1px double #fceacc }

.glidecontenttoggler a.selected  { color: #fff; background: #db0812 }

.glidecontenttoggler a:hover  { color: black; background: #fceacc }

.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 { color: white; background: #1a7d0d }
.glide_photo  { background-image: url("../images/slidephoto_bkgrd.jpg"); background-repeat: no-repeat; background-position: left top; padding-top: 15px; padding-right: 15px; padding-left: 15px; position: relative; top: 90px; width: 476px; height: 359px }
.glide_photo a { color: #fff }
.glide_content   { color: #fff; background-image: url("../images/slide_content.jpg"); background-repeat: no-repeat; background-position: left top; padding-top: 10px; padding-right: 10px; padding-left: 10px; position: absolute; top: 100px; right: 7px; width: 133px; height: 358px }
.glidecontent h4   { color: #ffc662; font-size: 1.4em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; line-height: 1.4em; margin: 0; padding: 0 }
.glidecontent ul { list-style-type: disc; margin-left: 15px }
.glidecontent li { list-style-type: disc; list-style-image: none }
.glidecontent p  { color: #ffce78; font-size: 1em }
#slide_title h3  { color: #513503; font-size: 2.2em; padding-left: 12px; position: relative; z-index: 9999; top: 70px; width: 400px }
