.sliderwrapper{
position: relative; /*leave as is*/
overflow-y: auto; /*leave as is*/
overflow-x: hidden;
width:382px; /*width of 2nd level content*/
/* height:600px; height of 2nd level content. Set to largest's content height to avoid jittering.*/
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
height:200px;
background-color:#ffffff;
padding:8px;
float:right;
background-image:url(../graphics/2010design/home-tab-content-bg.jpg);
background-repeat:no-repeat;
background-position:right top;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 372px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
}

.contentdiv ul{
	margin:0;
	padding:0;	
}
.contentdiv ul li{
	margin:0;
	padding:5px;
	list-style:none;
	border-bottom:1px dotted #999999;	
	background-image:url(../graphics/2010design/home-li-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}


.pagination{
width: 238px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
text-indent:15px;
font: 18px Arial;
}

.pagination a{
background-image:url(/graphics/2010design/home-tab-off.jpg);
background-position:right top;
float: left;
color: white;
line-height:26px;
height:26px;
text-decoration: none;
width:238px;
border-bottom: 1px solid #999999;
}

.pagination a:hover, .pagination a.selected{
color: #1F497D;
background: transparent url(graphics/2010design/home-tab-on.jpg) center center repeat-x;
}
