@media all
{
	#welcome_photo {
		float:right;
		margin:10px 5px 10px 15px;
		width: 150px;
	}
	#welcome div {
		margin-right:170px;
		padding-top:4px;
	}
	#welcome p {
		font-size:90%;
		line-height:110%;
		padding-top:3px;
		padding-bottom:3px;
	}
	#welcome_signature {
		color:#1b5790;
	    text-decoration:none;
	    font-weight:bold;
	    font-style: italic;
	}
	
	
	#news, #draw, #managers, #courts {
		width:340px;
		padding-bottom:8px;
		color:#613232;font-weight:bold;
	}
	#draw, #news { margin: 20px 0 0; }
	#news .line a, #draw .line a, #managers .line a, #courts .line a {
		font-weight:normal;
	}

	#slide { width: 100%; height: 255px; margin-bottom: 40px; margin-top: 3px; }
	#slide_box { width: 610px; overflow: hidden; }
	.nivo-caption { display: block !important; top: 255px !important; height: 35px; opacity: 1 !important; background: #333 !important; line-height: 25px;  }
	.nivo-caption p { margin: 0 !important }
	
}

/*  Layout change */
.index-page #center { margin-top: 27px; position: relative; }

/* Scroller Box */

#scroller_container {
	border-radius: 0 !important;
	position: absolute;
	/*width: 996px;*/
	height: 34px;
	overflow: hidden;
	margin-left: 15px;
    margin-top: 25px;

	border: 1px solid #244D9C;
	top: -50px;
	left: -15px;
	background: #EDF5FF;
}

#scroller {
	white-space: nowrap;
	line-height: 34px;
	font-size: 16px;
	font-family: sylfaen;
}
/* Scoller Box */