﻿/*Thumbnails*/
.mainSliderThumbnails { width:580px; height:69px; }
.mainSliderThumbnails .ItemLeft {
	width:7px;
	height:69px;
	background-image: url(../images/ThumImgBgLeft.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
}
.mainSliderThumbnails .ItemTile {
	width:566px;
	background-image: url(../images/ThumImgBgTile.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}
.mainSliderThumbnails .ItemRight {
	width:7px;
	height:69px;
	background-image: url(../images/ThumImgBgRight.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
}