/*
* All setting in this file are specific to the use of the slider
* Feel free to change any of these
*/
.miniSliderHolder{
  position: relative;
}
#page_home .miniSliderHolder{
  width:40%;
  float: right;
}
#page_home .miniSlider{
  width:300px;
}
.miniSlider{
  width:200px;
  height:200px;
  margin:0 auto;
  padding:0;
  position:relative;
}
.scooch-nav-wrapper{
  width:100px;
  margin:0 auto;
  position: relative;
  bottom: 51px;
float: right;
right: 47px;

}
.scooch-nav{
  list-style-type: none; 
  margin:0 auto;
  padding:0;
  position: relative;
}
.scooch-nav-item{
  width:9px;
  height:9px;
  float: left;
  margin:4px 5px 0 0;
  
  cursor: pointer;
}
.scooch-nav-item.active, .scooch-nav-item:hover{
  background-position: 0 0;
}

#page_home .scooch-nav-wrapper{
  position: absolute;
  bottom:-300px;
  right:0;
  z-index:11;
}
/*________________ Content/Slider Placement ________________*/

.miniSlider li{background:transparent; padding:0 5px;}
.miniSlider li img{position:absolute; z-index:0;}
.miniSlider li h3, .miniSlider li p{
  color:#b8d3d3;
  
  background:#7f7f7f;
  border-radius:5px;
  position:relative;
  z-index:2;
  
  float:left;
  clear:both;
  padding: 10px 10px 10px 20px;
}