	H2#slideTitle{
		color:#D37E4D;
		font-size: 1.3em;
		font-family:  Verdana;
		margin-bottom: 0px;
		margin-top: -8px;
		
	}

	.PrevSlide {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -192px -1px;
		width: 32px; 
		height: 24px;
		cursor: hand;
	}
	
	.NextSlide {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -230px -1px;
		width: 32px; 
		height: 24px;
		cursor: hand;
	}
	
	.StopSlide {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -270px -1px;
		width: 12px; 
		height: 24px;
		cursor: hand;
	}
	
	.StartSlide {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -290px -1px;
		width: 12px; 
		height: 24px;
		cursor: hand;
	}
	
	.IndexSlide {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -306px -1px;
		border: solid 0px red;
		width: 18px; 
		height: 24px;
	}
	.ScreenSlide {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -334px -1px;
		border: solid 0px red;
		width: 18px; 
		height: 24px;
	}
	
	.LArrow {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -354px -1px;
		border: solid 0px red;
		width: 10px; 
		height: 24px;
	}
	.RArrow {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -370px -1px;
		border: solid 0px red;
		width: 10px; 
		height: 24px;
	}
	
	.Expand {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -390px -1px;
		border: solid 0px red;
		width: 20px; 
		height: 24px;
	}
	
	.Button {
		background: url(/addons/gallery/images/ss_sprite_main.gif) no-repeat -348px -23px;
		border: solid 0px red;
		width: 152px; 
		height: 25px;
		text-align: center;
		padding-top: 5px;
		font-family: Verdana;
		font-size: 14px;
			cursor: hand;
	
	}
	
	.SlideNum {
		width: 25px; 
		height: 24px;
		float:left;
		text-align: center;
		padding-top: 4px;
		font-family: Verdana;
		font-weight: bold;
		font-size: 14px
		margin-left: 2px;
		margin-right: 2px;
	}
