#corner-slider {
    position:fixed;right:-399px;bottom:6px;
    z-index:10000;
    /*height:219px;width:369px;*/
	overflow:hidden;
	background:#fff;
    box-shadow: 0 4px 10px rgba(102,102,102,0.5);
    font-family:halvetica,arial,sans-serif;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3
}
#corner-slider.hidden{
    display:none
}
#corner-slider .more-links-wrapper{
    position:relative;
    width: 100%;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#corner-slider .links-wrapper{
    width:100%;margin-top:0;
}
#corner-slider h2{
    margin:10px 20px;color:#333333;
}
#close-corner-slider{
    position:absolute;
    right:24px;
    cursor:pointer;
}
#corner-slider .close{
    position:absolute;right:24px;top:18px;cursor:pointer;
	display:inline-block;z-index:1002;
	padding: 4px 6px;
	background: #b3b3b3;
} 
#corner-slider .fl{
    float:left;
}
#corner-slider .more-img-wrapper{
    width:40%;
}
#corner-slider .more-img-wrapper > div{
    margin:20px;
}
#corner-slider .more-img-wrapper > div > img{
    padding:5px;border: 1px solid #b3b3b3;
}
#corner-slider .read-more{
    width:60%;margin-top:10px;
}
#corner-slider .read-more a{
    color:#333;
}
#corner-slider .cb{
    clear:both;
}

#corner-slider a:link, #corner-slider a:visited {
	color:#057cc2;
	text-decoration:none;
}
#corner-slider a:hover, #corner-slider a:active {
	text-decoration:underline;
}

#mag {
	background:url(../images/mag-icon.png) no-repeat left center;
	padding:34px 10px 30px 44px;
	border-bottom: solid 1px #b3b3b3;
	margin-bottom:10px;
}
#podcast {
	background:url(../images/pod-icon.png) no-repeat 5px center;
	padding:18px 10px 20px 44px;
}