@charset "utf-8";

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

div.carouselArea {
    width: 320px;
    /*margin: 5px auto;*/ 
}
div.window {
	position: relative;
	overflow: hidden;
    float: left;
}
div.images {
    position: relative;
    float: left;
}
div.images ul {
    float: left;
}
div.images li {
    float: left;
    margin: 0px 4px;
    text-align: center;
}
div.images li img {
	margin-bottom: 5px;
}
div.prev {
    float: left;
    position: relative;
}
div.next {
    float: left;
    position: relative;
}
div.indicator {
	width: 100%;
    margin: 5px auto 0px;
    clear;both;
}
div.indicator div{
    position: relative;
    float: left;
    width:100%;
}
div.indicator ul {
    float: left;
    position: relative;
    left: 50%;
}
div.indicator li {
    position: relative;
    left: -50%;
    float: left;
    text-align: center;
    margin: 0px 4px;
}