.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 1px;
width: 468px; /*width of featured content slider*/
height: 273px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 468px; /*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;
}

.contentdiv div {
	height: 263px;
}

.pagination{
width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #fff;
margin: 0 0;
display: none;
/*padding: 5px 10px;*/
}

.pagination a{
padding: 2px 7px;
text-decoration: none; 
color: #999;
/*border-bottom: solid 1px #fff;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
border-top: solid 1px #ccc;*/
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: #000;
/*background-color: #f5f6f5;*/
}

#link1{
	width: 100px;
	height: 25px;
	cursor: pointer;
	border: solid 1px #f00;
}
