/*
Copyright (c) 2010 Mediasparx (http://www.mediasparx.com)

Content:
    Karusell

*/

.karusell, #wrap-collage, #wrap-collageselect {
	clear: both;
	float: left;
	width: 100%;
}

#wrap-collageselect {
    border-bottom: solid 1px #ececec;
}

#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;
}

#bubblecontent {
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 66px;
    text-align: left;
}

#bubblecontent h2 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #ffffff;
}

#bubblecontent p {
    font-family: arial, tahoma, sans-serif;
    font-size: 13px;
    color: #ffffff;
}





.main_view {
/*	width: 960px;
	height: 269px;
	float: left;
	position: relative; */
}
.window {
	height:269px;
	width: 960px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
	text-decoration: none;
}
.image_reel img {float: left;}

#collageselect { /* main view */
	background-color: #c4ccba;
	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;
}

#select-reel{
	position: absolute;
	top: 0; left: 0;
	width: 2500px;
}

.selector_previous{
	position: absolute;
	top: 26px;
	left: -19px;
	z-index: 100;
	width:37px;
	height:38px;
	display:block;
	float:left;
	cursor:pointer;
	display: none;
}

.selector_next{
	position: absolute;
	top: 26px;
	left: 944px;
	z-index: 100;
	width:37px;
	height:38px;
	display:block;
	float:left;
	cursor:pointer;
	display: none;
}
