.rslides {
  list-style: none;
  overflow: hidden;
  width: 60%;
  padding: 0 !important;
  margin: 0 !important;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  display: none;
  width: 60%;
  left: 0 !important;
  top: 0 !important;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
	width: 40%;
  border: 0;
  }
  
.callbacks_container {
	width: 50%;
	margin:auto;
	margin-left:35%;
	margin-top:10%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
 /* display: block;*/
  position: relative;
  z-index: 1;
  height: auto;
  width: 60%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
	font-size: 1.3vw;
  text-shadow: none;
  color: #fff !important;
  background: #000;
  background: rgba(0,0,0);
  left: 0;
  right: 0;
  bottom: 0;
/*  padding: 10px 20px;*/
  margin: 0;
  max-width: none;
	text-align:center;
	width:60%;
}

.callbacks_nav {
  position: absolute;
 /* -webkit-tap-highlight-color: rgba(0,0,0,0);*/
  top: 52%;
  left: 0;
 /* opacity: 0.7;*/
 /* z-index: 3;*/
  text-indent: -9999px;
/*  overflow: hidden;*/
 /* text-decoration: none;*/
  height: 61px;
  width: 38px;
  background: url("images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 0.7;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
#thumb_controls {
				position: fixed;
				bottom:11%;
				width:59%;
				left: 20%;
			}
			p#cf7_controls {
				width: 100%;
				padding-left:1%;
				text-align:center;
			}
			#cf7_controls span {
				padding-right:2em;
				cursor:pointer;
				padding-left:5%;
			}
			#thumb_controls img {
				position:absolute;
				height:100%;
			}
			#cf7 {
				position:absolute;
				height:50%;
				width:67%;
			}
			#cf7 img {
				position:absolute;
				height:95%;
				top: 0; bottom:0; left: 0; right:0;
		    margin: auto;
				margin-top:0;
				-webkit-transition: opacity 1s ease-in-out;
				-moz-transition: opacity 1s ease-in-out;
				-o-transition: opacity 1s ease-in-out;
				transition: opacity 1s ease-in-out;
				opacity:0;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
			}
			#cf7 img.opaque {
				opacity:1;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=1);
			}
			.caption {
				position:absolute;
				display: block;
				z-index: 2;
				font-size: 1.2vw;
				text-shadow: none;
				text-align:center;
				color: #ffffff;
				left: 0;
				right: 0;
				top: 95%;
				margin: 0;
				height: 5%;
				max-width: none;
			}