/* CSS for Homepage Feature */

#feature{
background-color:#fff;
width:549px;
height:323px;
overflow:hidden;
margin:0;
padding:0;
border: 5px solid #f2f2f2;
}

#feature-content a{
display:block;
width:549px;
height:255px;
}

a:hover{
pointer:curser;
}

#feature-content img{
border:0;
}

/*---- Feature Content ----*/
#feature-content{
width:100%;
height:255px;
}

#feature-content ul{
width:100%;
margin:0;
padding:0;
}

#feature-content ul li{
float:left;
list-style:none;
width:549px;
height:255px;
margin:0;
padding:0;
overflow:hidden;

}

.feature-content-1,.feature-content-2,.feature-content-3,.feature-content-4{
position:absolute;
}



/*---- Feature Thumbs ----*/
#feature-thumb{
width:549px;
height:66px;
margin:2px 0px;
padding:0px;
float:left;
position:relative;
bottom:0px;
left:0;
}

#feature-thumb ul{
list-style:none;
margin:0px;
padding:0px;
width:100%;
}

#feature-thumb ul li{
/*---- border:1px solid #fff; ----*/
background-color:#e6e6e6;
display:block;
float:left;
width:135px;
height:65px;
margin: 0;
padding:0;
overflow:hidden;
cursor: pointer;
}
#feature-thumb ul li.activeSlide { background: #fff; }
#feature-thumb ul li img{
border:0;
padding:0;
margin:0;
}

#feature-thumb ul .feature-thumb-1,#feature-thumb ul .feature-thumb-2, #feature-thumb ul .feature-thumb-3{
margin-right:3px;
}

#feature-thumb ul a{
/*----background-color:#D8D8D8;----*/
text-decoration:none;
display:block;
color: #000000;
height:65px;
width:133px;
}

#feature-thumb ul a:hover{
/*----background-color:#F2F2F2;----*/
}

#feature-thumb ul p.title{
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
margin:0 0 3px 4px;
padding:5px 0 0 0;
font-size:12px;
width:128px;
}

#feature-thumb ul p.text{
font-family:Arial,Helvetica,sans-serif;
margin:0px 2px;padding:0px 0px 0px 2px;
font-size:13px;
line-height:14px;
}


