.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 483px;
height: 400px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #284058;
overflow: hidden;
}
/*
	Total wrapper width: 475px+5px+5px=485px
	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: white;
padding: 20px;
visibility: hidden;
width: 443px;
background-image:url("http://oakcourtplaceapartments.com/ocpscripts/feature-bg.jpg");
}
/*
 Total glidecontent width: 430px+10px+10px=450px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 483px;
margin-bottom: 16px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: #ffffff; /*always declare an explicit background color for fade effect to properly render in IE*/
background-image:url("http://oakcourtplaceapartments.com/ocpscripts/toggler-bg.jpg");
background-position:bottom left;
}
/*
 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-right: 1px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
border-left:1px solid #bbbbbb;
color: #4f6270;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
background: #dddddd;
border-bottom:1px solid #bbbbbb;
XXdisplay:none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #ffffff;
color:#4f6270;
border-bottom:0px solid #bbbbbb;
}

.glidecontenttoggler a:hover{
background: #ffffff;
color:#4f6270;
}

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

/* Amenities page styles*/


.glidecontentwrapper1{
position: relative; /* Do not change this value */
width: 483px;
height: 280px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #284058;
overflow: hidden;
}
/*
	Total wrapper width: 475px+5px+5px=485px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent1{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 20px;
visibility: hidden;
width: 443px;
background-image:url("http://oakcourtplaceapartments.com/ocpscripts/feature-bg.jpg");
}
/*
 Total glidecontent width: 430px+10px+10px=450px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler1{ /*style for DIV used to contain toggler links. */
width: 483px;
margin-top: 16px;
margin-bottom: 16px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: #ffffff; /*always declare an explicit background color for fade effect to properly render in IE*/
background-image:url("http://oakcourtplaceapartments.com/ocpscripts/toggler-bg.jpg");
background-position:bottom left;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler1 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border-right: 1px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
border-left:1px solid #bbbbbb;
color: #4f6270;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
background: #dddddd;
border-bottom:1px solid #bbbbbb;
}

.glidecontenttoggler1 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #ffffff;
color:#4f6270;
border-bottom:0px solid #bbbbbb;
}

.glidecontenttoggler1 a:hover{
background: #ffffff;
color:#4f6270;
}

.glidecontenttoggler1 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler1 a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler1 a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1c2c3d;
color: white;
}
h2.glider{
width:auto;
text-align:center;
font-size:130%;
font-weight:600;
}

span.large{
font-size:120%;
font-weight:600;
}

/* Specials page styles*/


.glidecontentwrapper2{
position: relative; /* Do not change this value */
width: 483px;
height: 340px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #284058;
overflow: hidden;
}
/*
	Total wrapper width: 475px+5px+5px=485px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 20px;
visibility: hidden;
width: 443px;
background-image:url("http://oakcourtplaceapartments.com/ocpscripts/feature-bg.jpg");
}
/*
 Total glidecontent width: 430px+10px+10px=450px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

