/** start content slider **/

.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/** border: 10px solid navy;**/
	/** border-bottom-width: 6px; **/
	width: 100%; /*width of featured content slider*/
	height: 364px;
	/**
	margin-left: auto;
	margin-right: auto;
	**/
}

.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	bottom: 0;
	padding: 0px 0px;
	background: white;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	/** height: 347px; **/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/**
	margin-left: 0px;
	margin-bottom: 0px;
	**/
}

/**
.sliderwrapper .contentdiv img { -webkit-border-radius: 5px; border-radius: 5px; }
**/

.pagination
{
	width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/**position: absolute;**/
	/**z-index: 9999999;**/
	
	/** background-color: #b8b8b8; **/
	/**
	background-image: url(../images/controls-bg.jpg);
	background-repeat: repeat-x;
	**/
	/** padding: 0px 0px; **/
	/** margin-left: 0px; **/
	margin-top: 0px;
	margin-bottom: 0px;
	/**
	margin-top: 0px;
	height: 20px;
	line-height: 15px;
	**/
	border-style: none;
	border-width:1px;
	/**overflow-x: visible;**/
}

.pagination a
{
	display: inline-block;
	width: 14px;
	height: 13px;
	padding: 0;
	margin: 0 6px;
	padding: 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	/** background-color: #8c8c8c; **/
	
	background-image: url(/upaya-v2/images/circlePaginationGray.jpg);
	background-repeat: no-repeat;


	/**
	line-height: .2em;
	font-family: verdana;
	font-size: .9em;
	**/
}

.pagination a:hover, .pagination a.selected
{
	/**
	background-image: url(../images/blank.gif);
	background-repeat: repeat-x;
	color: #676767;
	background-color: #676767;
	**/

	background-image: url(/upaya-v2/images/circlePaginationBlue.jpg);
	background-repeat: no-repeat;

	padding: 0px 0px;
	text-decoration: none; 
}

/** end content slider **/
