#slider {
width: 100%;
height: auto;
position: relative;
padding: 0;
overflow: hidden;
border-radius: 4px;
}

.Slider_box {
	position:relative;
	width: 100%;
	background-image: url(../slider/content.index/sl_1.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: right;
	z-index: 5;
}
.Slider_Spacer
{
	width: 100%;
	visibility:hidden;
}

.Slider_fader {
	position:absolute;
	height: 100%;
	width: 100%;
	background-image: url(../slider/content.index/sl_1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 7;
}

.Slider_TextBox {
position: absolute;
left: 0px;
right: 0px;
bottom: 40px;
font-family: 'ff-market-web','Droid Sans', Arial, Helvetica, sans-serif;
font-size: 60px;
font-weight: normal;
font-style: normal;
text-shadow: 3px 3px 5px rgba(255,255,255,0.9);
display: block;
color: rgba(2,127,202,1);
z-index: 6;
text-align: center;
}

@media only screen and (max-width: 1280px) {
.Slider_TextBox { font-size: 54px; bottom: 36px; }
}

@media only screen and (max-width: 980px) {
.Slider_TextBox { font-size: 48px; bottom: 32px; }
}

@media only screen and (max-width: 768px) {
.Slider_TextBox { font-size: 40px; bottom: 26px; }
}

@media only screen and (max-width: 600px) {
.Slider_TextBox { font-size: 32px; bottom: 20px; }
}

@media only screen and (max-width: 480px) {
.Slider_TextBox { font-size: 28px; bottom: 16px; }
}

@media only screen and (max-width: 400px) {
.Slider_TextBox { font-size: 22px; bottom: 12px; }
}