	#dhtmlgoodies_slideshow{
		width:750px;	/* Total width of slideshow */
	}
	
	#previewPane{
	border:0px solid #CCCCCC;
	margin-bottom:0px;
	vertical-align:middle;
	padding-top:2px;
	position:relative;
	height: 432px;	/* IE 5.x */
	height/* */:/**/436px;	/* Other browsers */
	height: /**/436px;
	width: 750px;
	padding-bottom:2px;	
	padding-right:2px;				
	}
	#previewPane img{
		line-height:432px;
	}
	#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:0em;
			}
	#galleryContainer{
		
		height:20px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 20px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/20px;	/* Other browsers */
		height: /**/20px;
				
	}
	#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:1px;
		left:0px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:350px;
		top:210px;
		background-color:#FFF;
		border:0px double #000;
		padding:2px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#imageCaption{
		display:none;
	}
.input-type
{
border:0px solid #4f900f;
background-color:#81c240;
padding-left:5px;
padding-right:5px;
padding-bottom:4px;
padding-top:4px;

font-family:arial;
font-size:11px;
color:#ffffff;
line-height:14px;
text-align:center;
width:100%;

}
.input-type1
{
border:0px solid #4f900f;
background-color:#81c240;
padding-left:5px;
padding-right:5px;
padding-bottom:4px;
padding-top:0px;
font-family:arial;
font-size:11px;
color:#414141;
line-height:14px;
text-align:justify;
width:100%;

}
.input-type2
{
border:0px solid #a6c2de;
background-color:#ffffff;
padding-left:5px;
padding-right:5px;
padding-bottom:0px;
padding-top:4px;
font-family:arial;
font-weight:bold;
font-size:11px;
color:#414141;
line-height:14px;
text-align:justify;
width:100%;
}