#wrap{
    width: 898px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background-color: #f5c38c;
    border: 1px solid #dbdbd9;
    border-bottom: 0px; border-top: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#hs img { 
    border: 1px solid #f5c38c;
    height: 100px;
  	padding: 3px;
	  background-color: #fff;
}

#hs li {
    float: left;
    background: transparent url(ajax-loader-small.gif) 50% 50% no-repeat;
    border: 0px solid #f5c38c;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#hs a { 
    border: 0px;
}

