/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

	.coda-slider-wrapper {
}
	.coda-slider {
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 200px;
	overflow: auto !important;
	padding-right: 0px
}
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 486px;
	height: 333px;
}
/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 486px;
	height: 333px;
}
.coda-slider-wrapper.arrows .coda-slider {
}
/* Arrow styling */
	.coda-nav-left a {
	width: 27px;
	height: 34px;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*display: block;*/
	margin-top: 155px;
	margin-left: 51px;
	position: absolute;
	z-index: 10;
	
}
	.coda-nav-left a:hover {
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	.coda-nav-right a {
	width: 27px;
	height: 34px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-top: 155px;
	margin-left: 510px;
	position: absolute;
	z-index: 10;
	display: inline;
}
	.coda-nav-right a:hover {
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Tab nav */
	.coda-nav ul li a.current {
	color: #4f2901;
	background-image: url(../images/paginacija.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Panel padding */
	.coda-slider .panel-wrapper {
}
/* Preloader */
	.coda-slider p.loading {
	margin-top: 90px;
	padding: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b1500;
}
	.coda-slider p.loading img {
	margin-top: 20px;
}
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul {
	float: left;
	margin-right: 25px;
}
	.coda-nav ul li a {
	color: #d6c793;
	display: block;
	text-decoration: none;
	height: 26px;
	width: 26px;
	background-image: url(../images/paginacija.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 9px;
}
	.coda-nav ul li a:hover {
	color: #4f2901;
	background-image: url(../images/paginacija.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Miscellaneous */
	/*.coda-slider-wrapper { clear: both; overflow: auto }*/
	.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}
	.coda-slider .panel {
	display: block;
	float: left
}
	.coda-slider .panel-container {
	position: relative
}
