/* Easy Slider */
* { outline:none; }
#slider {
	width:634px;
	height:228px;
	border:solid 1px #CCC;
	margin:auto;
	overflow:hidden;
}
#slider a img {
	border:none;
}
#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:634px;
	height:228px;
	overflow:hidden;
}
/* numeric controls */	

ol#controls {
	padding:0;
	height:28px;
	width:632px;
	margin:auto;
	margin-top:-45px;
	margin-bottom:25px;
	text-align:right;
}
ol#controls li {
	margin:0 3px 0 0;
	padding:0;
	display: -moz-inline-box;
	display:inline-block;
	zoom: 1;
	*display:inline;
	list-style:none;
}
ol#controls li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display: -moz-inline-box;
	display:inline-block;
	zoom: 1;
	*display:inline;
	height:28px;
	line-height:28px;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	background-image:url(http://www.althealthcare.com/slider/nav.png);
	background-repeat:no-repeat;
	background-position:center;
}
ol#controls li.current a {
	background-image:url(http://www.althealthcare.com/slider/nav2.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFF;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */
.mini-banner {
	display:block;
	width:310px;
	height:110px;
	border:solid 1px #CCC;
}
.my-wrap {
	width:638px;
	margin:auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}

