.banner {
	position: relative;
	overflow: auto; 
	width: 556px;
	height: auto;
	/*width: 40%;*/
	background-color: #fff;
	margin-bottom: 3px;
}

.banner li { list-style: none; }

.banner ul { 
	margin: 0; 
	padding: 0; 
}

.banner ul li { float: center; }

.slidemenu {
	background-color: #0D244F;
	width: 100%;
	height: 28px; /*height of the blue area below the slider images*/
	color: #fff !important;
	padding: 0;
	margin: 0;
}

.banner-wrapper{
	border:2px #dddddd solid;
	width: 556px;
	height: 142px;
}

/* dots */

.dots {
	position: absolute;
	padding-top:3px;
	padding-bottom: 6px;
	bottom: 0px;
	right: 7px;
	margin: 0;
}

.dots li {
	float: left;
	padding: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}


.dots .active {
	background: #fff;
	opacity: 1;
}

/* arrows */
.banner-controls {
	position: absolute;
	bottom: -3px;
	left: 7px;
	margin: 0;
}

.unslider-arrow {;
	font-size: 20px;
	list-style: none;
	float: left;
	padding: 0px 5px;
	margin: 0px;
	color: #fff !important;
	background-color: transparent;
}

.unslider-arrow .link {
	color: #fff;
}

/*New*/

.flip {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
}
