@import url("flexslider.css");

/* MARQUEE */

.showcase-widget {
	height: auto;
}

.flexslider {
	margin: 0 0 25px;
	border: 0 none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.flexslider .slides img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.flex-control-nav {
	bottom: -25px;
}

.flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: #EEE;
	box-shadow: 0 1px 3px #CCC inset;
	border: 1px solid #FFF;
}

.flex-control-paging li a:hover {
	background: #CCC;
	box-shadow: 0 1px 3px #AAA inset;
}

.flex-control-paging li a.flex-active {
	background: #ff9933;
	box-shadow: inset 0 2px 6px #d3812e;
	border: 1px solid #fa8c1e;
}

