.skugga {background-image: url(pics/skugga1.gif);}

td
{
font-family:	Arial;
font-size: 12px;
}

body
{

	background-attachment:	no-repeat;
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			0px;
	font-family:			verdana, helvetica, sans-serif;
	font-size:				10px;
	color:					#84827c;
	text-decoration:		none;

}

img
{
border-color:			#84827c;
}
a
{
	color:					#84827c;
	text-decoration:		none;
}

a:hover
{
	text-decoration:		underline;
}
#dhtmlgoodies_slideshow{
	width:590px;	/* Total width of slideshow */


}

#previewPane{
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:10px;

	position:relative;


}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
#galleryContainer{

	height:100px;	/* Height of the images + 2 */

	position:relative;
	overflow:hidden;
	padding:1px;

	/* CSS HACK */
	height: 100px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/100px;	/* Other browsers */
	height: /**/100px;

}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;

}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}
#theImages .imageCaption{
	display:none;
}
/*Visar bilden när man klickar*/
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	z-index:100;

}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #747474;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}


body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}
p{
	margin-top:0px;
}
#dhtmlgoodies_scrolldiv{
	/* The total width of the scrolling div including scrollbar */
	width:530px;
	height:500px;	/* The height of the scrolling div */
}
#scrolldiv_parentContainer{
	width:500px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	border:1px solid #BC8FBD;
	float:left;
	position:relative;
}

/*
CSS for the scrolling content
*/
#scrolldiv_content{
	padding: 5px;
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 0.9em;
	line-height:130%;
	color: #333;
}

/*
The scrollbar slider
*/
#scrolldiv_slider{
	width:15px;
	margin-left:2px;
	height:500px;
	float:left;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
	width:15px;
	height:460px;	/* Total height - 40 pixels */
	border:1px solid #BC8FBD;
	position:relative;

}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
	margin:1px;
	width:13px;
	height:13px;
	background-color:#BC8FBD;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:15px;
	height:16px;
	border:1px solid #BC8FBD;
	color: #BC8FBD;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
}
#scrolldiv_scrollUp{
	position:absolute;
	z-index:10;
	margin-bottom:2px;
}
#scrolldiv_scrollDown{
	position:absolute;
	z-index:10;
	margin-top:2px;
}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
	font-family: Symbol;
}
