﻿#slideshow {
	padding: 0px;
	margin: 0px;
	height: 175px;
	width: 778px;
}

#imageMenu {
	position: relative;
	width: 778px;
	height: 175px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 175px;
	width: 1000px;
	padding: 0px;
	}

#imageMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 259px;
	height: 175px;
}

#imageMenu ul li.SS1 a {
	background: url(../../ContentImageHandler.ashx?imageId=14887) repeat scroll 0%;
}

#imageMenu ul li.SS2 a {
	background: url(../../ContentImageHandler.ashx?imageId=14886) repeat scroll 0%;
}

#imageMenu ul li.SS3 a {
	background: url(../../ContentImageHandler.ashx?imageId=14888) repeat scroll 0%;
}

.clear {
	clear: both;
}



