﻿/********** Sketch Point  -  Slider**************/
#aslider {
	position: relative;
}
#slider-list {
	display: none;
	
}
#slider-container {
	overflow: hidden;
	position: relative;
	z-index: 9998;
	cursor:pointer;
}
.slider-item {
	position: absolute;
	z-index: 9997;
	overflow: hidden;
	display: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#slider-pager {
	position: absolute;
	z-index: 9999;
}
.slider-pager-item {
	cursor: pointer;
}
#slider-loader {
	position: absolute;
	background-image:url('../images/loading.gif');
	background-repeat:no-repeat;
	height:32px;
	width:32px;
	top:47%;
	left:47%;
}
.slider-btn {
	position: absolute;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
#slider-title {
	position: absolute;
	z-index: 9998;
	display: none;
}
#slider-description {
	position: absolute;
	z-index: 9998;
	display: none;
}

/********** aSlider look ***************/
#aslider {
	width: 1004px;
	height: 453px;
	margin: 0px auto;
}
#slider-container {
	width: 100%;
	height: 100%;
	background: #000;
	color:#FFF !important;
}
.slider-item {
	width: 100%;
	height: 100%;
}
#slider-pager {
	right: 20px;
	bottom: 20px;
	display:none;
}
.slider-pager-item {
	display: block;
	float: left;
	margin: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(../images/pager.png) no-repeat left bottom;
	color: #000;
	font-size: 11px;
}
#slider-pager .active, #slider-pager .hover {
	color: #fff;
	background: url(../images/pager.png) no-repeat left top;
}
#slider-loader {
	font-size: 14px;
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
	color: #000;
}
.slider-btn {
	width: 0px;
	height: 0px;
	display:none;
}
#slider-l_btn {
	left: 10px;
	top: 205px;
	background: url(../images/larr.png) no-repeat 0 0;
}
#slider-r_btn {
	right:10px;
	top: 205px;
	background: url(../images/rarr.png) no-repeat 0 0;

}
#slider-title {
	color: #ffffff;
	text-shadow: #000 1px 1px 1px;
	top: 10px;
	left: 10px;
	font-size: 20px;
}
#slider-description {
	background-color: #000;
	color: #fff;
	bottom: 0px;
	left: 0px;
	font-size: 15px;
	width: 100%;
	height: 30px;	
	line-height: 30px;
	padding: 0px 10px;
}

