	#dhtmlgoodies_slideshow{

		margin-left:7px;
	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		text-align:center;
		padding-top:0px; /*10*/
        cursor: hand;
        margin:0;
	}
	#previewPane img{

	}
	/*#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:0.5em;
	}*/
	#galleryContainer{
		
		height:62px;	/* Height of the images + 2 : was 102*/
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 64px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
		
		width: 840px;
	}
	#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:100px;
		left:40px;
		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:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	

.my_gal_button{
	background-color:#3d3e42; 
	color:white;
	width: 90px;
	border:1px outset #C1BFBC;
	height:17px;
	font-size: 10px;
	text-align:left;
	padding-left:10px;
	margin-bottom: 1px;
}



#somediv{
	background-color: rgb(76, 79, 84); 
	color: white; 
	height: 113px;
	width: 295px;
	border: 1px solid #C1BFBC;
	padding: 0;
	margin: 0;
}
#AdvanceSearchButton{
display:inline; 
float:left; 
margin-top:5px;
width:100px; 
color:white; 
background-color:#3d3e42;
border: 1px outset #C1BFBC;
font-size: 10px;
}

#visibleSearchLogo{
	border-top: 1px solid #C1BFBC;
	border-left: 1px solid #C1BFBC;
	border-right: 1px solid #C1BFBC;
	color:white; 
	background-color:#3d3e42; 
	width:295px;  
	height:21px;
}
.clear{
	clear: both;
}