#galleryContainer{
		height:113px;
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		height: 113px;	
		height:113px;	
		height:102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0;
		z-index:10;
		border:0;
	}
#arrow_right{
		position:absolute;
		right:0;
		border:0;
		z-index:10;
	}
		#theImages{
		position:absolute;
		height:100px;
		left:20px;
		width:1500px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		margin-left:7px;
		float:left;
		filter: alpha(opacity=100);
		opacity: 1.0;
		cursor:pointer;
 	}
	#theImages .imageCaption{
		display:none;
	}
	.bordered
	{
	border: #FFFFFF 1px solid;
	}

