/* * --------------------------------------------------------------------
  # Package - joomla2you JUNewsFlash
  ---------------------------------------------------------------------* */

.layout9 {
    padding: 20px 0;
    position: relative;
    color: #f4f4f4;
    
}
.layout9  .slide-item-image{
    border: 1px solid #ebebeb;
    padding: 2px;
}
.layout9  .slide-item-title{
    color: #c00;
    font-weight: bold;
    margin: 10px 0;
}
.layout9  .slide-item-title a:hover,
.layout9 span.slide-item-readmore a:hover{
	color: #FE8F0A;
}
.layout9  .slide-item-title a,
.layout9 span.slide-item-readmore a{
	color: #c00;
	font-size:16px;
}
.layout9 .slide-item-desc {
	font-size:12px;
	padding-bottom:10px;
}
.layout9 .junewsflash-prev,
.layout9 .junewsflash-next{
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    position: absolute;
    text-indent: -99px;
    top: 75px;
    width: 40px;
}
.layout9 .junewsflash-prev{
    background: url("../images/arrows.png") no-repeat scroll 0 -40px transparent;
}
.layout9 .junewsflash-next{
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    right: 0;
}

.layout9 .slide-inner{
	padding:0px!important;
}
.layout9 .slide-inner .padding{
	padding: 0 8px !important
}
.layout9 .bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}
.layout9 .bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/
.layout9 .bx-pager ul{
    list-style-type: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.layout9 .bx-pager ul li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0 !important;
}
.layout9 .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;
}
.layout9 .bx-pager ul li a:hover,
.layout9 .bx-pager ul li a.active {
    background-position: 50% -8px;
}
.layout9 .bx-wrapper .bx-controls-direction{
    display: none;
}
.slide-inner {
    padding: 0 8px!important;
	float: left;
}
.css3 .view{
	float: none!important;
	
}
/** CSS3 effect
===================================*/
.layout9 .slide-item-wrap-item img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

.layout9 .slide-item-wrap-item .slide-item-desc-warp {
   background: #fff url(../images/bgr.png) no-repeat center center;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}


.layout9 .slide-item-wrap-item .slide-item-title {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;

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

.layout9 .slide-item-wrap-item .slide-item-readmore .slide-item-readmore a {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.layout9 .slide-item-wrap-item:hover img{
	-webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.layout9 .slide-item-wrap-item:hover .slide-item-desc-warp {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.layout9 .slide-item-wrap-item:hover .slide-item-title,
.layout9 .slide-item-wrap-item:hover .slide-item-desc,
.layout9 .slide-item-wrap-item:hover .slide-item-readmore a {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
				
