.new_box {
background: #ccc;
border-top: 1px solid #000;
}

.new_box h2{
font-family: arial;
color: #000;
font-size: 16px;
margin: 0px;
padding: 0 5px 0 5px;
}

.new_box h2 a{
clear: left;
float: right;
font-family: arial;
font-size: 16px;
margin: 0px;
padding: 0 5px 0 5px;
}

.featured {
font-family: arial;
color: #000;
font-size: 16px;
margin: 0px;
padding: 0 5px 0 5px;
}

.imgteaser {
clear:right;
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	padding: 0px;
	background: #fff;
	border: 1px solid #000;
}

.imgteaser a .more {
position: absolute;
width: 144px;
right: 0px;
bottom: 0;
font-family: lucinda console;
font-size: 11px;
font-weight: bold;
color: #fff;
background: #000;
padding: 5px 9px;
margin:0;
filter:alpha(opacity=65);
opacity:.65;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

.imgteaser a:hover .desc{
	display: block;
	font-size: 10px;
font-family: lucinda console;
	padding: 10px 5px;
	background: #000;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 172px;
height: 95px;
	border-top: 1px solid #999;
}

.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:11px;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}







.imgteaser4 {
	margin: 10;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser4 a {
	text-decoration: none;
	float: left;
}
.imgteaser4 a:hover {
	cursor: pointer;
}

.imgteaser4 a img {
	float: left;
	margin: 0;
	padding: 0px;
	background: #fff;
	border: 1px solid #000;
}

.imgteaser4 a .more {
position: absolute;
width: 192px;
right: 0px;
bottom: 0;
font-family: lucinda console;
font-size: 11px;
font-weight: bold;
color: #fff;
background: #000;
padding: 10px 5px 0 5px;
margin: 0;
filter:alpha(opacity=65);
opacity:.65;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

.imgteaser4 a:hover .desc{
	display: block;
	font-size: 10px;
font-family: lucinda console;
	padding: 10px 5px;
	background: #000;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	width: 192px;
height: 146px;
	border-top: 1px solid #999;
}

.imgteaser4 a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:11px;
padding: 5px 5px 0 5px;
}

.imgteaser4 a .desc {	display: none; }
.imgteaser4 a:hover .more { visibility: hidden;}