#glider_content_outer {
	float:right;
	}

#radio {
	float:left;
	}

#content {
        width:1000px;
}

.glideradiotoggler {
background:transparent url(images/musictop.jpg) repeat scroll 0 0;
height:60px;
margin-bottom:3px;
margin-top:5px;
width:650px;
z-index:150;
}

.glideradiotoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	font-weight: bold;
	text-decoration: none;
}

.glideradiotoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glideradiotoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.glideradiotoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glideradiotoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	top:21px;
	right:325px;
	position:absolute;
	display:block;
	background:url(images/left.jpg) bottom;
	width:36px;
	height:42px;
}
.glideradiotoggler a.next {
	float:right;
	display:block;
	background:url(images/right.jpg) bottom;
	width:36px;
	height:42px;
	position:absolute;
	top:21px;
	right:280px;
}
.glideradiotoggler a.prev:hover {
	top:23px;
	right:325px;
	position:absolute;
	display:block;
	background:url(images/left.jpg) bottom;
	width:36px;
	height:42px

}

.glideradiotoggler a.next:hover{
	float:right;
	display:block;
	background:url(images/right.jpg) bottom;
	width:36px;
	height:42px;
	position:absolute;
	top:23px;
	right:280px;
}
