body {
	background:#fff;
	font-family:Arial,sans-serif;
}
p {
	/*margin-bottom:20px;*/
}
button[disabled].submitButton,button[disabled].submitButton:hover {
	background:#cccccc;
	color:#fff;
	text-shadow:none;
}
.clearout {
	height:20px;
	clear:both;
}
#flexiselDemo1,#flexiselDemo2,#flexiselDemo3 {
	display: none;
}
#incVatMessage {
	position:fixed;
	bottom:-3px;
	/*right:-5px;*/
	font-size:11px;
	padding:1px 20px 2px 17px;
	background:url(../../img/vatmsg-bg.png) no-repeat 0 0;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:9999;
	border:1px solid#e2e2e2;
}
.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-inner {
	overflow:hidden;
	float:left;
	width:100%;
	padding-left: 10px;
}
.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width:100%;
	cursor:pointer;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	/*max-width:100px;max-height:45px;*/
}
.eb_icon {
	color:#fff !important;
	font-size:26px;
	margin-left: 4px;
}
/*** Navigation ***/
button[disabled].submitButton,button[disabled].submitButton:hover {
	background:#cccccc;
	color:#fff;
	text-shadow: none;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position:absolute;
	cursor:pointer;
	z-index:100;
	opacity:0.5;
	margin-left:8px;
	background:none repeat scroll 0 0 #616161 !important;	
	border-radius:23px 23px 23px 23px;
	color: #FFF;
}
..nbs-flexisel-nav-right {
	margin-right:10px
}
.nbs-flexisel-nav-left {
	left:-21px;
	background:url(../images/button-previous.png) no-repeat;
}
.eb_errorcheck {
	border:1px solid #e2e2e2;
	padding:10px;
	background-color:#e2e2e2;
}
.eb_imgcheck img {
	padding-bottom:3px;
	padding-right:5px;
}
.nbs-flexisel-nav-right {
	right:-10px;
	background: url(../images/button-next.png) no-repeat;
}
