/* @override http://test.fultzmarketing.com/style/featuredcontentglider.css */

* { margin: 0; padding: 0;}

.glidecontent h2 {
	font-family: 'Microsoft Sans Serif', Helvetica, Arial, sans-serif;
	font-size: 36px; 
	font-weight: normal;
	margin: 0 !important;
	padding: 0!important;
}

.glidecontent p {
	font: 16px/1.4 'Microsoft Sans Serif', Helvetica, Arial, sans-serif;
	margin: 0 !important;
	padding: 0!important;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 350px;
	height: 200px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin-left: 40px;
}

/*
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{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	width: 350px;
}

/*
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. */
	background: url(images/quote_line.gif) top left no-repeat;
	width: 340px;
	padding-top: 6px;
	text-align: right; /*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*/
	padding-left: 40px;
}

/*
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;
	display:inline;
	width: 11px; height: 11px;
	padding: 0px;
	background: url(images/bullet.gif) center center no-repeat;
	text-decoration:none;
	border: 0;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	display:inline;
	background: url(images/bullet_on.gif) center center no-repeat;
	color: #999 !important;
	text-indent: 0;
}

.glidecontenttoggler a:hover{
	display:inline;
	background: url(images/bullet_on.gif) center center no-repeat;
	color: #999 !important;
	text-indent: 0;
}

.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! */
	background-image: none;
	font: 11px "Verdana" sans;
	color: #000;
	padding: 0;
	padding-right: 10px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	color: #333;
}

#p-select img { 
	border: 0;
	width: 11px; height: 11px;
}
