/*
Skin Name: shipsticks Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & shipsticks Clark
Author URI: http://dev7studios.com
*/

.theme-shipsticks .nivoSlider {
    position:relative;
    width:643px;
    height:304px;
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-shipsticks .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:643px; /* Make sure your images are the same size */
    height:304px; /* Make sure your images are the same size */
}
.theme-shipsticks .nivoSlider a {
    border:0;
    display:block;
}

.theme-shipsticks .nivo-controlNav {
    position:absolute;
  right:9px;
  bottom:9px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-shipsticks .nivo-controlNav a {
    display:block;
    width:28px;
    height:11px;
    background:url(ss-slider_icon.png) no-repeat;
    text-indent:-9999px;
    border:0;
    float:left;
}
.theme-shipsticks .nivo-controlNav a.active {
    background:url(ss-slider_icon-hover.png) no-repeat;
}

.theme-shipsticks .nivo-caption {
  height: 80px;
  bottom: 4px;
  background: url(ss-slider_text-bar-sticks.png) no-repeat;
    font-family: Helvetica, Arial, sans-serif;
}
.theme-shipsticks .nivo-caption p{
  padding: 10px 0 10px 70px;
  color: white;
  font-size: 26px;
  width: 400px;
  float: left;
  line-height: 32px;
}
.theme-shipsticks .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-shipsticks .nivo-caption a:hover { 
    color:#fff;
}

.theme-shipsticks .ribbon {
    background:url(ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
}