	#imageSliderContainer{	
		clear: both;
		position:relative;
		overflow:hidden;
		margin-left: auto;
		margin-right:auto;
		/* CSS HACK */
		height: 86px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/86px;	/* Other browsers */
		height: /**/86px;
		width: 15%; /*Initial showing width*/
		display:none; 
	}
	#imageSlideLoader{
		height: 86px;
		background-repeat: no-repeat;
		background-position:50% 50%
	}
	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		cursor:pointer;		
	}
	#theImages{
		position:absolute;
		left:40px;
		width:10000px;
		margin-top:3px;
		background-color: black;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		opacity: 0.8;
		filter: alpha(opacity=80);
		cursor:pointer;
		border:0px;
		height:80px; /*Height of images in image slider*/
		width:100px;
		cursor:pointer;
	}
	#loadingImageSlide{
        width:100px;
        margin-left:auto;
        margin-right:auto;
	}
	#imageSlider{
		clear:both;
		position:relative;
		margin: 0 10px 10px 10px;
		overflow: hidden;
	}
	
#imageSlider img{
padding:0;
}
