.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
	
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 700px;
	height: 467px; 
	/*width: 555px;
	height: 375px; 
width: 400px;            
height: 250px;*/
}

.sliderwrapper a{
color:#000;
text-decoration:none;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;
background: white;
width: 390px; /*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;


	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #676767;
	margin-bottom: 5px;
	width: 700px;
	height: 467px;


}

.pagination{
width: 545px;/* width: 700px;Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
text-align: center;
/*background-color: navy;*/
padding: 5px;
}

.pagination a{
/*padding: 2px;

color: #00007D;
background: white;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;/*color: #6699FF; #4b4b4b;*/
	background-image: url(skins/Legend/styleImages/backgrounds/boxTitleBg.gif);
	width: 155px;
	height: 15px;
	padding: 1px;
	
	text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #6699FF;
	background-image: url(skins/Legend/styleImages/backgrounds/boxTitleBg_2.gif);
}
