/*	Containers	*/
.slides_container {width:100%; position:relative; text-align:center; background:#fff; z-index:1;}
.slide_items_container {overflow:hidden; position:relative; z-index:1; text-align:left; margin:0 auto;}
.slide_item { position:absolute; z-index:2; text-align:center;}
.slide_item img {border:none;}
.slide_next_button, .slide_prev_button { position:absolute; top:0; z-index:3; width:40px; height:80px; background-image:url(../../images/slide/arrows.png); background-repeat:no-repeat; cursor:pointer;}
.slide_next_button {background-position:-40px 0; right:10px;}
.slide_prev_button {background-position:0 0; left:10px;}
.slide_text { top:50px; right:20px; width:300px; position:absolute; z-index:9; text-align: left;}
.slide_text p { font-size:16px; color:#6c6c6c; line-height:normal;}
.slide_text .btn { line-height: 32px; padding: 0 15px; text-align: center; text-shadow: none;}
.slide_text h2 { color:#6b8b32; font-size:32px;}

/* Toolbars */
.slide_toolbar_container { position:relative; z-index:9; margin:0 auto; padding:5px 0 0; float:right;}
.slide_paginator {float:left; font-size:13px; padding:0;}
.slide_paginator a, 
.yui-pg-current-page { 
    text-decoration:none;
    background:url(../../images/slide/items.png) no-repeat 0 0;
    width:13px;
    height:13px;
    display:block;
    float:left;
    text-indent:-9999em;
    text-transform:uppercase;
    margin:0 0 0 5px;
}
.yui-pg-current-page {background:url(../../images/slide/items.png) no-repeat 100% 0;}