/* Used for the Slider */
.container {
	width: 940px;
	padding-right: 27px;
	padding-left: 27px;
	}

div#slider {
	width: 940px;
	float: left;
	margin-bottom:28px;
	position: relative;
	}

/*   Arrows   */
#bt-l {
	background-image: url(../images/arrow-l.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 28px;
	margin-top: 137px;
	}
#bt-r {
	background-image: url(../images/arrow-r.png);
	background-repeat: no-repeat;
	float: right;
	height: 40px;
	width: 28px;
	margin-top: 137px;
}
#bt-l:hover, #bt-r:hover {
	background-position: center -40px;
}
#bt-l span, #bt-r span {
	display: none;
}
/* /Arrows */

/*   Panel Information   */
.slide-image {
	float: left;
	height: 286px;
	width: 400px;
}
.slide-desc {
	float: right;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
/*   /Panel Information   */

.resp {
	float: none;
	clear: both;
	width: auto;
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 13px;
}


