@charset "utf-8";
/* CSS Document */
#gallery{
	background:url(../img/gya_bac.jpg) fixed;
	background-size:cover;
}
#gallery .center{
	width:500px;
	display:block;
	margin:0 auto;
}
#main05{
	border: solid 5px #880003;
	height:308px;
	background:#000;
	width:540px;
	margin:0 auto 20px;
}
#carouselWrap{
    width:868px;
    position:relative;
		background:#880003;
		padding:5px 30px;
		border: solid #000 3px;
		margin:0 auto;
}
#carouselPrev{
	position: absolute;
	top: 40px;
	left: 5px;
	cursor: pointer;
	background:none;
}
#carouselNext{
    position:absolute;
    top:40px;
    right:10px;
    cursor:pointer;
	background:none;
}
#carouse{
    width:100%;
    height:100%;
    overflow:hidden;
}
#carouselInner ul.column{
    width:800px;
    padding:0;
    float:left;
}
#carouselInner ul.column li{
    float:left;
    margin:2px;   
    display:inline;
		height:91px;
		border: solid #000 3px;
}
#carouselInner ul.column li img{
    border:none;
}
