   
   .bannerscollection_zoominout {
		position:relative;
		line-height:20px;
   }
   .bannerscollection_zoominout img {
		position:relative;
		display: block;
		max-width:inherit;
		max-height:inherit;
		-webkit-backface-visibility: hidden;
		/*width:inherit;
		height:inherit;	*/
   }
   .bannerscollection_zoominout_list {
		margin:0;
		padding:0;
		list-style:none;
		display:none;
   }
   .bannerscollection_zoominout .contentHolderVisibleWrapper {
		position:absolute;
		overflow:hidden;
		margin-top:0px;
		*margin-top:-20px;
   }
   .bannerscollection_zoominout .contentHolder {
		position:absolute;
   }
   .bannerscollection_zoominout .contentHolderUnit {
		/*position:relative;
		float:left;*/
		display:block;
		overflow:hidden;
   }
   .mycanvas {
		position:absolute;
		top:8px;
		right:10px;
		z-index:10;
   }
   .myloader {
		background:url(files/loader.gif);
		width:37px;
		height:37px;
		position:absolute;
		left:49%;
		top:49%;
		z-index:5;
   }
   .bannerscollection_zoominout .contentHolderVisibleWrapper {
		position:absolute;
		overflow:hidden;
		margin-top:0px;
   }
   .bannerscollection_zoominout .bannerControls {
		position:absolute;
		left:0;
		top:0;
		z-index:2;
		width:100%;
   }
   .bannerscollection_zoominout .bottomNav {
		position:absolute;
		top:17px;
		right:20px;
		z-index:20;
   }
   .bannerscollection_zoominout .bottomNavButtonOFF {
		float:left;
		display:block;
		width:6px;
		height:6px;
		cursor:pointer;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		background:#fff;
		margin-left:5px;
   }
   .bannerscollection_zoominout .bottomNavButtonOVER {
		float:left;
		display:block;
		width:6px;
		height:6px;
		cursor:pointer;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		background:#cf2828;
		margin-left:5px;
   }
   .bannerscollection_zoominout .bottomNavButtonON {
		float:left;
		display:block;
		width:10px;
		height:10px;
		cursor:pointer;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		background:none;
		border:1px solid #fff;
		margin-left:5px;
		margin-top:-3px;
   }

/* ==========================================================================
   Media Query
   ========================================================================== */
   
   @media only screen and (max-width:660px) {
	   
   .bannerscollection_zoominout .bottomNav {
		top:10px;
		right:10px;
   }
	   
   }