﻿/* --------------------------------------- Slider */
.slidBox1 {
	width: 148px;
	height: 66px;
	margin: 0 auto 15px;
	overflow:hidden;
}
.slidBox1 .leftBox {
	width: 70px;
	height: 42px;
	margin: 24px 2px 0;
	float: left;
}
.slidBox1 .leftBox a {
	display: block;
	height: 42px;
	background: url(../Images/slidePrevious01.png) no-repeat left top;
}
.slidBox1 .leftBox a:hover { background: url(../Images/slidePrevious01.png) no-repeat left -42px; }
.slidBox1 .centerBox {
	width: 66px;
	height: 66px;
	float: left;
	position: relative;
	top: 5px;
	left: -34px;
	z-index: 1;
}
.slidBox1 .centerBox a {
	display: block;
	height: 66px;
	font-size: 0.000001em;
}
.play { background: url(../Images/slidePrevious03.png) no-repeat center top; }
.play a:hover { background: url(../Images/slidePrevious03.png) no-repeat center -66px; }
.pause { background: url(../Images/slidePrevious04.png) no-repeat center top; }
.pause a:hover { background: url(../Images/slidePrevious04.png) no-repeat center -66px; }
.slidBox1 .rightBox {
	width: 70px;
	height: 42px;
	margin: 5px 0 0 61px;
	float: left;
	position: relative;
	top: -47px;
	right: -11px;
}
.slidBox1 .rightBox a {
	display: block;
	height: 42px;
	background: url(../Images/slidePrevious02.png) no-repeat right top;
}
.slidBox1 .rightBox a:hover { background: url(../Images/slidePrevious02.png) no-repeat right -42px; }
.preload {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.slideNextOver, .slidePrevOver {
	width: 51px;
	height: 28px;
}
.slideNextOver { background: url(../Images/slideNext_over.png) no-repeat right top; }
.slidePrevOver { background: url(../Images/slidePrevious_over.png) no-repeat left top; }
.cPreload, .cPreloadImage {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.cPreload { background: url(../Images/slideNext_over.png) no-repeat; }
.cPreloadImage { background: url(../Images/slidePrevious_over.png) no-repeat; }
