/* CSS for jQuery FRS Plugin 1.2.3
 * Copyright 2013, tonjoo
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php


/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
 ================================================== */
.frs-slideshow-container {
    margin-left: auto;
    margin-right: auto;
}

.frs-slideshow-container .frs-slideshow-content {
  
    /*overflow: hidden;*/
}

.frs-slideshow-container .frs-slideshow-content  > div >  div:first-child{
    position: relative;    
}

.frs-slideshow-container .frs-slideshow-content  > div >  div > div.frs-caption.left,
.frs-slideshow-container .frs-slideshow-content  > div >  div > div.frs-caption.right,
.frs-slideshow-container .frs-slideshow-content  > div >  div > div.frs-caption.center {
    height: 100% !important;
}

.frs-slideshow-container > .frs-wrapper > .slider-nav {
    position: static;
}

/* CONTAINER
 ================================================== */
.frs-slideshow-container div.frs-wrapper {
    position: relative;
    /*margin-bottom: 25px;
    margin-top: 10px;*/

}
.frs-slideshow-container div.frs-slideshow-content {
    position: relative;
    overflow: hidden;
}
.frs-slideshow-container > .frs-wrapper > .frs-slideshow-content > .slide-img-wrapper > .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100% !important;
    height: 100% !important;*/
	z-index: 0;
	display: inline;
}

.frs-slideshow-content > img,
.frs-slideshow-content > div,
.frs-slideshow-content > a { display: none } 

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".frs>div" and "div.frs>a" tags in addition to just the .frs-wrapper 
/* TIMER
 ================================================== */
.frs-slideshow-container div.timer {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 9999999999;
}
.frs-slideshow-container span.rotator {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 40px;
    height: 40px;
    background-image: url('frs/rotator-left.png');
    z-index: 9999999999;
}
.frs-slideshow-container span.mask {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 40px;
    z-index: 99999999999;
    overflow: hidden;
}
.frs-slideshow-container span.move {
    top: 0px;
    position: absolute;
    left: 0px;
}
.frs-slideshow-container span.mask-turn {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-image: url('frs/rotator-right.png');
    z-index: 99999999999;
}
.frs-slideshow-container span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('frs/pause-black.png') no-repeat;
    z-index: 4;
    opacity: 1;
}
.frs-slideshow-container span.pause.active { background: url('frs/pause-black.png') no-repeat 0 -40px }
.frs-slideshow-container div.timer:hover span.pause,
.frs-slideshow-container span.pause.active { opacity: 1 }
/* CAPTIONS
 ================================================== */
.frs-slideshow-container span.frs-caption 
{
    display: none;
    height: 0px;
}
 



/* 
 * FRS Container
 */

.frs-slideshow-container{
    width:100%;
    margin-bottom:0px;    
    margin-top:0px;
    min-height:250px;
}

@media (max-width:320px){
  
  .frs-slideshow-container{
      min-height:150px;
  }

}

.frs-slideshow-container h4{
    font-weight:bold;
}

.frs-slideshow-container h4,
.frs-slideshow-container p
{
  color:white;
}

/*
 * FRS Responsive Image
 */

.frs-slideshow-container .frs-slideshow-content img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;

  margin: 0px !important;
  padding: 0px !important;
  
  
}

.frs-slideshow-container .timer, 
.frs-slideshow-container .slider-nav, 
.frs-slideshow-container .frs-bullets-wrapper {
    display: none;
}

* {
margin: 0;
padding: 0px;
border: 0;
}

