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

.cycle {
   width: 960px;
   height: 298px;
    position: relative;
    overflow: hidden;
}
.cycle > li {
    float: left;
    list-style: none;
    display: block;
    margin: 0 10px;
    width: 940px;
    height: 298px;
    z-index: 0px;
}

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


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

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

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

.cycle li .side h5 { font-size: 1.2em; }
.cycle li .side h4 {
   line-height: 20px;
   margin-top: 4px;
}
.cycle li .side p {
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   line-height: 18px;
   color: #fff;
}
.cycle li .side ul li {
   padding-left: 12px;
   margin-left: 6px;
   background: url('../images/white-arrow.png') center left no-repeat;
}
.cycle li .side ul li a {
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   color: #FFF;
   font-size: 0.9em;
}

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

/*--------------*/
.cycle-control-small,
.cycle-control {
   margin: 0 auto;
   height: 16px;
   padding: 10px 10px 10px 10px;
/*   background: #F00;*/
}

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

.cycle-control-small a,
.cycle-control a {
   background: url('../images/cycle-control.gif') 0 0;
   text-indent: -10000px;
   display: inline-block;
   text-align: center;
   width: 16px;
   height: 16px;
   cursor: pointer;
   margin: 0;
   padding: 0;
   border: 0;
}

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

.cycle-control-small a.activeSlide,
.cycle-control a.activeSlide {
   background-position: 0 16px;
}

.cycle-small {
    width: inherit;
    height: 430px;
}

.cycle-small li {
    width: inherit;
}

.cycle-small p {
    text-align: center;
    color: #6c6c6c;
    font-style: italic;
    margin: 10px auto;
    font-family: Georgia;
}
