﻿/*--Main Container--*/
.banner_main_view {
position:relative;

}
/*--banner_window/Masking Styles--*/
.banner_window {
	
    width: 660px;	
    height:420px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
    
}
.banner_image_reel {
	position: absolute;
	top: 0; left: 0;
}

.carouselPager1Item{
   float:left;
   position:relative;
   width:660px;
   height:439px;

}



/*--banner_paging Styles--*/
.banner_paging {
	position: absolute;
	bottom: 0px; left:0;
	width: 660px; height:59px;
	z-index: 100; /*--Assures the banner_paging stays on the top layer--*/
	text-align: center;
	line-height:58px;
	background: url(//cdn2.bigcommerce.com/server4700/35326/templates/__custom/images/etek/paging-back.png?t=1559130275);
	/*display: none;*/ /*--Hidden by default, will be later shown with jQuery--*/
}
.banner_paging a {
	padding: 4px;
	text-decoration: none;
	color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:30px;

}
.banner_paging a:hover{
	text-decoration: none;
	font-weight:bold;
}
.banner_paging a.active {color: #e34238;}
.banner_left, .banner_right{cursor:pointer;position:absolute;bottom:26px;;z-index: 101; }
.banner_left{left:80px}
.banner_right{right:80px;}


