#adjustFontWrapper {
		width: 969px;
		padding: 0;
		margin: auto 0;
		position: absolute;
		top: 0;
}

	#holder1 { 
		width:210px;
		height:16px;
		max-height: 16px;
		overflow: hidden;
		padding: 0;
		float: right;
		background: url(http://www.aioeyesurgeons.com/themes/aio/images/adjust_size_bg.png) no-repeat;
		top:0;
		right: 0;
		float: right;
		padding-left: 110px;
		margin-right:-110px;
		
	}
	#adjustfont {
		height: 16px;
		max-height: 16px;
		font-size:11px;
		color: gray;
		overflow: hidden;
		text-align: right;
		
	}

.smallFont {
	outline: none; /*for making it look nice in FF */
	background: url(http://www.aioeyesurgeons.com/themes/aio/images/font-down.png);
	text-indent: 9999px;
	display: block;
	float: left;
	width: 32px;
	height: 16px;
	color:black;
}

.defaultFont {
	/*if you want to hide the default font button, use display:none */
	background: url(http://www.aioeyesurgeons.com/themes/aio/images/font-default.png);
	text-indent: 9999px;
	outline: none;
	display: block;
	float: left;
	width: 32px;
	height: 16px;
	color:black;
}

.largeFont {
	background: url(http://www.aioeyesurgeons.com/themes/aio/images/font-up.png);
	outline: none;
	text-indent: 9999px;
	display: block;
	float: left;
	width: 32px;
	height: 16px;
	color:black;
}
.smallFont a, .defaultFont a, .largeFont a,.smallFont a:hover, .defaultFont a:hover, .largeFont a:hover {text-decoration:none;color:black;}
.ldisabled,.sdisabled { /*Styles for disabled buttons*/
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/*This is for IE8 */
	filter: alpha(opacity = 30);
}

