/* ###################### */
/* ### TEAM 7 GALERIE ### */
/* ###################### */


div#ps_gallery_container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

	div#ps_gallery_backtooverview {
		position: absolute;
		bottom: 15px;
		left: 15px;
		height: 13px;
		line-height: 13px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		background-color: white;
		border: 1px solid #cdcdcd;
		z-index: 9800;
	}
	
		.ps_gallery_backtooverview {
			text-decoration: none;
		}
		.ps_gallery_backtooverview:hover {
			color: #83A81A;
		}
		
	div.ps_gallery_container {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 730px;
		height: 500px;
		overflow: hidden;
		z-index: 10;
	}
	
		div.ps_gallery_line {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 730px;
			height: 20px;
			z-index: 9900;
			display: block;
			background-image: url(blank.gif);
		}
		
		div#ps_gallery_browser_wrap {
			position: absolute;
			top: 0px;
			left: 39px;
			height: 100px;
			width: 650px;
			overflow: hidden;
			z-index: 9700;
		}
			
			div.ps_gallery_browser {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100%;
				z-index: 9700;
			}
			
				.pagination {
					width: 5000px;
					margin-left: -50px;
					list-style: none;
					list-style-image: none;
					z-index: 10;
				}
				* html .pagination {
					margin-left: -15px;
				}
				
				.pagination li {
					float: left;
					height: 80px;
					margin-left: 10px;
					z-index: 10;
				}
			
		div.ps_gallery_browser_left {
			position: absolute;
			top: 25px;
			left: 0px;
			width: 29px;
			height: 50px;
			z-index: 0;
			display: none;
			background-image: url(../productgallery2010/arrow_left.png);
			background-repeat: no-repeat;
		}
		* html div.ps_gallery_browser_left {
			top: 15px;
		}
		
		div.ps_gallery_browser_right {
			position: absolute;
			top: 25px;
			left: 697px;
			width: 29px;
			height: 50px;
			z-index: 0;
			display: none;
			background-image: url(../productgallery2010/arrow_right.png);
			background-repeat: no-repeat;
		}
		* html div.ps_gallery_browser_right {
			top: 15px;
		}
		
		div.ps_gallery_browser_close {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 12px;
			height: 12px;
			z-index: 10000;
			background-image: url(close.png);
			background-repeat: no-repeat;
			cursor: pointer;
			display: none;
		}
			
		div.slides {
			position: absolute;
			left: 0px;
			top: 0px;
			height: 100%;
			z-index: 9810;
		}
		
		div.slides div { 
			position: absolute; 
			top: 0; 
			width: 730px; 
			height: 500px;
			display: none;
			z-index: 9810;
			background-color: #FFFFFF;
			text-align: center;
		}
	
	div#ps_gallery_arrow_container {
		position: absolute;
		bottom: 15px;
		right: 15px;
		height: 15px;
		width: 65px;
		z-index: 9800;
	}
	
		div.ps_gallery_arrow_left {
			float: left;
			width: 15px;
			height: 15px;
			background-image: url(arrow_left.jpg);
		}
		div.ps_gallery_arrow_left:hover {
			background-image: url(arrow_left_act.jpg);
		}
		
		div.ps_gallery_arrow_counter {
			float: left;
			height: 13px;
			line-height: 13px;
			width: 35px;
			text-align: center;
			background-color: white;
			border-top: 1px solid #e9e9e9;
			border-bottom: 1px solid #e9e9e9;
		}
		
		div.ps_gallery_arrow_right {
			float: left;
			width: 15px;
			height: 15px;
			background-image: url(arrow_right.jpg);
		}
		div.ps_gallery_arrow_right:hover {
			background-image: url(arrow_right_act.jpg);
		}
			
	div.ps_gallery_description {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 0px;
		height: 0px;
		display: none;
	}
	
	div.ps_gallery_hidebrowser {
		z-index: 0; 
		bottom: 0px; 
		left: 0px; 
		position: absolute; 
		height: 50px; 
		width: 730px;
		background-image: url(blank.gif);
	}
	
	div.ps_gallery_hider {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 0;
	}



/* ################ */
/* ### GREENBOX ### */
/* ################ */

.ps_gallery_greenbox_designer {
	color: #FFFFFF;
	text-transform: uppercase;
}
.ps_gallery_greenbox_designer {
	color: #FFFFFF;
	text-transform: uppercase;
}
	
div#ps_gallery_greenbox_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 345px;
	overflow: hidden;
}

	div#ps_gallery_greenbox_header {	
		margin-top: 10px;
		margin-left: 10px;
	}
	
	div#ps_gallery_greenbox_designer {
		margin-left: 10px;
		margin-top: 0px;
	}
	
	div#ps_gallery_greenbox_button_container {
		position: absolute;
		left: 0px;
		top: 60px;
		width: 100%;
		height: 280px;
		border-top: 1px solid #6fa01e;
		background-image: url(button_borders.jpg);
		background-repeat: repeat-y;
		background-position: top left;
	}
	* html div#ps_gallery_greenbox_button_container {
		background-position: -1px left;
	}
	
	div#ps_gallery_greenbox_bottom_spacer {
		position:absolute;top:340px;
	}
	
		div.ps_gallery_greenbox_button_outerwrap {
			float: left;
			height: 25%;
			width: 50%;
			display: table;
			overflow: hidden;
			background-color: transparent;
		}
		
			div.ps_gallery_greenbox_button_innerwrap {
				#position: absolute;
				#top: 50%;
				display: table-cell;
				vertical-align: middle;
				width: 100%;
			}
		
				div.ps_gallery_greenbox_button {
					#position: relative;
					#top: -50%;
					color: #FFFFFF;
					text-align: center;
					width: 100%;
					cursor: pointer;
				}



/* ######################## */
/* ### GREENBOX CONTENT ### */
/* ######################## */

div#ps_gallery_greenbox_content_text {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 251px;
	width: 420px;
	padding-right: 15px;
	overflow-y: auto;
	overflow-x: hidden;
}
* html div#ps_gallery_greenbox_content_text {
	width: 435px;
}

div#ps_gallery_greenbox_content_woodtype {
	margin: 15px;
}

div#ps_gallery_content_close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 12px;
	height: 12px;
	z-index: 10000;
	background-image: url(close.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

div.ps_gallery_details {
	position: absolute;
	right: 0px; 
	top: 60px;
	display: none;
	width: 450px;
	height: 281px;
	background-image: url(background_content.png);
	z-index: 1000;
}

div.ps_gallery_woodtypes {	
	position: absolute;
	right: 0px; 
	top: 0px;
	display: none;
	width: 450px;
	height: auto;
	background-image: url(background_content.png);
	z-index: 1000