/***********************************************************************
  jQuery Coda-Slider v3.0 - kevinbatdorf.github.com/codaslider
  Copyright (c) 2012 Kevin Batdorf
  This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
************************************************************************/
/********************************************
SASS stylesheet.

No idea what CSS preprocessing is all about? No problem... just use the style.css file instead.
If you want to learn more, check out this article by Chris Coyier

css-tricks.com/musings-on-preprocessing/

********************************************/

  
  
 #slider2-wrapper{ 
			margin: 0px auto;
		//	min-width:1100px;
			position: relative;
			max-width: 1160px;
			overflow:hidden;
			top:-35px;
			margin-top:15px;
			width:950px !important;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw2,  {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw2 .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer2 { 
			position: relative;
			overflow: hidden; 
			margin:0 auto;
			width:740px; 
			height: 370px;
			clear: both;
		
		}
		
		.stripViewer2 .panelContainer2 {
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
		}


		.stripViewer2 .panelContainer2 .panel2 { 
			float:left;
			height: 100%;
			position: relative;
			width: 740px; 
		}
		
		.stripViewer .panelContainer .panel .wrapper { 
			
		}
		
		
	 .stripViewer2 .panelContainer2 .panel2 .wrapper2 { 
			
		}
		
		.coda-nav { 
			margin: auto;
			
		}
		div.coda-nav{top:15px; position:relative; left:255px; width:960px !important;  height:50px; z-index:9999;}
		.coda-nav ul { 
			list-style: none; width:960px !important;
		}
		
		.coda-nav ul li {
			float: left;
			margin-right: 5px; 
		}
		.coda-nav ul li:last{float: left;
			margin-right: 0px; }
		
			
			
		.coda-nav a { 
			font-size: 14px;
			width:10px;
			height:10px; 
			border-radius:10px;
			border:2px solid #D4D4D1;
			text-align: left;
			line-height:140%;
			color: #11417f;
			display: block;
			margin:0 0px 0 0;
			text-decoration:underline;
		
		}
		
		
		.coda-nav li.tab1 a {   }
		.coda-nav li.tab2 a { }
		.coda-nav li.tab3 a { }
		.coda-nav li.tab4 a {  }
		.coda-nav li.tab5 a {  }
		
		.coda-nav li a:hover {
			text-decoration:none; color:#ff0021;
		}
		.coda-nav li a:hover{	background-color:#116ac2;
			border:2px solid #116ac2;}
		.coda-nav li a.current {
			text-decoration:none;
			font-family:'Fira Sans Semibold';
			background-color:#116ac2;
			border:2px solid #116ac2;
	
		}
		
		.coda-nav-left, .coda-nav-right { 
			position: absolute;
			top: 90px;
			text-indent: -9000em;
		}
		
		.coda-nav-left a, .coda-nav-right a {
			display: block;
			height: 160px;
			width: 50px;
		}
		
		.coda-nav-left{
			left: 0;
		}
		
		.coda-nav-right {
			right: 0;
		}
		
		.coda-nav-left {
			background: url("img/left_strela.png") no-repeat center;
		}
		
		.coda-nav-right {
			background: url("img/right_strela.png") no-repeat center;
		}
		
	</style>