.mf_spacing_fix_01 {

	padding: 10px 0px 0px 21px;	
}

	.mf_spacing_fix_01 h1 {
	
		font-size: 18px;	
		margin: 20px 0px 20px 0px;
		line-height: 1em;
		padding: 0px;
	}
	
	.mf_spacing_fix_01 h2 {
	
		margin: 0px;
		padding: 23px 0px 23px 0px;
		line-height: 1em;	
	}
	
	.mf_spacing_fix_01 p {
	
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 23px 0px;	
		line-height: 1.5em;
	}

.mf_spot_pricing_table {

	width: 100%;
}

	.mf_spot_pricing_table tr.mf_legend {
	
		font-weight: bold;	
		font-size: 12px;
	}

	.mf_spot_pricing_table tr td {
	
		
		vertical-align: top;
		font-size: 14px;
		padding: 3px 8px 3px 0px;
		border-width: 0px 0px 1px 0px;
		border-style: dashed;
		border-color: #999;	
		
	}
	
	.mf_spot_pricing_table tr td.mf_td_wider {
	
		
		text-align: right;
		padding-right: 0px;
		font-size: 12px;
	}

	.mf_spot_pricing_table tr td.mf_td_black {
	
		border: 0px;
		background-color: #000;	
		height: 20px;
		padding: 0px 0px 0px 0px;
		line-height: 1em;
	}
	
		.mf_spot_pricing_table tr td.mf_td_black span {
		
			overflow: hidden;
			color: #fff;
			text-align: center;	
			height: 15px;
			display: block;
			padding: 3px 0px 0px 0px;
		}
	
	
		.mf_spot_pricing_table tr td.last {
			
			border: 0px;
		}

		.mf_spot_pricing_table tr td a.mf_pricing_arrow {
		
			display: block;
			background-image: url(../../images/mf_spot_arrow.png);
			background-repeat: no-repeat;
			background-position: right 1px;
			padding-right: 18px;	
		}




.mf_black_box {

	background-color: #000;
	height: 20px;
	overflow: hidden;
	display: block;	
	width: 355px;
	margin-bottom: 4px;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 355px;
height: 336px; /* Set height to be able to contain height of largest content shown*/
/*border: 5px solid #687C98;*/
overflow: hidden;
margin-bottom: 4px;
}
/*
	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;
padding: 0px;
visibility: hidden;
width: 355px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent a img {

	display: block;
	border: 0px;	
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin-top: 1px;

text-align: center; /*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*/
}
/*
 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 #555;
color: #ccc;
padding: 1px 3px;
margin-right: 3px;
font-weight: lighter;
text-decoration: none;
outline: none;
}


.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

color: #fff;
}

.glidecontenttoggler a:hover{

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! */
color: #fff;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: #fff;
}