/* private_bank_home.css */

div#container div#contentRight div#bodyContent {
    border-right: 0 solid;
    padding: 0;
}

#hero { 
	zoom: 1; 
	position: relative; 
	width:980px;
	height:328px;
	margin:0 auto;
	z-index:80;
	background-image: none;
	overflow: hidden;
}
#hero ul{
	list-style:none;
	margin:0;
	padding:0;
}
#hero .viewport{
	background:url(/images/slider_background.png) repeat-x bottom;
	position: relative;
	left:0px;
	top:0px;
	width:980px;
	height:328px;
	overflow:hidden;
}
#hero .viewport a{
	color:transparent;
}

#hero .viewport img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
	z-index:100;
}
#hero a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#hero .pager {
    background: url("/images/slider_background.png") repeat-x scroll center bottom transparent;
    float: left;
    font-size: 0;
    height: 30px;
    padding: 11px 0 0 910px;
    position: absolute;
    right: 0;
    top: 287px;
    width: 70px;
    z-index: 70;
}

#hero  .pager div{
	position:relative;
	float:left;
	
}
#hero .pager a { 
	width:15px;
	height:15px;
	background: url(/images/slider_bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:3px;
	color:transparent;
	margin:5px 1px 0 0;
}
#hero .pager a:hover{
	background-position: 0 50%;
}
#hero .pager a.ws_selbull{
	background-position: 0 100%;
}
#hero a.ws_next, #hero a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-15px;
	z-index:60;
	height: 45px;
	width: 45px;
	background-image: url(/images/nav_arrows.png);
}
#hero a.ws_next{
	background-position: 100% 0;
	right:21px;
}
#hero a.ws_prev {
	left:21px;
	background-position: 0 0; 
}
* html #hero a.ws_next,* html #hero a.ws_prev{display:block}
#hero:hover a.ws_next, #hero:hover a.ws_prev {display:block}

#hero .ws-title{
	position:absolute;
	display:block;
	top: 105px;
	left: 653px;
	width:278px;
	margin: 0px;
	padding:7px 20px 0 29px;
	color:#ffffff;
	z-index: 10;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height:normal;
    font-weight: normal;
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
}
#hero .ws-title div{
	padding-top:1px;
	font-size: 12px;
    font-weight:normal;
	width:285px;
	line-height:17px;
	}
#hero .ws-title a{
	color:#ffffff;
	}

#hero  a.wsl{
	display:none;
}
#hero ul{
	position:relative;
	width: 300%; 
	left:0%;
	animation: wsBasic 37.8s infinite;
	-moz-animation: wsBasic 37.8s infinite;
	-webkit-animation: wsBasic 37.8s infinite;
}
#hero ul li{
	float:left;
	width:980px;
	overflow:hidden;
	z-index:1;

}
@keyframes wsBasic{
		0%{left:-0%} 
	26.46%{left:-0%} 
	33.33%{left:-100%} 
	59.79%{left:-100%} 
	66.67%{left:-200%} 
	93.12%{left:-200%} 
}
@-moz-keyframes wsBasic{
	 0%		{left:-0%} 
	 26.46%	{left:-0%} 
	 33.33% {left:-100%} 
	 59.79%	{left:-100%}
	 66.67%	{left:-200%} 
	 93.12%	{left:-200%} 
	 }
@-webkit-keyframes wsBasic{
	0%
			{left:-0%} 
	26.46%	{left:-0%} 
	33.33%	{left:-100%} 
	59.79%	{left:-100%} 
	66.67%	{left:-200%} 
	93.12%	{left:-200%} 
	}
	
.crop {
	width:752px;
	margin-left:-99px;
	overflow:hidden;
	z-index:100;
	-moz-box-shadow: 	4px 0px 4px #361d0e;
	-webkit-box-shadow: 4px 0px 4px #361d0e;
	box-shadow: 		4px 0px 4px  #361d0e;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#361d0e')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#361d0e');
	}
	
#TB_iframeContent {
    border: medium none;
    clear: both;
    margin-bottom: 41px;
    margin-top: 0;
}


div#footerbg {
    background: url("../images/jpmorgan_signature.png") no-repeat scroll right -65px transparent;
    height: 130px;
}