/*
Skin Name: Fat And Juicy Theme
Skin URI: http://www.catoegroup.com
Skin Type: fixed
Description: A custom skin for the Nivo Slider.
Version: 1.0
Author: Jonathan Catoe of Catoe Group
Author URI: http://www.catoegroup.com
*/

#slider1 {
	height:377px;
	overflow:hidden;
	margin:0;
	padding:0;
}

.theme-fatandjuicy.slider-wrapper {
    margin:-3px 0 0 0px;
    padding-top:0;
    position:relative;
}

.theme-fatandjuicy .nivoSlider {
	overflow:hidden;
    position:relative;
    width:935px;
    height:377px;
    margin-left:0;
	margin-top: -5px;
    background:url(/media/tools/slider/themes/fatandjuicy/loading.gif) no-repeat 50% 50%;
}
.theme-fatandjuicy .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:935px; /* Make sure your images are the same size */
    height:377px; /* Make sure your images are the same size */
}
.theme-fatandjuicy .nivoSlider a {
    border:0;
    display:block;
}

.theme-fatandjuicy .nivo-controlNav {
    position:absolute;
	left: 7%;
	bottom: 15px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-fatandjuicy .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(/media/tools/slider/themes/fatandjuicy/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-fatandjuicy .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-fatandjuicy .nivo-directionNav a {
	display:block;
	width:25px;
	height:344px;
	background:url(/media/tools/slider/themes/fatandjuicy/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
.theme-fatandjuicy a.nivo-nextNav {
	background-position:100% 50%;
	right:0px;
    padding-right:20px;
}
.theme-fatandjuicy a.nivo-prevNav {
	left:0px;
    padding-left:20px;
}

.theme-fatandjuicy .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-fatandjuicy .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-fatandjuicy .nivo-caption a:hover { 
    color:#fff;
}