.image_container {
	margin: 0 25px 25px 0;
	float: left;
	position: relative;
}

.image {
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}

.image_frame {
	border: 2px solid #eb6419; 
	position: absolute;
	left: 0px;
	top: 0px;
}

.image_frame:hover {
	border: 2px solid #fff; 
}

.loading_text {
	background-color: #000;
	color: #fff;
	padding: 2px;
}

#images {
	margin: 90px 20px 10px 20px;
}

/*
	Showcase
*/

#showcase_image {
	border: 2px solid #da3a17;
}

#showcase_control {
	position: absolute; display: none;
	height: 55px;
}

#showcase_control .left {
	float: left;
	height: 55px;
	width: 31px;
	background-image: url(../images/control/bg_left.png);
}

#showcase_control .middle {
	float: left;
	height: 50px;
	padding-top: 5px;
	width: 230px;
	background-image: url(../images/control/bg_middle.png);
}

#showcase_control .right {
	float: left;
	height: 55px;
	width: 31px;
	background-image: url(../images/control/bg_right.png);
}

.clearer {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}