/* * --------------------------------------------------------------------
  # Package - JoomlaMan JMNewsPro
  # 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
  ---------------------------------------------------------------------* */
.layout2 {
	padding: 20px 0;
	position: relative;
}
.layout2  .slide-item-title{
    color: #FFC92B;
    font-weight: bold;
    margin: 10px 0;
}
.layout2  .slide-item-title a:hover,.layout2 span.slide-item-readmore a:hover{
	color: #FE8F0A;
}
.layout2  .slide-item-title a,.layout2 span.slide-item-readmore a{
	color: #FFC92B;
	font-size:16px;
}
.layout2 .slide-item-desc {
	font-size:12px;
	padding-bottom:10px;
}
.layout2 .jmnewspro-prev,.layout2 .jmnewspro-next{
    cursor: pointer;
    display: block;
    height: 58px;
    overflow: hidden;
    position: absolute;
    text-indent: -99px;
    top: 75px;
    width: 37px;
}
.layout2 .jmnewspro-prev{
    background: url("../images/arrows.png") no-repeat 0 0;
    left: 0;
}
.layout2 .jmnewspro-prev:hover{
    background: url("../images/arrows.png") no-repeat 0 100%;
    left: 0;
}
.layout2 .jmnewspro-next{
    background: url("../images/arrows.png") no-repeat 100% 0;
    right: 0;
}
.layout2 .jmnewspro-next:hover{
    background: url("../images/arrows.png") no-repeat 100% 100%;
    right: 0;
}

.layout2 .slide-inner{
	padding:0px!important;
}
.layout2 .slide-inner .padding{
	padding: 0 8px !important
}
.layout2 .bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}
.layout2 .bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/
.layout2 .bx-pager ul{
    list-style-type: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.layout2 .bx-pager ul li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0 !important;
}
.layout2 .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;
}
.layout2 .bx-pager ul li a:hover, .bx-pager ul li a.active {
    background-position: 50% -8px;
}
.layout2 .bx-wrapper .bx-controls-direction{
    display: none;
}

.layout2 .jmnewspro-prev,.layout2 .jmnewspro-next{
    top: 122px!important;
}

.rtl .layout2 .bx-controls{
    left: 0!important;
    right: auto!important;
}
.slide-item-image{
    overflow: hidden;
}