.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 960px;
height: 368px; /* Set height to be able to contain height of largest content shown*/
border:none;
overflow: hidden;

z-index: 1;
}
/*
	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
*/


.sliderHolder {
	position: relative;
	width: 960px;
	height: 368px;
	z-index: 1;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */



padding: 0px;
visibility: hidden;
width: 960px;
height: 368px;

text-align: left;

z-index: 1;
}
/*
 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: 940px;
height: 20px;
line-height: 20px;

position: absolute;
bottom: 5px;
left: 20px;
z-index: 1;
text-align: left; /*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*/
font-family: 'Oswald', arial, serif;
color: #76C7EE;
font-size:12px;
}

/*.next {
	background-image: url(images/left_arrow.png);
	background-position:0 1px;
	background-repeat:no-repeat;
	position: absolute;
	left: 470px;
}*/
.next:hover {
	background-position: 0 -16px;
}

.prev {
	
	background-position:0 1px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 725px;
}
.prev:hover {
	background-position: 0 -16px;
}


.slider_numbers {

}

.slider_numbers a {
	
	
	position:absolute;
	
}
.slider_numbers a:hover {
	
}
/*
 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;
color: #76C7EE;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
/*background: #E4EFFA;*/
color: #FFF;

}

.glidecontenttoggler .slider_numbers a:hover{
/*background: #E4EFFA;*/
color: #FFF;

}

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

.slider_spacer { float:left; clear: left; height: 15px; }

.glidecontent h1 { font-size: 22px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; background: none; text-transform:lowercase; margin: 27px 0 27px 0; }

.glidecontent p.caption { font-size: 12px; color: #FFF; text-transform: uppercase; position: absolute; bottom: 40px; left: 50px; z-index: 2000; }

.glidecontent img { position: relative; }

