@charset "utf-8";
/* CSS Document */

@import url("reset.css");

.center{
	width:250px;
	height:296px;
	background-image:url(../../images/top_images/right/search_bg.jpg);
	overflow:hidden;
	}
/*=============tab==========================*/	
.center .TAB{
	width:230px;
	height:38px;
	margin:30px 0 0 10px;} 
	
.center .TAB ul{
	width:230px;
	height:40px;
	list-style:none;}

.center .TAB ul li{
	float:left;
	padding-left:10px;}	
.center .TAB ul li a{
	display:block;
	width:100px;
	height:20px;
	background-position:top right;
	background-repeat:no-repeat;
	outline:none;}

.center .TAB ul li.tab1 a{	background-image:url(../../images/top_images/right/search_menu_01.png);}
.center .TAB ul li.tab2 a{	background-image:url(../../images/top_images/right/search_menu_02.png);}
.center .TAB ul li.tab3 a{	background-image:url(../../images/top_images/right/search_menu_03.png);}
.center .TAB ul li.tab4 a{	background-image:url(../../images/top_images/right/search_menu_04.png);}


.center .TAB ul li.tab1 a:hover{background-position:top left;}

.center .TAB ul li.tab1 a.selected{	background-position:top left;}

/*===============搜尋引擎===========================*/

.center .slider{
	width:920px;
	height:195px;
	margin:10px 0 0 10px;
	position:relative;
	overflow:hidden;}

	
.center .slider .slide1{
	position:absolute;
	top:0px;
	left:0;
	width:230px;
	height:195px;
	
}
	
.center .slider .slide2{
	position:absolute;
	top:0px;
	left:240px;
	width:230px;
	height:195px;
	}
	
.center .slider .slide3{
	position:absolute;
	top:0px;
	left:480px;
	width:230px;
	height:195px;
	}

.center .slider .slide4{
	position:absolute;
	top:0px;
	left:720px;
	width:230px;
	height:195px;
	}	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
