@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("font/font.css");
.slidein{width: 1230px;
				height: 660px;}
#wrapper {
				width: 100%;
				min-width: 1230px;
				height: 660px;
				margin: /*-250px*/0 0 0 0;
				position: absolute;
				top: 0;
				left: 0;
			}
			#carousel div {
				height: 660px; text-align:center;
				float: left;
			}
			#carousel img {
				width: 1230px;
				height: 660px;
			}
			#title {
				text-align: center;
				width: 100%;
				margin-top: -10px;
				position: absolute;
				top: 50%;
			}
			#title h3 {
				text-shadow: 
					0 3px 3px rgba( 0, 0, 0, 0.3 ),
					0 -3px 3px rgba( 0, 0, 0, 0.3 ),
					3px 0 3px rgba( 0, 0, 0, 0.3 ),
					-3px 0 3px rgba( 0, 0, 0, 0.3 );

				font-size: 50px;
				font-weight: bold;
				line-height: 50px;
				color: #fff;
				margin: 0;
			}
			#title a {
				color: #fff;
			}
			#title a:hover {
				background: rgba( 0, 0, 0, 0.5 );
				padding: 2px 5px;
			}
			#pager {
				/*border-radius: 20px;
				background: #412121;*/
				text-align: center;
				width: 1230px;
				height: 35px;
				padding-top: 5px;
				margin: 0px 0px 0 0px;
				position: absolute;
				top: 625px ;
				/*left: 50%;*/
			}
			#pager a.selected span {
				background: #7d0b0b;
			}
			#pager a {
				display: inline-block;
				padding: 5px  5px  5px  5px;
			}
			#pager span {
				border-radius: 10px;
				background: #8f524d;
				text-indent: -100px;
				line-height: 0;
				display: inline-block;
				width: 13px;
				height: 13px;
				overflow: hidden;
			}


