/*--------------------------------------------------------
# BT Scrollable Slider v1.0.0 - Joomla! Module
# --------------------------------------------------------
# For: Joomla! 2.5
# Copyright (C) 2012 planetweb.com.au. All Rights Reserved.
# @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
# Website: http://www.planetweb.com.au
# Support: contact@planetweb.com.au
# Based on http://jquerytools.org/demos/scrollable/index.html
------------------------------------------------------- */

.bt_mod_scrollable_slider table { margin: 25px 0 0 0; }
.bt_mod_scrollable_slider table tr,
.bt_mod_scrollable_slider table td { border: none !important; vertical-align: middle; }

.bt_mod_scrollable_slider .clearfix { clear: both; }
/* prev, next, prevPage and nextPage buttons */
.bt_mod_scrollable_slider a.bt_browse { background-image: url(../icons/buttons.png); background-repeat: no-repeat; display:block;width:24px;height:47px;float:left;cursor:pointer;font-size:1px; margin: 0 15px; }

/* right */
.bt_mod_scrollable_slider a.bt_right { background-position: 0 -48px; clear:right; margin-right: 0px;}
.bt_mod_scrollable_slider a.bt_right:hover { background-position:-24px -48px; }
.bt_mod_scrollable_slider a.bt_right:active { background-position:-48px -48px; }

/* left */
.bt_mod_scrollable_slider a.bt_left { margin-left: 0px; }
.bt_mod_scrollable_slider a.bt_left:hover { background-position:-24px 0; }
.bt_mod_scrollable_slider a.bt_left:active { background-position:-48px 0; }

/* disabled navigational button */
.bt_mod_scrollable_slider a.disabled { /*visibility:hidden !important;*/ }

/* scrollable */
.bt_mod_scrollable_slider .scrollable { float:left; position:relative; overflow: hidden; width: 932px; height: 574px; }
.bt_mod_scrollable_slider .scrollable .bt_items { width:20000em; position:absolute; clear:both; }
.bt_mod_scrollable_slider .scrollable .bt_items div { float:left; }
.bt_mod_scrollable_slider .scrollable .bt_items div.bt_item_image, 
.bt_mod_scrollable_slider .scrollable .bt_items div.bt_item_title { float: none !important; }
.bt_mod_scrollable_slider .scrollable .bt_item { float: left; border-width: 12px; border-style: solid; border-color: transparent; border-right: 0px solid #d9dadb !important; background-color: transparent; width: 280px; height: 550px; margin-right: 10px; }
.bt_mod_scrollable_slider .scrollable .bt_item_inner { padding: 20px; }
.bt_mod_scrollable_slider .scrollable .bt_item_image { float: none; margin: 0 auto; }
.bt_mod_scrollable_slider .scrollable .bt_item_image img { border-style: solid; border-width: 1px; border-color: transparent;  }
.bt_mod_scrollable_slider .scrollable .bt_item_title { padding: 10px 0; float: none; text-align: center; display: block; width: 100%; font-size: 20px; background-color: #7E313A; color: #DBA3A9; }
.bt_mod_scrollable_slider .scrollable .bt_item_desc { text-align: left; margin: 20px 0 0 0; float: none; }
.bt_mod_scrollable_slider .scrollable .bt_item_desc_text { padding: 0 15px; font-size: 14px; color: #CACACA; border-left: 7px solid #3B3B3B; border-right: 7px solid #3B3B3B; }