/*!
 * jQuery Plugin v1.0
 * http://www.system-int.net/
 * http://www.codetoday.net/
 * 
 * Copyright 2010, Vira Jonsomchit
 *
 */
#slideShow {
	margin: 0px auto 0px auto;
}
.jquery-slideShowNumber, .jquery-slideShowNumber:visited {
	width: 25px;
	height: 22px;
	position: relative;
	display: block;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	background: url(../Images/SlideShow/sh-linkNumber.png) no-repeat;
	padding-top: 3px;
	overflow: hidden;
	cursor: pointer;
}
.jquery-slideShowNumber:hover {
	background: url(../Images/SlideShow/sh-linkNumberHover.png) no-repeat;
}
.jquery-slideShowNumber:active {
	background: url(../Images/SlideShow/sh-linkNumberActive.png) no-repeat;
}
.jquery-slideShowNumberActive {
	width: 25px;
	height: 22px;
	position: relative;
	display: block;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	background: url(../Images/SlideShow/sh-linkNumberActive.png) no-repeat;
	padding-top: 3px;
	overflow: hidden;
	cursor: pointer;
}
.jquery-slideShowBgMenu {
	width: 100%;
	height: 38px;
	position: absolute;
	display: block;
	z-index: 5;
	background: url(../Images/SlideShow/sh-bg.png) repeat-x;
	padding-top: 12px;
}
.jquery-slideShowPrevious, jquery-slideShowPrevious:visited {
	width: 35px;
	height: 130px;
	background: url(../Images/SlideShow/sh-previous.png) no-repeat;
	position: absolute;
	display: none;
	top: 50%;
	left: 0px;
	margin-top: -65px;
	z-index: 6;
	cursor: pointer;
}
.jquery-slideShowPrevious:hover {
	background: url(../Images/SlideShow/sh-previousHover.png) no-repeat;
}
.jquery-slideShowNext, .jquery-slideShowNext:visited {
	width: 35px;
	height: 130px;
	background: url(../Images/SlideShow/sh-next.png) no-repeat;
	position: absolute;
	display: none;
	top: 50%;
	right: 0px;
	margin-top: -65px;
	z-index: 7;
	cursor: pointer;
}
.jquery-slideShowNext:hover {
	background: url(../Images/SlideShow/sh-nextHover.png) no-repeat;
}
.clears {
	clear:both;
	line-height:0;
	height:0;
	font-size: 1px;
}