/* Load parent's CSS */
@import url("../galaxy/slider.css");

/* Add Custom Styles Below */

.anythingSlider {
	width:650px;
	margin-top:2px;
}
.anythingSlider .wrapper {
	width:650px;
}
.anythingSlider .wrapper ul {
	width:650px;
}
.anythingSlider .wrapper ul li {
	width:650px;
}
.anythingSlider h2.entry-title {
	line-height:20px;
}

#leftsl {
	float:none;
}
#leftsl img {
	display:block;
}
#rightsl {
	float:none;	
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    padding: 0.5em 1em;
    position: absolute;
    left: 0;
    top:245px;
	width:626px;
	height:73px;
}
#excsl {
	float:none;
	line-height:17px;
	width:626px;
}
#excsl h2 {
	margin-bottom:2px;
}
#excsl a.more-link {
	float:none;
}