@charset "utf-8";

/*=====================================================
 * Style Name: FullScreen CarouselElements
 * Style URL: ./css/site/fullscreen_carousel.css
 * Description: FullScreen CarouselStylesheet
 * Version: 1.0
 * Last Up Date: 2012/08/31
 * Author: Neos Corporation.
 * Author URL: http://www.neoscorp.jp/
 *
 * Markup Reference:
 *
=====================================================*/

section#popupWindow{
    position:absolute;
    top:0;
    left:0;
    background-color:#FFF;
    display:none;
    z-index:100;
}
section#popupWindow div.close {
    position:absolute;
    top:10px;
    right:10px;
    z-index:101;
}
div.fullCarouselArea {
    width:320px;
}
div.fullWindow {
	position: relative;
	overflow: hidden;
    float:left;
    z-index:99;
}
div.fullImages {
    position: relative;
    float:left;
}
div.fullImages ul {
    float: left;
}
div.fullImages li {
    float: left;
    text-align:center;
}