/* Plan 9 RIMHOF styles */

div#rimhofwrapvid {
	background-color: #e65071;
	padding: 2px;
	padding-right: 11.5px;
	width: 550px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#rimhofwrapgallery {
	width: 640px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#rimhoftxt {
			position: relative;
}

#rimhoftxt p {
			background: #000;
			color: #e65071;
			width: 1em;
			font-weight: bold;
			font-size: 20px;
			letter-spacing: 20px;
			float: left;
			
}

#slider {
    height: 480px;
    width: 640px;
}

#slider li {
    list-style: none;
    position: absolute;
}
#slider input {
    display: none;
}
#slider label {
    background-color: #2ee344;
    border: .2em solid transparent;
    bottom: .5em;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: .5em;
    left: 24em;
    opacity: 0;
    position: absolute;
    transition: .25s;
    width: .5em;
    visibility: hidden;
    z-index: 10;
}
#slider label:after {
    border-radius: 100%;
    bottom: -.2em;
    content: '';
    left: -.2em;
    position: absolute;
    right: -.2em;
    top: -.2em;
}
#slider:hover label {
    opacity: 1;
    visibility: visible;
}
#slider input:checked + label {
    background-color: #e65071;
}
#slider:hover li:nth-child(1) label {
    left: .5em;
}
#slider:hover li:nth-child(2) label {
    left: 2em;
}
#slider:hover li:nth-child(3) label {
    left: 3.5em;
}
#slider:hover li:nth-child(4) label {
    left: 5em;
}
#slider:hover li:nth-child(5) label {
    left: 6.5em;
}
#slider:hover li:nth-child(6) label {
    left: 8em;
}
#slider:hover li:nth-child(7) label {
    left: 9.5em;
}
#slider:hover li:nth-child(8) label {
    left: 11em;
}
#slider:hover li:nth-child(9) label {
    left: 12.5em;
}
#slider:hover li:nth-child(10) label {
    left: 14em;
}
#slider:hover li:nth-child(11) label {
    left: 15.5em;
}
#slider:hover li:nth-child(12) label {
    left: 17em;
}
#slider:hover li:nth-child(13) label {
    left: 18.5em;
}
#slider:hover li:nth-child(14) label {
    left: 20em;
}
#slider:hover li:nth-child(15) label {
    left: 21.5em;
}
#slider:hover li:nth-child(16) label {
    left: 23em;
}
#slider:hover li:nth-child(17) label {
    left: 24.5em;
}
#slider:hover li:nth-child(18) label {
    left: 26em;
}
#slider img {
    height: 480px;
    opacity: 0;
    transition: .25s;
    width: 640px;
    vertical-align: top;
    visibility: hidden;
}
#slider li input:checked ~ img {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

