
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4 {
	display: none;
}
ul#flexiselDemo1, ul#flexiselDemo2, ul#flexiselDemo3, ul#flexiselDemo4 {
	padding-left:0
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	padding: 0px;
	list-style-type: none;
	padding-top:10px;


}

.nbs-flexisel-ul li{
	

}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
height: 280px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;/*    line-height:0px;*/
}
.nbs-flexisel-item img {
	cursor: pointer;/* width: 100%;text-align:center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:180px;
    max-height:135px;*/
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	margin-top:-20px;
margin-right:0px;
}


@media only screen and (min-width: 100px) and (max-width: 768px) {
.nbs-flexisel-nav-left {
	right: 20px;
    background: url(../Resim/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 0px;
    background: url(../Resim/button-next.png) no-repeat;

}

}

@media only screen and (min-width: 769px) {
.nbs-flexisel-nav-left {
	right: 20px;
    background: url(../Resim/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 0px;
    background: url(../Resim/button-next.png) no-repeat;

}
}

