/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container  {
	width:760px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	height: 360px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#slides {
	float: left;
	width: 840px;
	overflow: hidden;
	height: 420px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	position: relative;
	background-image: url(../images/home_slideshow_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: 37px top;
	padding-left: 80px;
	padding-top: 40px;
}
/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/
#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
.prev  {
	left:10px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 50px;
	position: absolute;
	top: 170px;
}
.next  {
	left:860px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 50px;
	position: absolute;
	top: 170px;
}
/*
	Pagination
*/

.pagination  {
	width:200px;
	padding:0px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin: 0px;
	position: absolute;
	left: 380px;
	top: 424px;
	overflow: hidden;
}
.pagination li  {
	float:left;
	margin:0px;
	list-style:none;
	text-align: center;
	overflow: hidden;
	padding: 0px;
}
.pagination li a  {
	display:block;
	width:24px;
	height:24px;
	float:left;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #399;
	text-decoration: none;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #D1E9E3;
}
.pagination li.current a  {
	background-color: #399;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 2;
	margin-bottom: 0;
	margin-left: 2;
}
#slides h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #289A9A;
	height: auto;
	width: 210px;
	text-align: left;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #399;
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	overflow: hidden;
	margin-left: 530px;
}
#slides p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	width: 210px;
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 530px;
}
#slide-001 {
	margin: 0px;
	float: left;
	height: 360px;
	width: 760px;
	background-image: url(../images/home_slideshow_herbs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}

#slide-002 {
	margin: 0px;
	float: left;
	height: 360px;
	width: 760px;
	background-image: url(../images/home_slideshow_diabetic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding: 0px;
}

#slide-003 {
	margin: 0px;
	float: left;
	height: 360px;
	width: 760px;
	background-image: url(../images/home_slideshow_diabetic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding: 0px;
}
#slide-004 {
	margin: 0px;
	float: left;
	height: 360px;
	width: 760px;
	background-image: url(../images/home_slideshow_weight_loss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
#slide-005 {
	margin: 0px;
	float: left;
	height: 360px;
	width: 760px;
	background-image: url(../images/home_slideshow_bkgr_senior_sitizens.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding: 0px;
}
#slide-006 {
	margin: 0px;
	float: left;
	height: 360px;
	width: 760px;
	background-image: url(../images/home_slideshow_bkgr_006.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding: 0px;
}