#slider_container_1 {
     float: left;
     padding: 5px;
     width: 950px;
     -moz-border-radius: 10px 10px;
     -webkit-border-radius: 10px 10px;
     border-radius: 10px 10px;
     margin-bottom: 10px;
     font-family: "メイリオ", Meiryo, arial, helvetica, clean, sans-serif;
}

#SliderName{
     width: 950px;
     height: 360px;
     margin: auto;
}

.SliderNamePrev{
	background: url(../images/left.gif) no-repeat center center;
	width: 18px;
	height: 60px; 
	display: block;
	position: absolute;
	top: 233px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(../images/right.gif) no-repeat center center;
	width: 18px;
	height: 60px;
	display: block;
	position: absolute;
	top: 233px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
}

#SliderNameNavigation {
     padding-top: 15px;
     height: 20px;
     text-align: center;
     -moz-border-radius: 6px 6px;
     margin-top: 10px;
     margin-right: 0;
     margin-bottom: 0;
     margin-left: 0;
}

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 2px;
	background: url(../images/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 14px;
	text-decoration: none;
}

#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
	background: url(../images/nav_active.gif) no-repeat center center;
}
