﻿#banner2
	{
		width:1003px;
		margin:0px auto;
		height:180px;
		overflow:hidden;
		cursor:pointer;
	}
	#banner2 img
	{
	    width:1003px;
	    height:180px;
	}
	#btn
	{	
		display: inline;
		width:175px;
		height:18px;
		line-height:18px;
		text-align:center;
		position:absolute;
		left:75%;
		bottom:15px;
		overflow:hidden;
		z-index:1;
		
	}
	#btn a
	{
		color:#36f;
		font:700 11px "Arial";
		background:url(../images/ibbtn.gif) no-repeat;
		float:left;
		width:18px;
		height:18px;
		line-height:18px;
		text-align:center;
		text-decoration:none;
		margin-left:5px;
	}
	#btn a.activeSlide
	{	
		color:#fff;
		background:url(../images/ibhbtn.gif) no-repeat;
	}
	#btn a:hover
	{	
		color:#fff;
		background:url(../images/ibhbtn.gif) no-repeat;
	}