
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4 {
	display: none;
}
ul#flexiselDemo1, ul#flexiselDemo2, ul#flexiselDemo3, ul#flexiselDemo4 {
	padding-left: 15px
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;

}

.nbs-flexisel-ul li{
	text-align:center

}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}
.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:100px;
    max-height:45px;*/
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 24px;
	height: 24px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
.nbs-flexisel-nav-left {
	right: 3%;
	background: url(../Resim/button-previous.png) no-repeat;
	margin-top:90px;
}
.nbs-flexisel-nav-left:hover {
	background: url(../Resim/button-previous1.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: 10px;
	background: url(../Resim/button-next.png) no-repeat;
	margin-top:90px;

}
.nbs-flexisel-nav-right:hover {
	background: url(../Resim/button-next1.png) no-repeat;
}	
}

@media only screen and (min-width: 769px) {
.nbs-flexisel-nav-left {
	right: 3%;
	margin-top:90px;
	background: url(../Resim/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-left:hover {
	background: url(../Resim/button-previous1.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: 10px;
		margin-top:90px;
	background: url(../Resim/button-next.png) no-repeat;

}
.nbs-flexisel-nav-right:hover {
	background: url(../Resim/button-next1.png) no-repeat;
}	
}


