/*
Copyright (c) 2010 Mediasparx (http://www.mediasparx.com)

Content:
    Karusell

*/

#wrap-collage, #wrap-collageselect {
	clear: both;
	float: left;
	width: 100%;
	height: 361px;
}

#wrap-collageselect {
    border-top: solid 1px #ececec;
	height: 90px;
}

.Slideshow, #centercollageselect {
    clear: both;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#collageselect-inner {
	background-color: #c4ccba;
	padding: 10px;
}

#bubble {
	position: relative;
    float: left;
}

#bubbleinner {
	height: 269px;
	width: 520px;
	float: left;
    /* background: transparent url(http://conference.greenbusiness.no/templates/GBNC/gfx/bubble.gif) no-repeat right top; */
	position: absolute;
	z-index: 10;
	top: 0; right: 0;
}
#bubbleinner::after {
  content: "";
  background: url(http://greenbusiness.no/templates/GB/gfx/bubble.png); /* gif);*/
  opacity: 0.65;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#bubblecontent {
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 56px;
    text-align: left;
	height: 145px;
	overflow: hidden;
}

#bubblecontent h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #ffffff;
	line-height: 22px;
	margin-top: 104px; /*-6px; */
	margin-bottom: 6px;
}

#bubblecontent p {
    font-family: arial, tahoma, sans-serif;
    font-size: 13px;
    color: #ffffff;
	margin-right: 40px;
}





.Slideshow {
	height: 270px;
	width: 960px;
	overflow: hidden;
	position: relative;
}

.image_reel .tplrepeat-list, .image_reel .listRow {
	clear: none;
	float: left;
	width: 960px;
}

.image_reel .tplrepeat-list, .image_reel .listRow p {
	margin: 0;
	padding: 0;
}


.image_reel {
	position: absolute;
	top: 0; left: 0;
/*	margin-top: 18px; */
}

.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.image_reel img {float: left;}

.Slideshow .tplvar-listitem-title {
	display: none;
}

.Slideshow .tplvar-listitem-summary {
	display: none;
}

#centercollageselect .selectors {
	display: none;
}

.Slideshow .tplvar-listitem-content {
	padding-right: 18px;
}


#centercollageselect {

}


#collageselect { /* main view */
	width: 960px;
	height: 90px;
	float: left;
	position: relative;
}

#collageselect-inner {
	padding: 10px;
}


#collageselect-inner img {
    padding-right: 10px;
}


.select-window {
	width: 870px;
	height: 70px;
	overflow: hidden;
	position: relative;
	margin-left: 36px;
}

#select-reel{
	position: absolute;
	top: 0; left: 0;
}

.selector_previous{
	position: absolute;
	top: 26px;
	left: -18px;
	z-index: 100;
	width:38px;
	height:38px;
	display:block;
	float:left;
	cursor:pointer;
	display: none;
}

.selector_next{
	position: absolute;
	top: 26px;
	left: 944px;
	z-index: 100;
	width:38px;
	height:38px;
	display:block;
	float:left;
	cursor:pointer;
	display: none;
}

#select-reel a span {
	display: block;
	clear: none;
	float: left;
	width: 100px;
	height: 70px;
	overflow: hidden;
	margin-right: 10px;
}
