/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
  position:relative;
  background:#fff url(loading.gif) no-repeat 50% 50%;
  width: 940px;
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.theme-default .nivoSlider a {
  border:0;
  display:block;
}

.theme-default .nivo-controlNav {
  position:absolute;
  left:50%;
  bottom:-28px;
  margin-left:-40px; /* Tweak this to center bullets */
  display:none;
}
.theme-default .nivo-controlNav a {
  display:block;
  width:22px;
  height:22px;
  background:url(bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:3px;
  float:left;
}
.theme-default .nivo-controlNav a.active {
  background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url(arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
}
.theme-default a.nivo-nextNav {
  background-position:-30px 0;
  right:15px;
  display:none;
}
.theme-default a.nivo-prevNav {
  left:15px;
  display:none;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

#featured{ 
  border-radius: 5px;
-o-border-radius: 5px;
-icab-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    height: 300px;
    margin-bottom: 40px;
    position: relative;
    width: 940px;
}

#featured ul.ui-tabs-nav{ 
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 250px;
    z-index: 1;
}
#featured ul.ui-tabs-nav li{ 
  font-size:12px; 
  color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
  float:left; margin:2px 5px; 
  background:#fff; 
  padding:2px; 
  border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
    font-family: "Inder",Arial,Verdana,sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 77px;
}

#featured li.ui-tabs-nav-item a {
    background: url("bg-slider-tab.png") no-repeat scroll left top transparent;
    color: #464646;
    display: block;
    height: 81px;
    line-height: 20px;
    margin-bottom: -6px;
    text-indent: 15px;
    width: 304px;
}

#featured li .ui-tabs-nav-item .last a {
    background: url("bg-slider-tab-last.png") no-repeat scroll left top transparent;
}

#featured li.ui-tabs-selected{ 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
  background:none repeat scroll 0 0 transparent; 
}
#featured .ui-tabs-panel{ 
 height:250px; 
  background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
  position:absolute; 
  top:180px; left:0; 
  height:70px; 
  background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
  font-size:18px;  
  color:#fff; padding:5px; margin:0;
  overflow:hidden; 
}
#featured .info p{ 
  margin:0 5px; 
 font-size:11px; 
  line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
  text-decoration:none; 
  color:#fff; 
}
#featured .info a:hover{ 
  text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
  display:none; 
}