﻿
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.board-selected{
 background-color: rgb(3, 159, 215);    color: #fff!important;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    direction: ltr;
    height:180px;
    margin:10px 30px 10px 30px;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
    height:180px;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background-color: #EAEAEA;
   
}

.nbs-flexisel-inner  a {
    color: inherit;
    
}



.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:40px 20px 20px 20px;
    cursor:pointer;
    position:relative;
    height:auto;
    color: #000!important;
    box-sizing:border-box;
}
#flexiselDemo2 .nbs-flexisel-item:hover{color: #000 !important}

.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:100px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -20px;
        top: 70px!important;
    background: url(/sites/arabic/Style%20Library/Images/Board/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -24px;
     top: 70px!important;
    background: url(/sites/arabic/Style%20Library/Images/Board/button-next.png) no-repeat;
}





.section-board{ max-width:320px;margin-top:-15px !important; margin:0 auto; height:180px;}
.section-board img{min-height: 40px!important}
.section-board .col{
	min-height:230px
}
.section-board-2col{
	text-align:center!important;
	
}
.col2{
	display:inline-block!important;
	float:none;
}

p.board-name {font-family: arial;text-align: center; font-size: 16px; margin-bottom: 0px;    line-height: 30px; font-weight: bold; color: #056BD8; margin-top: 15px;}
p.board-title {font-family: arial;text-align: center; font-size: 16px;margin-bottom: 0px; color: #777777; ;}