#slidingcontent .sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 600px;
	height: 353px;
}
#slidingcontent .sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #fff;
}
#slidingcontent .pagination {
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	z-index: 5000;
}
#slidingcontent .pagination a {
	padding: 2px 5px;
	font-size: 11px;
	text-decoration: none; 
	color: #000;
	background: white;
}
#slidingcontent .pagination a:hover, #slidingcontent .pagination a.selected {
	color: #fff;
	background-color: #000;
}

#thegirls .sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 702px;
	height: 360px;
}
#thegirls .sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 702px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#thegirls .pagination {
	width: 692px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
}
#thegirls .pagination a {
	padding: 3px 15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #fff;
	background: #000;
}
#thegirls .pagination a:hover, #thegirls .pagination a.selected {
	background-color: #4c4c4c;
}
