@import url("http://jqueryui.com/latest/themes/base/jquery.ui.all.css");
@import url("css/fonts.css");
@import url("css/sliderbar.css");
@import url("css/sliderhandle.css");
#GalleryContainer
{
	overflow: hidden;
	position: relative;
	height: 346px;
	width: 875px;
	background-color: #FFF;
}
#SlidingPanel
{
	list-style: none;
	position: absolute;
	width: 9999px;
	padding: 0;
	margin: 0;
}
#SlidingPanel li
{
	display: block;
	float: left;
	width: 277px;
	height: 346px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 0;
	margin-left: 0px;
	cursor: pointer;
}
#SlidingPanel .ThumbnailImage
{
	border: 1px solid #E1E1E1;
	margin-bottom: 10px;
}
#PanelLeft
{
	position: absolute;
	width: 300px;
	height: 352px;
	background-color: #FFF;
	display: none;
	float: left;
	overflow: hidden;
}
#PanelRight
{
	position: absolute;
	width: 575px;
	height: 352px;
	background-color: #FFF;
	display: none;
	float: right;
	overflow: hidden;
	left: 300px;
}
#PanelBottom
{
	position: relative;
	width: 875px;
	background-color: #FFF;
	display: none;
	overflow: hidden;
}

