#contentWrapper  {
	width: 690px;
/*
	height: 250px;
*/
	margin: 15px 20px;
position: relative;
/*
left: 9px;
*/
}

#contentSlider, #sponsorSlider {
}
#sponsorSlider { 
	float:left;
	width: 200px; /* 220px; */
 	height: 260px;
	padding:0;
/*
	margin: 10px 15px 0 15px;
 	background:  no-repeat top left  url(../images/layout/bg_contentslider_sponsor.gif);  
*/
	background-color: #fff;
}
#sponsorSlider p { padding: 2px 8px; }
#sponsorSlider p.sponsorlink { font-size:10px;  color: #666; line-height: 14px; width:175px; margin:0 auto; text-align: center; }
#sponsorSlider p.sponsorlink a { color: #666; }


#contentSlider .sliderwrapper, #sponsorSlider .sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /* leave as is*/
	height: 250px;
	background-color: #fff;
	position:relative;
}


#contentSlider .sliderwrapper { 
	float:left;
	width: 690px;  /*width of featured content slider*/ 
	border: 1px solid #ddd;
	border-bottom: 0;
} 
#sponsorSlider .sliderwrapper {
	width: 155px; 
	height: 200px;  
	padding: 0px 20px 20px 20px; 
	background: none;
}


#contentSlider .sliderwrapper .contentdiv, #sponsorSlider .sliderwrapper .contentdiv {
	width: 690px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
/*	padding: 5px; */
	background: #fff;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
/*
CAUSES FADE PROBLEM
position:relative;
z-index:-1000;
*/
}
#sponsorSlider .sliderwrapper .contentdiv { 
	margin: 0px auto 0 auto;
	width: 190px; /* 190px; */ 
	height: 200px;
	margin-left:10px;
	text-align:center; 

}

#contentSlider .sliderwrapper .contentdiv h1, #sponsorSlider .sliderwrapper .contentdiv h1 {
	font-family: helvetica, arial, sans-serif;
}





#paginate-slider_content.pagination {
 	float:left;
	border: 1px solid #ddd;
	background: #eee repeat-x left top url(../women/images/layout/bg_contentslider_nav.gif); /* border-right:1px solid #ddd; */
	width: 690px;
	border-top: 1px solid #AAA;
}

.pagination {
	width: 692px;  /* extra 2px for the border */
	height: 50px;
	text-align: left;
	border-top: 3px solid #01686f;
}


.pagination a {
	float: left;
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 18px;


	padding: 10px 9px 14px 9px;
	height: 25px;

	text-align: center;
	margin-bottom: 0px;
	text-decoration: none; 
	color: #333; 
	border-right: 1px solid #edf2f6;
line-height: 15px;
}


.pagination a span {
	font-size: 13px;
	font-weight: bold;
}


.pagination a.selected {
 	background: #eee no-repeat center top url(../women/images/layout/bg_contentslider_nav_selected.gif);  
	border-top: 1px solid #01686f;
/*
width: 204px;
right:10px;
*/

}

.pagination a.selected:hover {
	color: #369;
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: underline;
}






#slider_content .content {
	float:left;
	width: 350px;  
	padding: 10px 10px 10px 20px;
}


#slider_content h1, #slider_content h1 a, #slider_content .content a { color: #01686f; /* #337980; #50959c;*/  }

#slider_content h1  { font-size: 18px; font-weight: lighter; line-height: 22px; padding: 5px 0; }
#slider_content p { line-height: 18px; }

#slider_content .content h1 a { 
	font-weight: normal;
	text-decoration: none;
}

#slider_content .content p a  { 
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}


#slider_content .content a:hover { 
	text-decoration: underline;
}


.allTopics ul {
	float:left;
	margin:10px 0 0 0;
	padding: 0 0 0 25px;
}

.allTopics li {
	padding: 3px 0;
}

