.standardBorder {
	border: 1px solid #D2D2D2;
	padding: 0 5px 5px 5px;
}

#slider {
	width: 613px; /* important to be same as image width */
	height: 202px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0;
	padding: 0;
}

#sliderContent {
	width: 613px;
	position: absolute;
	top: 0;
	margin: 5px 0 0 0;
	padding: 0;
}

.sliderImage {
	float: left;
	position: relative;
	width: 613px;
	display: none;
}

.sliderImage span {
	position: absolute;
	padding: 0 0 0 10px;
	width: 280px;
	color: #000;
	display: none;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
	left: 0;
}

.left {
	top: 0;
	left: 0;
	width: 280px !important;
	height: 200px;
}

.right {
	right: 0;
	top: 1px;
	width: 280px !important;
	height: 199px;
}