/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider
{
    position: relative; /*width:100%; 	 	overflow: hidden;*/
    width: 1200px;
    height: 299;
}
.nivoSlider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    width:1180px !important;
    padding:0 10px;
    height:299px !important;
}
.nivo-main-image
{
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 299px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice
{
    display: block;
    position: absolute;
    z-index: 5; /*height:299px;*/
    top: 0px;
}
.nivo-box
{
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img
{
    display: block;
}
/* Caption styles */
.nivo-caption
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ /*-moz-box-sizing: border-box;    /* Firefox, other Gecko */ /*box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p
{
    padding: 5px;
    margin: 0;
}
.nivo-caption a
{
    display: inline !important;
}
.nivo-html-caption
{
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a
{
    position: absolute; /*top:280px;*/
    z-index: 9;
    cursor: pointer;
    background: url(../Images/Supplier/arrows.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

.nivo-prevNav
{
    left: 20px;
    top: 132px !important;
}
.nivo-prevNav:hover
{
    left: 20px;
    top: 132px !important;
    opacity: 0.6;
}
.nivo-nextNav
{
    background-position: -30px 0 !important;
    right: 20px;
    top: 132px !important;
}
a.nivo-nextNav:hover
{
    background-position: -30px 0px !important;
    top: 132px !important;
    opacity: 0.6;
}
/* Control nav styles (e.g. 1,2,3...) */
/*.nivo-controlNav 
{
	width:22px;
    height:22px;
	position:absolute;
	left:50%;
	/*top:270px ! important;*/
/*bottom:-15px;
    margin-left:-51px; /* Tweak this to center bullets */
/*z-index:210;
    padding:15px 13px 15px 17px;
    text-align:center;
      /*background:url(../Images/Supplier/control-nav.png) no-repeat;*/
/*-webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;	
    
}*/

.nivo-controlNav
{
    text-align: center;
    padding: 20px 0px; /*z-index:210;*/
    left: 50%;
    position: absolute;
    margin-top: -15px;
}
.nivo-controlNav a
{
    display: block;
    width: 22px;
    height: 22px;
    background: url(../Images/Supplier/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0px 2px;
    float: left;
    cursor: pointer;
}
.nivo-controlNav a.active
{
    background-position: 0 -22px;
}








