.slides{
position: relative; /* Do not change this value */
width: 748px;
height: 900px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
z-index:10;
mmargin-left:-20px;
}


.slide { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 748px;
z-index:10;
}

/*
 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. */

}
/*
 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 */

}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #de221c !important;
}

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

a.prev{
 background:url(/images/tour-assets/tour-buttons.gif) no-repeat 0px 0px;
 display: block;
 width:108px;
 height:31px;
 text-indent:-1000px;
 overflow:hidden;
 float:left;
 outline: none;
 -moz-outline-style: none;
}
a.prev:hover {
 background-position:0px -31px;
}

a.next {
 background:url(/images/tour-assets/tour-buttons.gif) no-repeat -108px 0px;
 display: block;
 width:108px;
 height:31px;
 text-indent:-1000px;
 overflow:hidden;
  outline: none;
 -moz-outline-style: none;
}
a.next:hover {
 background-position:-108px -31px;
}

div#tour-buttons {
 margin-left:520px;
 margin-bottom:10px;
}


.slide h3 {
 background:url(/images/tour-assets/frame-top.gif) no-repeat 0px 0px;
 padding-top:10px!important;
 padding-left:10px!important;
 display:block!important;
 line-htight:17px!important;
 height:30px;
 margin-top:0px!important;
}

.slide div.slidebox {
 background:url(/images/tour-assets/frame-tile.gif) repeat-y;
}

.slide div.slidefoot {
 background:url(/images/tour-assets/frame-bottom.gif) no-repeat;
 height:10px;
}

.slide p, .slide img {
 margin-left:10px;
 margin-right:10px;
}


#sale-buttons {
 display:none;
 margin-top:15px;
 width:720px;
}
div#content {
 padding:6px; 20px 0 0!important;
 width:770px!important;
}
div#breadcrumb {
 margin-left:45px!important;
 margin-bottom:20px!important;
}

div#toolbar {
 margin-right:15px!important;
}

h1 {
 margin-left:20px;
}
