
.newImage {
	width: 100%;
	min-height: 10px;
}

/*      Cycle 2 Slider        */
.cycle-slideshow {
	width: 100%;
	min-height: 10px;
	margin: 15px 0px 25px 0px;
	font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: bold;
}

.cycle-slideshow .row {
    display: table;
}

.cycle-slideshow [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}



.example-pager {
position: absolute;
bottom: 0px;
text-align: center;
width: 80%;
height: 60px;
}
.example-pager span.cycle-pager-active {
color: rgb(214, 151, 70);
}
.example-pager span {
font-family: arial;
font-size: 50px;
width: 16px;
height: 16px;
display: inline-block;
color: rgb(221, 221, 221);
cursor: pointer;
}

/* end Cycle 2 slider*/


.overlay a, {
	color: #fff;
}

.overlay a:hover {
	color: #aabbcc;
}


.slideshowContent .cycle-slideshow {
	width: 100%;
	min-height: 10px;
	margin: 0px;
}

.slideshowContent .example-pager {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 80%;
	height: 30px;
}

.slideshowContent .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 280px;
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}



.slideshowContent span.cycle-pager-active {
	color: #103E7F;
}

.slideshowContent .cycle-slide h3 a {
	color: #ffffff;
	font: bold 18px Verdana;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.slideshowContent .cycle-slide a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: bold;
}