  @charset "utf-8";
/* CSS Document */

/*
* {
	margin: 0;
	padding:0;
}

*/

#rslidesWrapper {
	 border: thin solid #ccc;
	 margin: 1em 0em 1em 1em;
	 overflow: hidden;
	 padding: 1em 1em 0;
	 /*max-width: 55em;*/
	 /*max-width: 100%;*/
	 width: 45%;
	 float: right;
	 background-color: rgba(255,204,0,0.33);
}

.rslides {
	position: relative;
	list-style: none !important;
	overflow: hidden;
	/*width: 80%;*/
	padding: 0 !important;
	margin: 0 auto !important;
	/* background-color: rgba(255,204,0,0.33); */
}

.rslides li {
	display: none;
	left: 0 !important;
	list-style:none !important;
	margin-left: 0 !important;
	position: absolute;
	top: 0 !important;
	width: 100%;
	/* background-color: rgba(255,204,0,0.33); */
}

.rslides li:first-child {
	position: relative;
	display: block;
 	float: left;
}

.rslides img {
    border: 0 none;
    box-shadow: 0.2em 0.2em 0.2em #999;
    display: block;
    float: left;
    height: auto;
    margin: 0 1em;
    max-width: 22em;
	left: 0px;
    /*width: 100%;*/
}

.rslides_container {
    float: left;
    position: relative;
    width: 100%;
}

.rslides_nav {
  	z-index: 3;
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	top: 50%;
  	left: 1;
  	opacity: 0.7;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none !important;
  	height: 4em;
  	width: 2.5em;
  	background: transparent url("../images/themes.gif") no-repeat left top;
 	margin-top: -3em;
}

.rslides_nav:active {
  	opacity: 1.0;
}

.rslides_nav.next {
  	left: auto;
  	background-position: right top;
  	right: 0;
}

.rslides_nav:focus {
  	outline: medium none;
}
  
.rslides_tabs {
    text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}

.rslides_tabs a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
  }
  
.rslides_here a {
 	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1024px) {
	.rslides img {
		margin-bottom:1em;
	}
}

@media only screen and (max-width: 767px) {
	.rslides img {
		margin:0;
	}
	.caption {
		float: left;
	}
}
