@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
background:#f192bd;
}

#dhtmlgoodies_slideshow{
		width:280px;	/* Total width of slideshow */
		margin:auto;


	}
	
	#previewPane{
		text-align:center;
		vertical-align:middle;
		

		position:relative;
		
		/* CSS HACK */
		height: 330px;	/* IE 5.x */
		height/* */:/**/330px;	/* Other browsers */
		height: /**/330px;
				
	}
	#previewPane img{
		line-height:320px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
		text-align:center;
		font-family: "Comic Sans MS",Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		color:#6f2e81;
		font-weight:bold;
	}
	#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;
		background:#f06fa5;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #f192bc;
		padding:1px;
		top: 0px;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #f192bc;
	padding:1px;
	top: 0px;
	}
	#theImages{
	position:absolute;
	height:120px;
	left:27px;
	width:100000px;
	top: 5px;
	
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.6;
		cursor:pointer;
		border:0px;
		margin:5px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:115px !important;
		left:115px;
		top:120px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
