﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
/*border-bottom-width: 6px;*/
width: 550px; /*width of featured content slider*/
height: 350px;
}



.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: #FFF;
width: 550px; /*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: 530px; /*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;
margin-top: -28px;
z-index: 10000;
position:absolute;
font-size: 0.74em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #b9b9b9;
/*background: url('/citi/homepage/images/feature_up2_btn.png') repeat-x left top;*/
/*background: #000000;*/

}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
text-decoration: underline;
/*background: url('/citi/homepage/images/feature_over_btn.png') repeat-x left top;*/
/*background:#999999;*/
}

/*.leftrounded {
	width: 3px;
	height:19px;
	background: url('/citi/homepage/images/left_btn.png') no-repeat left top;
	padding: 2px 0px 6px 3px;
	p/adding: 0 0 0 3px;
	/padding: 0 0 0 3px;
}

.rightrounded {
	width: 3px;
	height:19px;
	background: url('/citi/homepage/images/right_btn.png') no-repeat right top;
	padding: 2px 3px 6px 0px;
	p/adding: 0 3px 0 0px;
	/padding: 0 3px 0 0px;

}*/

.pressBanner{
	background: url('/citi/homepage/images/pressrelease_bg.jpg') no-repeat 0px 0px;
	width: 715px;
	height: 234px;
	border: 1px #ffffff solid;
	/border: none;
	b/order: none;
}

ul.bannerList  {
	margin-left: 2px;
	/margin-left: 39px;
	m/argin-left: 39px;
	list-style: url('/citi/homepage/images/smwhite_arrow.gif');
	line-height: 16px;
	margin-top: 53px;
}

ul.bannerList li {
	padding-bottom: 7px;
	font-size: 12px;
	margin-right: 340px;
}

ul.bannerList li a{
	color: #ffffff;
	text-decoration:none;

}

ul.bannerList li a:hover{
	color: #b9b9b9;
	text-decoration: underline;
	
}


ul.visitPress  {
	margin-left: 6px;
	/margin-left: 44px;
	m/argin-left: 44px;
	list-style: none;
	line-height: 16px;
	margin-top: -20px;
}

ul.visitPress{
	padding-bottom: 7px;
	font-size: 12px;
	margin-right: 340px;
}

ul.visitPress li a{
	color: #ff0000;
	text-decoration:underline;

}

ul.visitPress li a:hover{
	color: #b9b9b9;
	text-decoration: underline;
	
}
