/* ==========================================================================
   index.css
   ========================================================================== */

  
  
  /* slideshow
---------------*/
@media print, screen and (min-width: 769px) {

	#slideshow{
	    background: #0957F7;
	        max-height: 440px;
	    margin: 0 auto 40px;
	}



	.pager {
		position: absolute;
		right: 0;
	}

	.pager li {
		width: 20px;
		height: 20px;
		margin-bottom: 16px;
		background-color: #113D74;
	}

	.pager .on {
		width: 20px;
		height: 20px;
		margin-bottom: 16px;
		background-color: #4B8DF8;
	}

	.pager li a {
		font-size: 0;
		width: 20px;
		height: 20px;
		margin-bottom: 16px;
		display: block;
	}

	li.gotop {
		width: 632px;
		height: 30px;
		position: absolute;
		top: 213px;
		left: -638px;
		z-index: 15;
	}

	li.gotop a {
		width: 633px;
		height: 30px;
		position: absolute;
		background-image: url(/images/slide/slide_btn_next.png?20150524);
		background-repeat: no-repeat;
		background-position: 30px;
		z-index: 20;
	}

	li.gobtm {
		width: 632px;
		height: 30px;
		position: absolute;
		top: 1px;
		left: -638px;
		z-index: 15;
		background-color: transparent;
	}

	li.gobtm a {
		width: 633px;
		height: 30px;
		position: absolute;
		background-image: url(/images/slide/slide_btn_prev.png?20150524);
		background-repeat: no-repeat;
		background-position: 30px;
		z-index: 20;
	}

}