.slides_container
{
    display: none;
}

/*
      Each slide
      Important:
      Set the width of your slides
      If height not specified height will be set by the slide content
      Set to display block
    */
.slides_container div
{
    width:277px;
    min-height: 570px;
    display: block;
    margin-top:12px;
}

#carouselHome
{
    margin-top: 0px;
    position: relative;
}
.slides_container div .sliderInformation2
{
    background-image: url("/images/bannerText_bg.png");
    background-position: left top;
    background-repeat: repeat;
    bottom: 0;
    position: absolute;
    color: #FFF;
    height: 100px;
    z-index:100;
}
.slides_container div .sliderInformation2 p
{
    padding: 10px;
}
.pagination
{
    margin: 0px auto 0 auto;
    height: 20px;
    z-index: 700;
    position: absolute;
    top: 0px;
    padding-left: 60px;
}

.pagination li
{
    float: left;
    margin: 0 1px;
    list-style: none;
    padding-left:7px;
    background:none;
}

.pagination li a
{
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(/images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
.next
{
    width: 28px;
    height: 258px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 50;
    right:9px;
    padding:10px;
    text-align:right;
    padding-bottom:0;
}
a:hover.prev 
{
    background: url(/images/arrow-Prev.png) center center no-repeat;
}

a:hover.next 
{
    background: url(/images/arrow-Next.png) center center no-repeat;
}

.prev
{
    width: 28px;
    height: 258px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 50;
    padding:10px;
    padding-bottom:0;
    left:0px;
}
.pagination li.current a
{
    background-position: 0 -12px;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
