#skype-slider {
	position:fixed;
	left:-147px; 
	top:195px; 
	z-index:100; 
    text-transform: lowercase;
}

#skype-slider #skype-tab {
	cursor:pointer; 
	height:36px; 
	width:36px; 
	float:right; 
	background: url(../images/skype.png) no-repeat center center;
}

#skype-code {
	padding:10px; 
	border: solid #00aef6 3px; 
	background: #fff; 
	float:left; 
	width:121px; 
	height:20px;
	-moz-border-radius: 0 0 8px 0; 
	-webkit-border-radius: 0 0 8px 0; 
	border-radius: 0 0 8px 0;
}

