@import url("MyriadWebPro.css");

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 530px; /*width of featured content slider*/
height: 820px;
}



.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: transparent;
width: 520px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
font-family:MyriadWebPro, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.4;
	z-index:0;
	line-break: strict;
}

.pagination{
width: 360px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: transparent;
padding: 5px 10px;
font-family:MyriadWebPro, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	color:#333;
	border-bottom: solid 1px;
    border-bottom-color:#ddd;
	z-index:1000;
}

.pagination a{
padding: 3px 5px 2px 5px;
text-decoration: none; 
color: #333;
background: #ccc;
}

.pagination a:hover, .pagination a.selected{
color: #F60;
background-color: #ddd;
}