@charset "utf-8";
/* CSS Document */

/*gallery css*/
	
	#dhtmlgoodies_slideshow{
		width:884px;	/* Total width of slideshow */
		padding:24px 0 0 0;
		background:url(prodbg.png) left top;
		height:214px;
		float:left;

	}
	
	#previewPane{
		
		
		text-align:center;
		vertical-align:middle;
		padding-top:20px;
		background-color:#670f0e;

		position:relative;
		
		/* CSS HACK */
		height: 182px;	/* IE 5.x */
		height/* */:/**/180px;	/* Other browsers */
		height: /**/180px;
				
	}
	#previewPane img{
		line-height:330px;
		border:#da8816 solid 5px;
	}
	/* CSS styling of image caption below large image */
	 #largeImageCaption{
	 	font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:13px;
		color:#fff8b9;
		line-height:20px;
	}
	#galleryContainer{
		
		height:27px;	/* Height of the images + 2 */
		
		
		
		background-repeat:repeat-x;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 182px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/180px;	/* Other browsers */
		height: /**/180px;
				
	}
	#arrow_left{
	border:none;
	cursor:pointer;
		
		
	}
	#arrow_right{
		border:none;
	cursor:pointer;
		
				
	}
	#theImages{
		padding-top:20px;
		position:absolute;
		height:182px;
		left:20px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px 10px 1px 1px ;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		
		background-image: none;
		position:absolute;
		left:50px;
		top:100px;
		background-image:url(./images/loadingback.png);
		
		
		
		width:400px;
		
		height:130px;
	}
	
	* html #waitMessage
		
		{
		
		background-image: none;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/loadingback.png");
		
		width:400px;
		
		height:130px;
		
		background-repeat:no-repeat;
		
		} 
			
	#theImages .imageCaption{
		display:none;
	}
	
	
	.imgsize{
	width:150px;
	height:145px;
	}
	
	#theImages img:hover, .imgsize:hover{
	width:166px;
	height:160px;
	position:static;
	}
	
	
	
	
	
