@charset "utf-8";
/* CSS Document */

.naviAllow{
	background-repeat: no-repeat;
	background-position: center center;	
}

.naviAllow:hover{
	
}
.naviPrev{
	background-image: url(../img/allow_prev_black.png);

	
}
.naviNext{
	background-image: url(../img/allow_next_black.png);
}

.jCarouselWrapper{
	background:url(../img/loading.gif) center center no-repeat;
}

.main_images{
	display:block;
	margin:0 auto;
}
.main_images_mini{
	width:90px;
}

.main_images_small{
	width:320px;
}

.main_images_medium{
	width:950px;
}

.main_images_wide{
	width:950px;
}

.jCarousel_main{
	display:none;
	margin:0px auto;
}
.jCarousel_mid_2 {
	width:950px;
	height:auto;
	margin:0 auto;
}

.main_images ul li{
	margin:0px auto 0px auto;
	width:320px;
}



.jClearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.jClearfix {
    display: block; /* for IE8 */
}