﻿/*light box window*/
.MultiBoxContainer {
	position: absolute;
	border: 10px solid #818181;
	
	display: none;
	z-index: 2;
	text-align: left;
}

.MultiBoxLoading {
	background:  url(images/loading.gif) no-repeat center;
}
.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background:  url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

/*END of light box window*/

/*content inside lightbox window(full image,the text and for the thumbnails)*/

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 780px; /*width of featured content slider*/
height: 300px;
background-color: #818181;
margin:0px;
padding:0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 780px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background-color: #818181;
}

img.floatLeft 
{ 
    float: left; 
 margin: 4px; 

    
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}  
.pagination{
margin-top:10px;
width: 775px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 10px 10px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
background-color: #818181;
}



/*END of content inside lightbox window(full image,the text and for the thumbnails) */

/*for scrolling content(thumbnails) */

	#dhtmlgoodies_slideshow{
		width:780px;	/* Total width of slideshow */
overflow:hidden;
background-color: #818181;
      	}
	
	#galleryContainer{
		height:62px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		/* CSS HACK */
		height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		top:20px;
		z-index:20;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
        top:20px;
		z-index:20;
		
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:80px;
		left:0px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:3px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
	
/*END - of scrolling content(thumbnails)*/

	/* lagt til jgj*/

#theImages img:hover
{
opacity: 1;
filter: alpha(opacity=100);

}

.mainBody
{
	background-color: #818181;
overflow:hidden;
}

.slideText
{
width:345px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
padding-left:30px;
height:200px;
}
.slideTitle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
width:100%;
height:28px;
border-bottom:1px solid #a9a9a9;
margin-bottom:10px;
}	

#imgContainer
{
float:left;
width:400px;
height:300px;
}

