.boxes{
	float: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
	right: -980px;
}
.box_image{
}
.box_title{
	position: absolute;
	bottom: 16px;
	left: 0px;
	z-index: 15;
	width: 100%;
}
.box_title h1{
	color: #ffffff;
	font-size: 32px;
	text-indent: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.box_title h1 a{
	color: #ffffff;
	font-size: 32px;
	text-indent: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: capitalize;
	text-decoration: none;
}
.box_title h1 a:hover{
	color: #ffffff;
}
.box_title hr{
	margin: 5px 0px;
	*margin: 0px 0px;
}
.box_title span{
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0px;
	padding: 10px 0px 0px 10px;
}
.box_stripe{
	background-color: #1e1e1e;
	height: 89px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 11;
   	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	z-index: 11;
}
.box_over{
	position: absolute;
	bottom: -441px;
	left: 0px;
	width: 100%;
	height: 440px;
	/*height: 351px;*/
	color: #ffffff;
	z-index: 10;
}
.box_over div{
	padding: 0px;
}
