@charset "utf-8";
/* CSS Document */

#slider {
	width:920px;
	margin:auto;
	margin-bottom:30px;
}

@media only screen and (max-width:481px) {
#slider {
	width:420px;
	overflow:hidden;
}
}

#slider #slider-content {
	position:relative;
	width:100%;

	height:180px;
}

#slider #slider-background {
	position:absolute;
	left:0px;
	width:100%;
	height:180px;
	/*background-image:url(../images/stripes.png);*/
}

#slider #slider-content #slider-prev {
	position:absolute;
	left: -46px;
	top:90px;
	
	width:46px;
	height:46px;
	background-image:url(../images/slider_buttons.png);
	background-position:left;

	margin-top:-23px;

	cursor:pointer;
}

#slider #slider-content #slider-next {
	position:absolute;
	right:-46px;
	top:90px;
	
	width:46px;
	height:46px;
	background-image:url(../images/slider_buttons.png);
	background-position:right;
	
	margin-top:-23px;

	cursor:pointer
}


#slider #slider-content img {
	width:920px;
	height:180px;
}

@media only screen and (max-width:481px) {
#slider #slider-content img {
	margin-left:-300px;
}
}

#slider #slider-content ul {
	margin:0px;
	padding:0px;
	display:block;
}

#slider #slider-content li {
	list-style:none;
	display:block;
	float:left;
	margin:0px;
	margin-right:-920px;
}

#slider #slider-content .caption {
	position:absolute;
	left:0px;
	bottom:20px;

	width:100%;

	background-color:rgba(230, 230, 230, 0.9);
}

#slider #slider-content .caption h1 {
	font-size:16px;
	font-weight:500;
	text-shadow: 0px 1px 1px rgba(230, 230, 230, 0.9);
	
	margin-top:7px;
	margin-bottom:2px;
	margin-left:11px;
}

#slider #slider-content .caption h2 {
	font-family:Roboto Condensed;
	font-size:15px;
	font-weight:300;
	text-shadow: 0px 1px 1px rgba(230, 230, 230, 0.9);
	color:#787878;

	margin-top:2px;
	margin-bottom:7px;
	margin-left:11px;
}