a.back{
            width:256px;
            height:73px;
            position:fixed;
            bottom:15px;
            right:15px;
            background:transparent url(images/codrops_back.png) no-repeat top left;
        }
        /*.scroll{
            width:133px;
            height:61px;
            position:fixed;
            bottom:15px;
            left:20px;
            background:transparent url(scroll.png) no-repeat top left;
        }*/
        .info{
            text-align:right;

        }
		.desc{
			height:90px;
			width:100%;
			position:absolute;
			top:1000px;
			left:0px;
			background:transparent url(images/hover.png) no-repeat center center;
		}
		#top{
			top:0px;
			left:0px;
			position:absolute;
			width:100%;
			height:10px;
		}
		/*#bottom{
			bottom:3px;
			left:0px;
			position:absolute;
			width:100%;
			height:90px;
			background:transparent url(end.png) no-repeat center center;
		}*/
		
#stickynavbar{
    height:35px;
    border-bottom:1px solid #ddd;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background:#fff url(images/nav.png) repeat-x center left;
	opacity: 1;
	/*overflow:hidden;*/
	
	/*padding-left:12px;*/
	z-index: 999999;
	
}
#stickynavbar:hover{
	opacity: 1;
}
#stickynavbar ul{
    height:25px;
    list-style:none;
    margin:6px auto 0px auto;
    width: 1100px;
	/*float:left; */
}

#stickynavbar ul li{
    display:inline;
    float:left;
    margin:0px 2px;
}
#stickynavbar a{
    font-size:16px;
    font-weight:bold;
    float:left;
    padding: 2px 4px;
    color:#999;
    text-decoration: none;
    border:1px solid #ccc;
    cursor: pointer;
    background:transparent url(images/overlay.png) repeat-x center left;
    height:18px;
    line-height:18px;
}
#stickynavbar a:hover{
    background:#000000 none;
    color: #fff;
}
#stickynavbar a.top span, #stickynavbar a.bottom span{
    float:left;
    width:16px;
    height:16px;
}
#stickynavbar a.top span{
    background:transparent url(images/top.png) no-repeat center center;
}
#stickynavbar a.bottom span{
    background:transparent url(images/bottom.png) no-repeat center center;
}

