﻿
.thumb-container {
    width: 955px;
    position: relative;
}
.content {
    position: relative;
    }
	
#primaryContentArea {
    width: 963px;
}

.homeFocus {
width: auto;
height:45px;
behavior: url('PIE.htc');
border-radius:5px 5px 0px 0px; 
-moz-border-radius:5px 5px 0px 0px;
-webkit-border-radius:5px 5px 0px 0px;
margin-left:6px;
background:#4e4e4e;
margin-top:5px;
text-align:center;
padding:3px 0px 0px 2px;
float:left;
color:#535353;
font-size:15px;
position:relative;
}
.homeFocus.last {
    margin-left: 2px;
}
.homeFocus .img{
    position: relative;
    height: 205px;
    width: 234px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
	behaviour:url(images/PIE.htc);
	-webkit-box-shadow: 0 5px 7px #CCCCCC;
box-shadow: 0 5px 7px #CCCCCC;
background-color:#FFFFFF;
behavior: url(images/PIE.htc);
-moz-box-shadow: 0 5px 7px #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}


.homeFocus .hoverInfo{
    position: absolute;
    bottom: 0px;
    padding: 30px;
    font-size: 0.7em;
    color: #ccc;
	opacity:0.7;
    filter: alpha(opacity=70);
    background: #000000;
}
.homeFocus .info {
    padding: 13px;
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.homeFocus .region {
    display: block;
}
.homeFocus .info span {
    font-size: 0.7em;
    color: #ccc;
}
.clear { width:100%; height:5px}
