/* Easy Slider */

		
	#slider{
			margin:0 auto 0 auto !important;  
			margin: 0 auto 0 50px; /* for only IE6 style */  
		}
	#slider_t{
        padding:5px 5px;
		}
		
	#slider_t p{
		font-weight: bold;
		color: #000000;
		font-size: 110%;
		line-height: 140%;
		}

		#slider ul, #slider li{
			margin:0;
			padding:0;
		    height:700px;
			list-style:none;
			}
		#slider li{ 
			width:842px;
		    height:585px;
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			}
			
			span#prevBtn{
				float: left;
				margin-left:100px !important;  
				margin-left: 55px; /* for only IE6 style */  
				}
			span#nextBtn{
				float: right;
				margin-right:100px !important;  
				margin-right: 50px; /* for only IE6 style */  
			}
				
				#prevBtn a, #nextBtn a{  
					display:block;
					width:150px;
					height:35px;
					background:url(images/prev.gif) no-repeat 0 0;	
					}	
				#nextBtn a{ 
					background:url(images/next.gif) no-repeat 0 0;	
					}
					
				/* image replacement */
					#prevBtn, #nextBtn{
						margin-bottom:5px;
						padding:5px 0;
						display:block;
						overflow:hidden;
						text-indent:-8000px;
						}
				/* // image replacement */
											
			
#oshirase_2000 {
	width: 900px;
	margin: 10px auto 0 auto!important;  
	margin: 10px auto 0 auto; /* for only IE6 style */  
}
#oshirase_2000_left {
	float: left;
	width: 250px;
    padding:5px 5px 5px 0;
}
#oshirase_2000_right {
	float: right;
	width: 630px;
	margin: 0px auto 0 auto!important;  
	margin: 0px auto 0 auto; /* for only IE6 style */  
}
#oshirase_navi {
	text-align: right;
}
