/*
---> Home Page Slider 
*/
.container { width:720px; height:279px; overflow:hidden; position:relative; /* cursor:pointer; */ }
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:720px; display:none; }
.slides img {border:0;}

#loopedSlider,#newsSlider { margin:0 auto; width:720px; position:relative; clear:both; }
ul.pagination { list-style:none; padding:0; margin:0; /* position: absolute; top: 0px; */ display:inline; }
ul.pagination li  { /* float:left; */ display:inline; }
ul.pagination li a { padding:0px 6px; text-decoration:none; color: #000; font-size: 0.9em; }
ul.pagination li.active a { background:#000; color:#FFF; }

#pagination {
	position:			absolute;
	bottom:				0px;
	background:			url(../img/pagination-bg.png) top left;
	padding:			3px;
}

div a.previous, div a.next {
	display: 			inline;
	padding:			0 4px;
}

#bucketContainer {
	clear:				both;
	padding-top:		10px;
}

div.bucket {
	width:				305px;
	float:				left;
	margin-right:		12px;
	border:				1px solid #A9A9A9;
	background:			#FFF;
}

#bucketContainer div.last {
	margin-right:		0;
}

div.bucketTop {
	border-top:			17px solid #638D7C;
}

div.bucket div.wrap h3 {
	color:				#3F5D51;
	margin:				0;
	padding:			0;
}

div.bucket div.wrap p {
	line-height:		140%;
	margin:				0;
	padding:			0;
	color:				#939598;
}

div.bucket div.wrap a {
	text-transform:		uppercase;
	color:				#638D7C;
	text-decoration: 	none;
	background:			url(../img/bucket-arrow.gif) right 4px no-repeat;
	padding-right:		8px;
}

div.bucket1 {
	background:			url(../img/iLASIK+PRK-Surgery-Proceedures.jpg) top left no-repeat;
	padding-left:		145px;
	padding-top:		20px;
	height:				144px;
}
div.bucket2 {
	background:			url(../img/Advanced-Clinical-Techniques.jpg) top left no-repeat;
	padding-left:		170px;
	padding-top:		20px;
	height:				144px;
}
div.bucket3 {
	background:			url(../img/Financing-less-than-100-a-month.jpg) top left no-repeat;
	padding-left:		165px;
	padding-top:		20px;
	height:				144px;
}

