/* @override http://devmedia.ligonier.org/css/cycle-banner.css */

.cycle {
	width: 500px;
	height: 380px;
	overflow: hidden;
	position: relative;
	border: 5px solid #CCC;
	float: right;
}

* html .cycle li.right {
    float: left;
    list-style: none;
    display: block;
    margin: 0 10px;
    width: 940px;
    height: 298px;
}


/*------Inside the carousel--------*/
.cycle li .side {
	width: 240px;
	color: #FFF;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}

* html .cycle li.right img {
	float: left;
}

.cycle li.right .side {
	float: right;
}
.cycle li.left .side {

}

.cycle a.banner-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

* html .cycle-control {
	padding-top: 0px;
}

* html .cycle-control a {
	height: 16px;
	line-height:0px;
}

