/*
#------------------------------------------------------------------------
# Package - JoomlaMan JMSlideShow
# Version 1.0
# -----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright © 2012 - 2013 JoomlaMan.com. All Rights Reserved.
# @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
# Websites: http://www.JoomlaMan.com
#------------------------------------------------------------------------
*/
.jmnewspro.layout5 {
  padding: 20px 0;
  position: relative;
  color: #E5E5E5;
  direction: ltr;
}
.jmnewspro.layout5  .slide-item-image{
  border: 1px solid #ebebeb;
  padding: 2px;
}
.jmnewspro.layout5  .slide-item-title{
  color: #FFC92B;
  font-weight: bold;
  margin: 10px 0;
}
.jmnewspro.layout5  .slide-item-title a:hover,
.jmnewspro.layout5 span.slide-item-readmore a:hover{
  color: #FE8F0A;
}
.jmnewspro.layout5  .slide-item-title a,
.jmnewspro.layout5 span.slide-item-readmore a{
  color: #FFC92B;
  font-size:16px;
}
.jmnewspro.layout5 .slide-item-desc {
  font-size:12px;
  padding-bottom:10px;
}
.jmnewspro.layout5 .jmnewspro-prev a,
.jmnewspro.layout5 .jmnewspro-next a{
  cursor: pointer;
  display: block;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 75px;
  width: 20px;
}
.jmnewspro.layout5 .jmnewspro-prev a{
  background: url("../images/button.png") no-repeat scroll 0 -40px transparent;
}
.jmnewspro.layout5 .jmnewspro-next a{
  right: 0;
}

.jmnewspro.layout5 .slide-inner{
  padding:0px!important;
}
.jmnewspro.layout5 .slide-inner .padding{
  padding: 0 8px !important
}
.jmnewspro.layout5 .bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}
.jmnewspro.layout5 .bx-wrapper img {
  max-width: 100%;
  display: block;
}
.slide-item{
  background: url("../images/bgimg.jpg") no-repeat scroll transparent;	
  background-size: 100% 100%;
}
/** THEME
===================================*/
.jmnewspro.layout5 .bx-pager ul{
  list-style-type: none !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  float: left;
}
.jmnewspro.layout5 .bx-pager ul li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0 !important;
}
.jmnewspro.layout5 .bx-pager ul li a{
  background: url('../images/interface.png') no-repeat 50% 0;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
}
.jmnewspro.layout5 .bx-pager ul li a:hover,
.jmnewspro.layout5 .bx-pager ul li a.active {
  background-position: 50% -8px;
}
.slide-inner {
  padding: 0 8px!important;
  float: left;
}
.css3 .view{
  float: none!important;
}
.jmnewspro.layout5 .jmnewsprohover{
  background: none!important;
}
/** CSS3 effect
===================================*/
.jmnewspro.layout5 .slide-item-wrap-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jmnewspro.layout5 .slide-item-wrap-item .slide-item-desc-warp {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}


.jmnewspro.layout5 .slide-item-wrap-item .slide-item-title {


}
.jmnewspro.layout5 .slide-item-wrap-item .slide-item-desc {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.jmnewspro.layout5 .slide-item-wrap-item:hover .slide-item-desc-warp {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.jmnewspro.layout5 .slide-item-wrap-item:hover img{
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
.jmnewspro.layout5 .slide-item-wrap-item .slide-item-desc:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

