#example1 .effectContainer { 
	position:absolute; 
	z-index:1;
	z-index:5px;
	background:#fff;
	width:980px;
	height:355px;
	overflow: hidden; 
	margin:0px auto;
}

#example1 .effectContainer img{ height: 353px; width: 976px; padding:0px 2px 2px 2px; }


div.fadenav { position:absolute; right:17px; bottom:14px; z-index:9; }
div.fadenav a { display: block; background: url('../../images/header/nav.png') no-repeat; width: 14px; height: 14px; margin-left:5px;  float: right; overflow: hidden; text-decoration: none; }
div.fadenav a:hover { text-decoration: none; background: url('../../images/header/a_nav.png') no-repeat; width: 14px; height: 14px; }
div.fadenav a.current { background: url('../../images/header/a_nav.png') no-repeat;  width: 14px; height: 14px; }

/******************************/

#example2 .effectContainer1 { 
	position:relative; 
	z-index:1;
	z-index:5px;
	background:#fff;
	width:980px;
	height:125px;
	overflow: hidden; 
	margin:0px auto;
}

#example2 .effectContainer1 img{ height: 353px; width: 976px; padding:0px 2px 2px 2px; }


div.fadenav { position:absolute; right:17px; bottom:14px; z-index:9; }
div.fadenav a { display: block; background: url('../../images/header/nav.png') no-repeat; width: 14px; height: 14px; margin-left:5px;  float: left; overflow: hidden; text-decoration: none; }
div.fadenav a:hover { text-decoration: none; background: url('../../images/header/a_nav.png') no-repeat; width: 14px; height: 14px; }
div.fadenav a.current { background: url('../../images/header/a_nav.png') no-repeat;  width: 14px; height: 14px; }

