#slideshow-holder {
	width: 940px;
	float: left;
	position: relative;
}
.top {
	width: 860px;
	height: 319px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
	background-image: url(../images/nivoslider-bg-top.png);
	left: 40px;
}
.anythingSlider {
	width: 940px;
	height: 330px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 9;
}
.anythingSlider .wrapper {
	width: 940px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0px;
	position: absolute;
	top: 12px;
}
.anythingSlider .wrapper ul { 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 2; 
	margin: 0; 
}
.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 280px; 
	width: 940px; 
	margin: 0; 
}
.anythingSlider ul li img { 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px;
	top: 11px;
}
.anythingSlider .arrow {
	display: block;
	height: 304px;
	width: 40px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	background-image: url(../images/arrows-nivoslider.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.anythingSlider .forward { 
	background-position: right 0; right: 0px; 
}
.anythingSlider .back { 
	background-position: left 0; 
}
.anythingSlider .forward:hover { 
	background-position: right -304px; 
}
.anythingSlider .back:hover { 
	background-position: left -304px; 
}
#thumbNav {
	float: right;
	padding-right: 35px;
	position: relative;
	top: 305px;
}
#thumbNav a {
	padding: 0px;
	height: 13px;
	background-image: url(http://brankic1979.com/theme/loopback/brown/images/dot_off.png);
	background-repeat: no-repeat;
	width: 13px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: -9999px;
	display: block;
	float: left;
}
#thumbNav a.cur {
	background-image: url(http://brankic1979.com/theme/loopback/brown/images/dot_on.png);
}
.anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
.anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}
