/**
 * Stylesheet for banner 
 *
 * Author: Sewer Hrehorowicz
 * sewer@crystalvision.pl
 * http://crystalvision.pl
 */
 
/* reset */

#frame {
	height: 360px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; /* workaround for CodaSlider nav */
		top: -10px;
	width: 960px;
}
 
.panel {
	display: none;
	float:left;
	width: 960px;
	height: 360px;
}

.panel>a {
	height: 100%;
	width: 100%;
}

.coda-nav-left,
.coda-nav-right {
	margin-left: -490px;
	position: absolute;
		left: 50%;
		top: 300px;
	z-index: 4;	
}

.coda-nav-right {
	margin-left: 450px;
}

	.coda-nav-left a,
	.coda-nav-right a {
		background: url('../images/coda_slider/coda_slider-prev.png') no-repeat top left;
		display: block;
		height: 0px;
		overflow: hidden;
		padding-top: 67px;
		width: 40px;
	}
	
	.coda-nav-right a {
		background: url('../images/coda_slider/coda_slider-next.png') no-repeat top left;
	}

.coda-nav {
	display: block;
	height: 10px;
	position: relative;
		top: -10px;
	width: 32px;
}

	.coda-nav ul {
		display: block;
		height: 10px;
		position: relative;
			left: 50px;
			top: 330px;
		z-index: 4;
	}

	.coda-nav li {
		padding: 0;
			padding-right:10px;
		float: left;
		
	}
	
		.coda-nav li a {
			background: url('../images/coda_slider/coda_slider-item-inactive.png');
			display: block;
			width: 10px;
			height: 10px;
		}
		
		.coda-nav li a.current {
			background: url('../images/coda_slider/coda_slider-item-active.png');
		}