/*
Skin Name: Nivo Slider 123Ecology Theme
Skin URI: http://lpd-themes.com
Description: The 123Ecology skin for the Nivo Slider.
Version: 1.0
Author: lidplussdesidn
Author URI: http://lpd-themes.com
Supports Thumbs: true
*/
.theme-123ecology{
	position: relative;
    margin-bottom:10px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(235, 235, 235, 1);
     -moz-box-shadow: inset 0 0 0 1px rgba(235, 235, 235, 1);
          box-shadow: inset 0 0 0 1px rgba(235, 235, 235, 1);
}
.theme-123ecology .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	z-index: 1;
}
.theme-123ecology .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-123ecology .nivoSlider a {
	border:0;
	display:block;
}
.theme-123ecology .nivo-controlNav {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding: 0;
	margin-top: 15px;
	margin-right: 10px;
	z-index: 9;
	height: 25px;
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled {
	text-align: center;
	padding: 20px 0;
	margin: 0;
	height: auto;
}
.theme-123ecology .nivo-controlNav a {
	display:inline-block;
	width:8px;
	height:8px;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	background:white;
	text-indent:9999px;
	border:0;
	margin: 0 5px;
    opacity: .7; 
    filter: alpha(opacity=70);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled a{
	-webkit-border-radius: 0;
	 -moz-border-radius: 0;
	      border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.theme-123ecology .nivo-controlNav a:hover,
.theme-123ecology .nivo-controlNav a.active {
    opacity: 1; 
    filter: alpha(opacity=100);
}
.theme-123ecology .nivo-directionNav a {
	display:block;
	width:40px;
	height:40px;
	background:url(arrows-hover.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.theme-123ecology .nivo-directionNav a:hover{
	background:url(arrows.png) no-repeat;
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled a{
	margin: 0 5px -5px !important;
	padding: 2px;
	border: 1px solid #ebebeb;
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled a.active,
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled a:hover{
	border: 1px solid #ccc;
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled img{
	width: 100% !important;
    opacity: .7;
    filter: alpha(opacity=70);
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled a:hover img,
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled a.active img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.theme-123ecology:hover .nivo-directionNav a { opacity: 1; }
.theme-123ecology a.nivo-nextNav:hover,
.theme-123ecology a.nivo-nextNav {
	background-position:-40px 0;
	right:15px;
}
.theme-123ecology a.nivo-prevNav {
	left:15px;
}
.theme-123ecology .nivo-caption {
	color: #555;
	padding: 10px 15px; 
    /*font-family: Helvetica, Arial, sans-serif;*/
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.theme-123ecology .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-123ecology .nivo-caption a:hover {
    color:#fff;
}

.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-123ecology .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}