/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/rentoku/insects/fonts/flexslider-icon.eot');
  src: url('/rentoku/insects/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/rentoku/insects/fonts/flexslider-icon.woff') format('woff'), url('/rentoku/insects/fonts/flexslider-icon.ttf') format('truetype'), url('/rentoku/insects/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ====================================================================================================================
 * DETAIL
 * ====================================================================================================================*/
.flex-direction-nav { 
   padding:25px 0 0 0;
   overflow:hidden;
}

.flex-direction-nav a {
 text-decoration: none;
 width: 40px; 
 height: 40px;  
 line-height: 40px;
 overflow: hidden;
 cursor: pointer;
}

.flex-prev{
  float:left;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.flex-prev:before {
  font-family: "flexslider-icon";
  font-size: 18px;
  content: '\f001';
  color: rgba(0, 0, 0, 0.6);
  height: 40px;
  line-height: 40px;
}

.flex-next{
  float:right;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.flex-next:after {
  font-family: "flexslider-icon";
  font-size: 18px;
  content: '\f002';
  color: rgba(0, 0, 0, 0.6);
  height: 40px;
  line-height: 40px;
}

.flex-span{
font-size:18px;
}

.flex-direction-image{
width:30px;
height:30px;
border-radius: 15px;
display:inline;
-moz-border-image: border-radius: 15px;
-webkit-border-image: border-radius: 15px;
vertical-align: middle;
margin:0px 3px 0;
}
