/* CSS Document */
.ccm-image-slider-container  {
	min-height: 350px;
}

.ccm-image-slider-inner {
	height: 100%;
    width: 100%;
    position: absolute;
}

ul.rslides {
	position: fixed;
}

ul.rslides, ul.rslides li {
    height: 100%;
    width: 100%;
}

ul.rslides li {
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

/* Tabs e.g. bullets*/
ul.rslides_tabs {
	position: absolute; 
	bottom: 20px;
	right: 20px;
	width: auto;
	margin: 0px;
	z-index:5;
}
ul.rslides_tabs li {
	display: inline-block;
	padding: 5px;
	margin:5px;
}