
#main { z-index:-999; position: relative;border: 1px solid #6A5C25;
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
     min-width: 100%; }

/* Slider */
#slider { position: relative; }
#slider .slider-items { width: 900px; height: 260px; position: relative; padding:10px 45px 14px 10px; z-index: -50; background: url('images/slider-bg.png') no-repeat 0 0; }
#slider .slider-items .jcarousel-clip,
#slider .slider-items ul,
#slider .slider-items ul li { width: 940px; height: 317px; overflow: hidden; position: relative ; z-index:1; margin:0px; padding:0px;}
#slider .slider-items ul li { float: left; display: inline; text-align: left;  }
#slider .slider-items ul li .slide-entry { position: absolute; top:0px; width: 351px; right: 0; }

#slider .jcarousel-prev,
#slider .jcarousel-next { position: absolute; right: -30px; display: block; font-size: 0; line-height: 0; text-indent: -4000px; width: 21px; height: 21px; top: 50%; cursor: pointer; }
#slider .jcarousel-prev { margin-top: -13px; background: url('images/slide-arrow-up.png') no-repeat 0 0; }
#slider .jcarousel-next { margin-top: 15px; background: url('images/slide-arrow-down.png') no-repeat 0 0; }
#slider .carousel-active { background-position: 0 -21px; }
#slider .slider-nav { position: absolute; left: 0px; top:3px; margin-left:-20px; z-index: 10; width: 120px; }
#slider .slider-nav li { list-style: none; float: left; display: inline; height: 100%; width: 100%; position: relative; }
#slider .slider-nav li .slide-sep { background: url('images/slide-nav-sep.png') no-repeat 0 bottom; position: absolute; bottom: 0; left: 0; width: 142px; height: 2px; display: block; z-index: 10; font-size: 0; line-height: 0; text-indent: -4000px; }
#slider .slider-nav li a { height: 76px; width: 110px; display: block; background: url('images/slider-nav-bg.png') repeat-y 0 0;z-index: 5; position: relative; }
#slider .slider-nav li a:hover,
#slider .slider-nav li a.active { background: url('images/slider-nav-bg-hover.png') repeat-y 0 0; }
#slider .slider-nav li a span { display: block; padding: 4px 7px 6px 8px; background: url('images/slide-nav-img-frame.png') no-repeat 0 0; }
#slider .slider-nav li.first a { background: url('images/slider-nav-first.png') no-repeat 0 0; padding-top: 16px;  }
#slider .slider-nav li.first a:hover,
#slider .slider-nav li.first a.active { background: url('images/slider-nav-first.png') no-repeat 0 -106px;  }
#slider .slider-nav li.last a { background: url('images/slider-nav-last.png') no-repeat 0 0; margin-top:-20px; margin-left:-10px   }
#slider .slider-nav li.last a:hover,
#slider .slider-nav li.last a.active { background: url('images/slider-nav-last.png') no-repeat 0 -100px; }

.img_border{ border:2px solid #FFF }

@media only screen and (min-width : 768px) and (max-width : 1024px) { 

#slider .slider-items .jcarousel-clip, #slider .slider-items ul, #slider .slider-items ul li {
    height: 317px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100.4%;
    z-index: 1;
}

#slider .slider-items {
    background: url("images/slider-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 260px;
    padding: 0;
    position: relative;
	padding: 10px 5px 14px 10px;
 width:97%;
    z-index: -50;
}
#main {
    border: 1px solid #6A5C25;
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
    min-width: 100.2%;
    position: relative;
    z-index: -999;
}}

@media only screen and (min-width : 240px) and (max-width : 767px) { 
#slider .slider-items .jcarousel-clip, #slider .slider-items ul, #slider .slider-items ul li {
    height: 317px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
#slider .slider-items ul li img { width:99%; height:116px}
#slider .slider-items {
    background: url("images/slider-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 112px;
    padding: 10px 5px 14px 10px;
    position: relative;
    width:98%;
    z-index: -50;
}}