/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position:relative;
	width: 100%;
    height: 100%;
	Top:15%;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
    padding: 0px;
    width: 150px;
    margin-left: 45px;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position:relative;
	display: block;
	text-align: center;
/*	cursor: pointer;*/
	float: left;
    height: 5px;
   color: #d0d0d0;
}

.als-item:hover{
 color: azure;
}
.als-item p:hover{
    border-color: azure;
     border-top: 2px solid azure; 
    border-bottom: 2px solid azure ;
}

.als-prev, .als-next {
	position:relative;
	cursor: pointer;
	clear: both;
    float: left;
}
/*************************************
 * specific styling for #demo1
 ************************************/


#demo1 .als-item {
    transparent = rgba(0,0,0,0);
    
    border-top: 2px solid transparent; 
    border-bottom: 2px solid transparent;
	margin: 10px 0px;
	min-height: 50px;
	min-width: 80px;
    vertical-align:middle;
}

#demo1 .als-prev, #demo1 .als-next {
	left: 105px;
	
}

#demo1 .als-prev {
	top: -40px;
}

#demo1 .als-next {
	bottom: -5px;
}

.slider_bgimg{
 background-image: url(image/3.png);
    position:relative;
    width:230px;
    height:500px;
}