@charset "utf-8";

/* CSS Document */
.rslides_container {
	position: relative;
	float: left;
	margin: 10px -15px 0 -15px;
	border: 5px solid rgb(255, 255, 255);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	/*margin-bottom: 50px;width: 100%;*/
}

.rslides1_nav {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
	overflow: hidden;
	margin-top: -45px;
	width: 38px;
	height: 61px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	text-decoration: none;
	text-indent: -9999px;
	opacity: 0.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rslides1_nav:active {
	opacity: 0.75;
}

.rslides1_nav.next {
	right: 0;
	left: auto;
	background-position: right top;
}

.rslides2_nav {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 48%;
	height: 91%;
	background: #fff;
	text-indent: -9999px;
	/* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rslides2_nav.next {
	right: 0;
	left: auto;
}

.rslides3_nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 38px;
	background: #000 url("../images/themes.gif") no-repeat left 50%;
	text-indent: -9999px;
	opacity: 0.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rslides3_nav:active {
	opacity: 0.75;
}

.rslides3_nav.next {
	right: 0;
	left: auto;
	background-position: right 50%;
}

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
	outline: none;
}

.rslides_tabs {
	margin-top: 10px;
	text-align: center;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
	_float: left;
	*float: left;
}

.rslides_tabs a {
	display: inline-block;
	overflow: hidden;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
	text-indent: -9999px;
	_display: block;
	*display: block;
}

.rslides_tabs .rslides_here a {
	background: #222;
	background: rgba(0, 0, 0, 0.67);
}

.caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin-bottom: 0;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.67);
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.github {
		display: none;
	}
}
