body{
    width:100%;
    height:100%;	
    margin: 0px;
    color:#000000;
    background-color:#f6f7f7;
}

#BtnMenuCont {
    position:fixed;
    right:34px;
    top:91px;
    width:40px;
    border:0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index:38;
    
}

ul.as-selections li {
	float: left;
	margin-left: 0px;
	margin-top:3px;
	width: 194px;
		
	overflow:hidden;

}

ul.as-selections li.as-original input {

	font-size: 13px;
	width: 194px;
	height: 25px;
	padding-top: 3px;
	border:0px;
	background-color: #f6f7f7;

}

#searchCont{
    position:absolute; 
    top:0px;
	background-color:#f6f7f7;
    left:-184px;
    width: 220px;
    height:36px;
    float:left;
    border:0px;
    display:none;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    
}

a.search {	
    position:relative;
    top:0px;
    left:0px;
    display: inline-block;
    border:0px;
    width: 36px;
    height: 36px;
    z-index:100;
    background: url(../picture/icn-search.png) no-repeat;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    
}

a.search:hover, a.randomBeetjuice:hover{
    background-position: -36px 0;
	border:0px;
}

a.facebook {	
    position:relative;
    top:25px;
    display: inline-block;
    border:0px;
    width: 36px;
    height: 36px;
    
    background: url(../picture/icn-facebook.png) no-repeat;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

a.facebook:hover {
    background-position: -36px 0;
}

a.twitter {	
    position:relative;
    top:35px;
    display: inline-block;
    border:0px;
    width: 36px;
    height: 36px;
    background: url(../picture/icn-twitter.png) no-repeat;
    
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

a.twitter:hover {
    background-position: -36px 0;
}

a.weibo {	
    position:relative;
    top:45px;
    display: inline-block;
    border:0px;
    width: 36px;
    height: 36px;
    background: url(../picture/icn-weibo.png) no-repeat;
    
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

a.weibo:hover {
    background-position: -36px 0;
}

a.weixin {	
    position:relative;
    top:55px;
    display: inline-block;
    border:0px;
    width: 36px;
    height: 36px;
    background: url(../picture/icn-weixin.png) no-repeat;
    
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

a.weixin:hover {
    background-position: -36px 0;
}

a.telephone {	
    position:relative;
    top:65px;
    display: inline-block;
    border:0px;
    width: 36px;
    height: 36px;
    background: url(../picture/icn-telephone.png) no-repeat;
    
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

a.telephone:hover {
    background-position: -36px 0;
}

a.qq {	
    position:relative;
    top:75px;
    display: inline-block;
    border:0px;
    width: 36px;
    height: 36px;
    background: url(../picture/icn-qq.png) no-repeat;
    
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

a.qq:hover {
    background-position: -36px 0;
}


#collection{	
    display: inline-block;
    position:fixed;
    float:right;
    bottom:275px;
    right:37px;
    width: 36px;
    height: 36px;
    padding:  0px 0px;
    z-index:100;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}
a#collec {	
    display: inline-block;
    border:0px;
    position:relative;
    width: 36px;
    height: 36px;
    padding:  0px 0px;
    background: url(../picture/icn-collection.png) no-repeat;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
	}
	
a#collec:hover {
    background-position: -36px 0;}


#arrows{
    display: inline-block;
    position:fixed;
    float:right;
    bottom:198px;
    right:37px;
    width: 36px;
    height: 36px;
    padding:  0px 0px;
    z-index:100;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

a.leftarrow {	
    display: inline-block;
    border:0px;
    position:relative;
    float:left;
    width: 18px;
    height: 36px;
    padding:  0px 0px;
    background: url(../picture/icn-left.png) no-repeat;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    
    
}
a.leftarrow:hover {
    background-position: -18px 0;
}

a.rightarrow {	
    display: inline-block;
    border:0px;
    position:relative;
    float:right;
    width: 18px;
    height: 36px;
    padding:  0px 0px;
    background: url(../picture/icn-right.png) no-repeat;
    
    
    
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    
}
a.rightarrow:hover {
    background-position: -18px 0;
    
}

#downprevious{
    display: inline-block;   
    position:fixed;
    float:right;
    bottom:152px;
    right:37px;
    width: 36px;
    height: 36px;
    padding:  0px 0px;
    z-index:100;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px; 
}

a#previous {	
    display: inline-block;
    border:0px;
    position:relative;
    float:left;
    width: 18px;
    height: 36px;
    padding:  0px 0px;
    background: url(../picture/icn-up.png) no-repeat;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    
    
}

a#previous:hover {
    background-position: -18px 0;
}

a#down {	
    display: inline-block;
    border:0px;
    position:relative;
    float:right;
    width: 18px;
    height: 36px;
    padding:  0px 0px;
    background: url(../picture/icn-down.png) no-repeat;
    
    
    
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    
}

a#down:hover {
    background-position: -18px 0;
    
}

#gotop{	
    display: inline-block;
    position:fixed;
    float:right;
    bottom:76px;
    right:37px;
    width: 36px;
    height: 36px;
    padding:  0px 0px;
    z-index:100;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    
    
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}
a#top {	
    display: inline-block;
    border:0px;
    position:relative;
    width: 36px;
    height: 36px;
    padding:  0px 0px;
    background: url(../picture/icn-top.png) no-repeat;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
	}
	
a#top:hover {
    background-position: -36px 0;}
