﻿/* --------------------------------------- Slider */
.cSlidBox1 {
	width: 147px;
	height: 51px;
	margin: auto;
}
.cSlidBox1 .cLeftBox {
	width: 51px;
	height: 28px;
	margin-top: 11px;
	float: left;
}
.cSlidBox1 .cLeftBox a {
	width: 51px;
	height: 28px;
	background: url(../../Images/slidePrevious.png) no-repeat left top;
	float: left;
}
.cSlidBox1 .cLeftBox a:hover {
	background: url(../../Images/slidePrevious_over.png) no-repeat left top;
}
.cSlidBox1 .cCenterBox {
	width: 45px;
	height: 51px;
	float: left;
}
.cSlidBox1 .cCenterBox a {
	width: 45px;
	height: 51px;
	float: left;
	font-size: 0.000001em;
}
.cPlay {
	background: url(../../Images/slidePlay.png) no-repeat center top;
}
.cPause {
	background: url(../../Images/slidePause.png) no-repeat center top;
}
.cSlidBox1 .cRightBox {
	width: 51px;
	height: 28px;
	margin-top: 11px;
	float: left;
}
.cSlidBox1 .cRightBox a {
	width: 51px;
	height: 28px;
	float: left;
	background: url(../../Images/slideNext.png) no-repeat right top;
}
.cSlidBox1 .cRightBox a:hover {
	background: url(../../Images/slideNext_over.png) no-repeat right top;
}
.cPreload {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.cSlideNextOver, .cSlidePrevOver {
	width: 51px;
	height: 28px;
}
.cSlideNextOver {
	background: url(../../Images/slideNext_over.png) no-repeat right top;
}
.cSlidePrevOver {
	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;
}
