.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

/* THE IMPORTANT STUFF STARTS HERE */

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
background:transparent url(../img/glider.png) no-repeat scroll 0 0;
height:312px;
margin:0;
padding-top:10px;
position:relative;
width:900px;
	font-family:Arial, Helvetica, sans-serif;
	overflow: hidden;	
}
.family {height:326px;}


/* These 2 lines specify style applied while slider is loading */
.svw {width: 100px; height: 100px; overflow: hidden; padding-top: 245px;}
.svw ul {position: relative; left: -999em;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 705px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 213px;
	clear: both;
		/*background: url("../img/glider_bg.png") no-repeat 0px 0px;*/
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float: left;
	width: 705px; /* Also specified in  .stripViewer  above */
	height: 100%;
	text-align: left;
	padding-top:24px!important;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
	margin-left: 0;
	position:relative;
}




.stripViewer .panelContainer .panel .wrapper a {
	color: #0f5296;
	}

.stripViewer .panelContainer .panel .wrapper a:visited {
	color: #444444;
	}

.stripViewer .panelContainer .panel .wrapper a:hover {
	color: #444444;
	}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0;
	bottom:0px;
	text-indent: -9000em;
	left:0px;
	clear:both;
	height:76px;
position:absolute;
}

.family .stripNav {height:100px;left:-2px;}


.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}

.stripNav ul li {
	float: left;
	margin: 0!important;
	padding: 0!important;
	padding-left: 0px;
	padding-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}

.stripNav a { /* The nav links */
	width: 302px;
	height: 78px;
	display: block;
}


.family .stripNav a {
height:100px;
margin-left:0;
margin-right:-17px;
width:311px;}

.stripNav a#XHome {
	background: url("../img/glider_btn1_off.png") no-repeat;
}


.stripNav a#XSymptoms {
	background: url("../img/glider_btn2_off.png") no-repeat;
}

.family .stripNav a#XSymptoms {margin-left:5px;}

.stripNav a#XWhat {
	background: url("../img/glider_btn3_off.png") no-repeat;
}







.stripNav a:focus {
	outline: none;
}

.stripNav a#XHome:hover,a#XHome.current {
	background: url("../img/glider_btn1_on.png") no-repeat;
}


.stripNav a#XSymptoms:hover,a#XSymptoms.current {
	background: url("../img/glider_btn2_on.png") no-repeat;
}

.stripNav a#XWhat:hover,a#XWhat.current {
	background: url("../img/glider_btn3_on.png") no-repeat;
}





.family a#XHome {
	background: url("../img/family_btn1_off.png") no-repeat;
}
.family a#XSymptoms {
	background: url("../img/family_btn2_off.png") no-repeat;
}
.family a#XWhat {
	background: url("../img/family_btn3_off.png") no-repeat;
}
.family a#XHome:hover,.family a#XHome.current {
	background: url("../img/family_btn1_on.png") no-repeat;
}
.family a#XSymptoms:hover,.family a#XSymptoms.current {
	background: url("../img/family_btn2_on.png") no-repeat;
}
.family a#XWhat:hover,.family a#XWhat.current {
	background: url("../img/family_btn3_on.png") no-repeat;
}







.stripNavL, .stripNavR { /* The left and right arrows */
	height:213px;
	position:absolute;
	text-indent:-9000em;
	top:0px;
	width:98px;
}

.stripNavL a, .stripNavR a {
	display:block;
	height:213px;
	width:98px;
}

.stripNavL a, .stripNavR a:focus {
	outline: none;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("../img/slider_left_off.png") no-repeat center;
	left:19px;
	top:10px;
}

.stripNavL a:hover{
	background: url("../img/slider_left_on.png") no-repeat center;
}

.stripNavR {
	background: url("../img/slider_right_off.png") no-repeat center;
	right:16px;
	top:10px;
}

.stripNavR a:hover{
	background: url("../img/slider_right_on.png") no-repeat center;
}







/* Contents of glider */

/* ----- Structure and Layout ----- */



.slider-wrap #hometop {
	width: 100px;
	height: 100px;
	float: right;
	margin-right: 15px;
}

.slider-wrap #hometop a {
	background: url(../img/HomeTop.jpg) no-repeat;
	width: 76px;
	height: 64px;
	display: block;
}

.slider-wrap #hometop a:hover {
	background: url(../img/HomeTopH.jpg) no-repeat;
}

.slider-wrap #hometop a:focus {
	outline: none;
}
	
.slider-wrap #content {
	width: 980px;
	border:7px solid #fff;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;

	padding-bottom: 5px;
	}

.slider-wrap .BoxContainerDiv {
	width: 250px; 
	height: 260px;
	float: left; 
	padding: 20px;
	margin: 0;
	}

.slider-wrap .BoxContainerSepDiv, .BoxContainerSepDivD {
	height: 260px; 
	width: 1px; 
	float: left; 
	padding: 0;
	margin: 0;
	margin-top: 20px;
	}

.slider-wrap .BoxContainerSepDiv {
	background: url(../img/common/Separator.jpg) no-repeat;
	}

.slider-wrap .BoxContainerSepDivD {
	background: url(../img/common/SeparatorD.jpg) 0 30px no-repeat;
	}

.slider-wrap .BoxContainerDiv a {
	text-decoration: none;
	}

.slider-wrap .BoxContainerDiv img {
	border: 0;
	}

.slider-wrap .BoxContainerHeadingSpan {
	font-size: 14px; 
	color: #000000;
	}

.slider-wrap .BoxContainerContentSpan {
	font-size: 11px;
	line-height: 16px;
	}




.slider-wrap h1 {
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	color: #0f5296;
	font-size: 1.2em;
}

.slider-wrap h2 {
	font-size: 1em;
	font-style:italic;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	color: #0f5296;
}
	
.slider-wrap h3 {
	color:#FF610F;
	font-size:1.6em;
	font-weight:normal;
	margin:0 20px 8px;
display:block;
float:left;
width:495px
}
.slider-wrap  p {
clear:left;
color:#565859;
display:block;
font-size:0.84em;
margin-bottom:0;
padding:0 20px;
}


.family .stripViewer .panelContainer .panel .wrapper {
margin-left:50px;
padding:10px;
width:560px;
}

.slider-wrap blockquote {
color:#565859;
display:block;
float:left;
font-size:0.84em;
overflow:visible;
margin-bottom:0;
padding:0 20px;
text-align:justify;
width:560px;
}
.slider-wrap cite {
clear:both;
color:#3C3938;
display:block;
float:right;
font-size:0.9em;
font-weight:normal;
margin-right:-20px;
margin-top:10px;
text-align:right;
width:227px;}

.family.slider-wrap h3 {width:550px;}
.family .slider-wrap  p {width:600px;}



.slider-wrap .right{	float: right!important;
}

