#wrappercarousel {
position:relative;
	width: 100%;
	height: 685px;
	margin:0;
	overflow: hidden;
clear:both;
font-family:thesans-plain, Geneva, Arial, Helvetica, sans-serif;
color:#595959;
font-size: .8em;
line-height: 18px;
min-width:1024px;
/*	position: absolute;
	left: 0;
	top: 0;*/
/*background-color:#3C6;*/
}
#wrappercarousel_small {
position:relative;
	width: 100%;
	height: 100%;/*685*/
	margin:0;
/*	overflow: hidden;*/
clear:both;
font-family:thesans-plain, Geneva, Arial, Helvetica, sans-serif;
color:#595959;
font-size: .8em;
line-height: 18px;
/*min-width:1024px;*/
/*	position: absolute;
	left: 0;
	top: 0;*/
/*background-color:#3C6;*/
}
#carousel div{
	width: 816px;
	height: 590px;
	margin: 0px 18px;
	float: left;
	position: relative;
/*background:red;*/
}

#carousel div.selected, #carousel_small div.selected{
/*	box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
#carousel div img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#carousel div span{
/*	background-color: #fff;*/
	color: #999;
/*	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: block;*/
display: block;
	width: 776px;/*816*/
	height: 90px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	padding:0 20px;
	z-index: 8;
}
#carousel_small div{
background:transparent;
/*background:red;*/
display:block;
clear:both;
/*	min-width: 200px;
	min-height:50%;*/
	width: 100%;
	min-height:250px;
/*	margin: 0px 18px;*/
	float: left;
	position: relative;
/*background:red;*/
padding-bottom:50px;
/*background-color:red;*/
}
#carousel_small img {
    width: 100%;
}
#carousel_small div img{
	display: block;
	position:relative;
	top: 0;
	left: 0;
	z-index: 10;
}
#carousel_small div span{
/*	background-color: #fff;*/
	color: #999;
/*	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: block;*/
	display: block;
/*	width: 516px;*/
	width: 100%;
	height: 90px;
/*	overflow: hidden;*/
/*	position: absolute;*/
/*	bottom: -60px;*/
/*position:absolute;
bottom:0;*/
clear:both;
z-index: 8;
font-size:.8em;
padding-top:10px;

/*position:absolute;
z-index:90;
min-height: 90px;
bottom:0%;*/
}

#prev, #next {
	background: center center no-repeat transparent;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	z-index: 5;
}
#prev:hover, #next:hover {
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
}
#prev.disabled, #next.disabled {
	opacity: 0.2;
	cursor: default;
}
#prev.disabled:hover, #next.disabled:hover {
	background-color: transparent;
}
#prev {
	background-image: url( /images/gui-prev.png );
	left: 50%;
	margin-left: -441px;
z-index:90;
}
#next {
	background-image: url( /images/gui-next.png );
	right: 50%;
	margin-right: -441px;
z-index:90;
}
#foo3_pag{
position:absolute;
text-align:right;
z-index:90;
width:816px;
height:15px;
/*margin-left:auto;
margin-right:auto;*/
/*top:711px;*/
top:602px;
left: 50%;
margin-left:-408px;
}
#foo4_pag{
position:absolute;
text-align:right;
z-index:90;
width:100%;/*500*/
height:15px;
bottom:0%;
/*margin-left:auto;
margin-right:auto;*/
/*top:711px;*/
/*top:602px;
left: 50%;
margin-left:-408px;*/
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(/images/orbit/bullets.png) no-repeat 4px 0;
    width: 13px;
    height: 12px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	 background-position: -8px 0;
	cursor: default;
}
.pagination a span {
	display: none;
}

.caroufredsel_wrapper{
background:transparent;
}
