/*

 * 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 */

.wrapSlide{ overflow:hidden;width:735px; height:260px; padding:0px 0 0 0;  margin-bottom:5px; border:2px solid #690601}

.nivoSlider {position:relative;	width:1000px; height:260px; overflow: hidden; float:right; }

.nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;}

.nivo-main-image {display: block !important;position: relative !important; width:100% !important;}

/* The slices and boxes in the Slider */

.nivo-slice {display:block;position:absolute;z-index:5;height:100%;	top:0;}

.nivo-box {	display:block;position:absolute;z-index:5;overflow:hidden;}

.nivo-box img { display:block; }



/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav .nivo-btn-next, .nivo-directionNav .nivo-btn-pre {position:absolute;top:45%;z-index:9;cursor:pointer;width:30px;}

/*.nivo-btn-pre {left:0px;width:54px !important; height:54px; background:url(../images/btn-pre.png); overflow:hidden; z-index:999;}

.nivo-btn-pre:hover {background:url(../images/btn-pre-hover.png)  center no-repeat}

.nivo-btn-next:hover {background:url(../images/btn-next-hover.png)  center no-repeat}



.nivo-btn-next {right:5px;width:54px !important; height:54px; background:url(../images/btn-next.png); overflow:hidden; z-index:999;}*/

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {text-align:center;padding: 15px 0;}

