/* GENERAL STYLES */
/*
Page specific style definitions.

Site: Klima-it.dk
Author: Joakim Jensen Møller & Adam Barry
Date: 9 September 2008
Base by Adam Barry
----------------------------------------------------------*/
/***********************************************************
Component: Image Gallery
***********************************************************/
.imageGallery {
	width: 559px;
	padding-top: 1em;
	padding-left: 15px;
	float: left;
}

.imageGallery img {
	background-color: #999999;
	color: inherit;
	border: 1px solid #999999;
	padding: 2px;
}

.imageGallery .previewImage {
	width: 553px;
	float: right;
cursor: pointer;
}


.imageGallery .thumbnails {
	width: 575px;
	padding-top: 5px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.imageGallery .thumbnails li {
	list-style-type: none;
	padding-right: 6.5px; /* halve pixels!? ;'-0 virker åbenbart i firefox */
	padding-bottom: 3px;
	margin-left: 0;
	float: left;
	position: relative;
}

.imageGallery .thumbnails li.first {
}

.imageGallery .thumbnails a {
	border: 1px solid #999999;
	padding: 2px;
	float: left;
	cursor: url(/graphics/imageGallery/zoom_in.png),pointer;	
}

.imageGallery .thumbnails a:hover, .imageGallery .thumbnails a.selected {
	background-color: #DAA520;
	color: black;
	border: 1px solid #DAA520;
}

.imageGallery .thumbnails li img {
	/*width: 60px;*/
	border: none;
	padding: 0;
}

.imageGallery .thumbnails li span {
	display: none;
}


/*: Template section: Image Gallery (special)
----------------------------------------------------------*/
.imageGallery.noThumbnails {
	padding-bottom: 1em;
}

.imageGallery .previewImage.next {
	cursor: url(/graphics/imageGallery/arrow_right_green.png), pointer;
}

.imageGallery .previewImage.previous {
	cursor: url(/graphics/imageGallery/arrow_left_green.png), pointer;
}

/***********************************************************
Component: Lightbox Image Gallery
***********************************************************/
.lightboxImageGallery {
	width: 100%;
	list-style-type: none;
}

.lightboxImageGallery li {
	list-style-type: none;
	margin: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
}

/***********************************************************
Component: Slideshow
***********************************************************/
.slideshow {
	width: 550px;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 1em;
	float: left;
	overflow: hidden;
}

#site .slideshow li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

.slideshow img {
	float: left;
}

/* EDITOR PROPERTIES */

