.wt-scroller{
position:relative;	
display:block;
font-family:Arial,Helvetica,sans-serif;
width:970px;
height:220px;
padding-top:10px;
}
.wt-scroller .slides{
position:relative;
width:900px;
height:200px;
float:left;
overflow:hidden;
z-index:1;
}
.wt-scroller .slides ul{
list-style:none;
position:relative;
width:99999px;
margin:0;
padding:0;
z-index:0;
overflow:hidden;
}
.wt-scroller .slides ul li{
position:relative;
display:block;
float:left;
overflow:hidden;
width:154px;
height:128px;
}
.wt-scroller .slides ul li img{
position:absolute;
top:0px;
left:0;
z-index:0;
border:0;
}
.wt-scroller .slides ul li p{
position:absolute;
top:0;
left:0;
z-index:1;
color:black;
font-size:12px;	
width:290px;
padding:5px;
margin:13px 0px 0px 0px;
visibility:hidden;
text-align:center;
color:#ffffff;
font-size:1.25rem;
}
.wt-scroller .outside{
background-color:#222;
}
.wt-scroller .prev-btn,
.wt-scroller .next-btn{
float:left;
position:relative;
width:35px;
height:200px;	
cursor:pointer;
}
.wt-scroller .prev-btn{
background:url(/wp-content/themes/greenlife/species-information/images/arr-left.png) center no-repeat;
}
.wt-scroller .next-btn{
background:url(/wp-content/themes/greenlife/species-information/images/arr-right.png) center no-repeat;
}
.wt-scroller .lower-panel{
display:block;
position:relative;
clear:both;
text-align:center;
font-size:0;
}
.wt-scroller .scroll-bar{
position:relative;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666', GradientType=0);
}
.wt-scroller .thumb{
position:absolute;
top:0;
left:0;
width:100px;
height:5px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
}
.wt-scroller .index,
.wt-scroller .index-hl{
position:relative;
display:inline-block;
width:7px;
height:7px;
margin:0 4px;
background-image:url(/wp-content/themes/greenlife/species-information/css/assets/circle.png);
background-repeat:no-repeat;
}
.wt-scroller .index{
background-position:0 0;
cursor:pointer;
}
.wt-scroller .index-hl{
background-position:-7px 0;
cursor:default;
}
.wt-scroller .m-prev,
.wt-scroller .m-next{
position:absolute;
width:30px;
height:80px;
top:50%;
margin-top:-40px;
cursor:pointer;
z-index:5;
}
.wt-scroller .m-prev{
left:0;
background:#000 url(/wp-content/themes/greenlife/species-information/css/assets/prev.png) center no-repeat;
background:rgba(0,0,0,0.75) url(/wp-content/themes/greenlife/species-information/css/assets/prev.png) center no-repeat;
}
.wt-scroller .m-next{
left:100%;
margin-left:-30px;
background:#000 url(/wp-content/themes/greenlife/species-information/css/assets/next.png) center no-repeat;
background:rgba(0,0,0,0.75) url(/wp-content/themes/greenlife/species-information/css/assets/next.png) center no-repeat;
}.jqpopup {
background:#014e2e;
z-index:1101;
display:none;
border:5px solid #46957c;
position:absolute;
}
.jqpopup_footer{
padding-left:10px;padding-right:10px;padding-bottom:5px;text-align:right;font-size:10px;
}
.jqpopup_content{
padding-left:10px;padding-right:10px;
}
.jqpopup_message{
padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:5px;color:red;font-size:12px;font-weight:bold;
}
.jqpopup_cross{
background: url(/wp-content/themes/greenlife/species-information/images/close.png) no-repeat;
height:25px;
width: 26px;
top: 6px;
right: 5px;
cursor: pointer;
position:absolute;
}