.bannerContainer {
	position: relative;
	/*float:left;*/
	width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  position: relative;
  /*z-index: 1;*/
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
 .rslides_nav {
	 position: absolute;
	 -web-tap-highlight-color: rgb(0,0,0,0);
	 top: 52%;
	 left: 0;
	 opacity: 0.3;
	 z-index: 3;
	 text-indent: -9999px;
	 overflow: hidden;
	 text-decoration: none;
	 height: 61px;
	 width: 38px;
	 background: transparent url("/images/GTI/Home/themes.gif") no-repeat left top;
	 margin-top: -35px;
	 margin-left:5px;
	 margin-right: 5px;
 }
 
 .rslides_nav:hover {
	 opacity: 0.9;
 }
 .rslides_nav:active {
	 opacity: 0.6;
 }
 
 .rslides_nav.next {
	 left: auto;
	 background-position: right top;
	 right: 0;
 }
 
 .rslides_tabs {
	 width: 100%;
	 bottom: 5px;
 }


 /*Circle Menu*/
 .circle_menu_style {
	 display: block;
 }
 @media (min-width:1024px) {
	 .circle_menu_style {
		 position: relative;
		 margin: 0 auto;
		 text-align: center;
		 top: -66px;
		 left: 0;
		 z-index:10;
	 }
	 .whats_new_container {
		 margin-top: -60px;
	 }
 }
