ul.cyclepics_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 10px
}


li.cyclepics_item {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
}

div.cyclepics_image {
    opacity: 1;
}

img.cyclepics_image {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    border-radius: 10px
}

div.cyclepics_overlay {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 50%;
	height: 50px;
	z-index: 1;
	border-radius: 10px 10px 0px 0px;
	opacity: 0.8;
	background-color: #ca2c1c;
}

div.cyclepics_infoarea {
	position: relative;
	padding: 10px;
	color: white;
	font-size: 0.6em;
	line-height: 2em;
}

div.cyclepics_infoarea h3 {
	color: white;
	margin-bottom: 6px;
	text-transform: uppercase;
}

a.cyclepics_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 2;
	border: none;
	outline: none;
}

/* NAVIGATION */

ul.cyclepics_navigation {
	display: none;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 5;
}

li.cyclepics_navigation_item {
	height: 14px;
	width: 14px;
	margin: 5px;
	background: #000000;
	display: inline-block;
	float: left;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 0.8em;
	line-height: 14px;
	text-align: center;
}

li.cyclepics_navigation_item.active {
	background: #eeeeee;
	opacity: 0.8;
	filter: alpha(opacity=80);
}