      .appicon01
        {
            x-background: url(../img/appicon/01.png);
			
			height:160px;
			width:160px;
			
        }
		
		
        .appicon02
        {
            x-background: url(../img/appicon/02.png);
			height:160px;
			width:160px;
        }
        .appicon03
        {
            x-background: url(../img/appicon/03.png);
			height:160px;
			width:160px;
        }
		
		
        .appicon01, .appicon02, .appicon03
        {
        	display: block;
            position: absolute;
            width: 160px;
            height: 170px;
        }
        .appicon01:hover, .appicon02:hover, .appicon03:hover
        {
            text-decoration: none;
        }
        .appiconcb
        {
            position: absolute;
            left: 0px;	
            bottom: 10px;
            width: 160px;
            height: 25px;
        }
		
		.simage {
  		  height: 160px;
		  width:160px;
		  
		  
		}
		
		.appiconc
        {
            position: absolute;
            left: 0px;
            bottom: 10px;
        	text-align: center;
            width: 160px;
            height: 25px;
            line-height:25px;
            font-family: Verdana, Arial;
        	color: #000;
        	font-size:14px;
        	text-decoration:none;
		}
		
		.appiconshadow {

	background: url(/images/shadow3.png) no-repeat;
	background-size: 100%;
	width: 140px;
	height:10px;
	bottom: -10px;
		}
		
        .appicon01:hover .appiconcb, .appicon02:hover .appiconcb, .appicon03:hover .appiconcb
        {
            background-color: #ccc;
            filter: alpha(opacity=30);
            opacity: .3;
        }
        .appicon01:hover .appiconc, .appicon02:hover .appiconc, .appicon03:hover .appiconc
        {
        	color: #000;
        }
		
		
		
		.btn {
		  background-color:#2E4E9F;
		  color:white;
		  cursor:pointer;
		}
		
		.btncurrent {
		  background-color: #2e879f;
		}
		
		.sliderbox {
		   x-background-color:#e8e8e8;
		   width:890px;
		   padding-bottom:4px;
		   padding-top:14px;
		}
		.slidershadow {

	background: url(/images/shadow3.png) no-repeat;
	background-size: 100%;
	width: 890px;
	height:60px;
	bottom: -60px;
		}