/* CSS Document */
/*-----------------------flash banner---------------*/
div#flashcontents{
	width:680px;
	height:270px;
	float:left;
	}
/*--Window/Masking--*/

.window_wrap {
	width: 680px;
	height:270px;
	position: relative;
	z-index:0;
}

.window {
	width: 680px;
	height:270px;
	overflow: hidden; 
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel li{
	float:left;
	width:680px;
	height:270px;
}
.mainVisual{
	position:relative;
}
.mainVisual a{
	display:none;
	position:absolute;
	top:0;
	left:0;
}

/*--Paging Styles--*/


.paging {
	position: absolute;
	top:0;
	right: 0;
	z-index: 100; 
	display: none;
}
.paging a {
	display:block;
	position:relative;
	overflow: hidden;
	float: left;
}
.paging p{
	margin:10px 10px 0 0;
	width:150px;
	height:76px;
}
.paging a:hover{
	border: 3px solid #ffffff;
}
.paging a:hover img{
	margin: -3px;
}
.paging .pagingfirst{
	margin-top:11px;
}