.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border-bottom-width: 0px;
    width: 870px; /*width of featured content slider*/
    height: 443px;
	margin: 1px auto;
	margin-top:17px;
/*	margin: 18px 0px 0px 0px;*/
}



.sliderwrapper .contentdiv1 {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0px;
    background: #f4f0e3;
	background-image: url(../Images/home_dont_make_think.gif);
    width: 870px; /*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;
}
.sliderwrapper .contentdiv2 {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0px;
    background: #f4f0e3;
	background-image: url(../Images/home_know_users.gif);
    width: 870px; /*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;
}

.sliderwrapper .contentdiv3 {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0px;
    background: #f4f0e3;
	background-image: url(../Images/home_hope_not_strategy.gif);
	background-repeat: no-repeat;
    width: 868px; /*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;
}

.sliderwrapper .contentdiv4 {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0px;
    background: #f4f0e3;
	background-image: url(../Images/home_if_its_useful.gif);
    width: 870px; /*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;
}

.sliderwrapper .contentdiv5 {
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0px;
    background: #f4f0e3;
	background-image: url(../Images/home_size_does_matter.gif);
    width: 870px; /*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;
}
.pagination {
    width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
    background-color: navy;
    padding: 5px 10px;
	visibility: hidden;


}

.pagination a {
    padding: 0 5px;
    text-decoration: none;
    color: #00007D;
/*    background: white;*/
}

.pagination a:hover, .pagination a.selected {
    color: #000;
    background-color: #FEE496;
}
