/* @override 
	http://localhost:3000/stylesheets/featuredcontentglider.css
	http://nomar2.local/stylesheets/featuredcontentglider.css?1217891871
	http://nomar2.local/stylesheets/contentslider.css?1217880303
	http://nomar2.local/stylesheets/featuredcontentglider.css?1221529038
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 735px;
margin-top: 0px;
text-align: center;
	padding-top: 0;
}
/*
 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: 0px solid black;
color: #ee6505;
padding: 5px 8px 1px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
	font-size: 1em;
	background-color: #efefef;
}
.glidecontenttoggler a span{ 
font-size: 1.5em;
/* this was used for adding larger NUMBERS after the tab title, specifically for cone sets. */
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #ee6505;
color: #fff;
}

.glidecontenttoggler a:hover{
background: #ee6505;;
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{
	color: #b5b5b5;
	font-size: .5em;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}















#glider {
		 background-color: white;
		 width: 740px;
        overflow: hidden;
        position: relative;
	height: 400px;
}

      div#glider div.sections {
        width: 8000px;
        border-top: 2px solid #ee6505;
      }

      div#glider div.section {
      	width: 720px;
      	padding: 10px;
      	float: left;
      }

.section p{
	ba ckground-color: silver;
}




/*

.glidecontentwrapper{
po    sition: relative; 
wi    dth: 735px;
height: 430px; 
border: 0px dotted #818181;
border-top: 2px solid #ee6505;
overflow: hidden;
padding-top: 0;
}


.glidecontent{ 
position: absolute; background: white;
padding: 0px;
visibility: hidden;
wi    dth: 735px;
}



*/
















