/* .... Loading .....*/

.Load {
	position: absolute;
	top: 0px;
	left: 0px;
}
.Load.Effect {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.Loading {
 	position:absolute;
	display: block;
	background: url('img/loading.gif') no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


/* ... Slide .... */


.Slider {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 500px;
	overflow: hidden;
	}



/* ... Position .... */


.Bullet {
	position: absolute;
	bottom:16px;right:16px;
	}
.Bullet div,
.Bullet div:hover,
.Bullet .av {
	position: absolute;
	/* size of bullet elment */
	background: url('skin/slider_position.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.Bullet div {
	background-position: -7px -7px;
}
.Bullet div:hover,
.Bullet .av:hover {
	background-position: -37px -7px;
}
.Bullet .av {
	background-position: -67px -7px;
}
.Bullet .dn,
.Bullet .dn:hover {
	background-position: -97px -7px;
}








/* ........ Arrow ..... */


.Arrow {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('skin/slider_nav.png') center center no-repeat;
	overflow: hidden;
	}
	
.Arrow.Left {
	background-position: -10px -31px;
	top:0px;
	left:12px;
	width:40px;
	height:58px;
	}
	.Left:hover {
		background-position: -130px -31px;
		}
	.Left.Leftdn {
		background-position: -250px -31px;
		}

.Arrow.Right {
	background-position: -70px -31px;
	top:0px;
	right:12px;
	width:40px;
	height:58px;
	}
	.Right:hover {
		background-position: -190px -31px;
		}
	.Right.Rightdn {
		background-position: -310px -31px;
		}
	
	


