
#container{
position: relative;
width: 1000px;
height: auto;
}

#catalogbox{
position: relative;
height: auto;
width: 445px;
border: 0px solid #000;
padding: 5px;
float: left;
}

#pic{
position: relative;
width: 100px;
height: auto;
overflow: hidden;
}

#picbox{
position: relative;
width: 104px;
height: auto;
border: 0px dashed #000;
padding: 4px;
text-align: center;
float: left;
}


#bigpicbox{
position: relative;
height: 385px;
width: 510px;
border: 1px solid #000;
padding: 5px;
float: right;
}

#bigpictext{
position: relative;
height: 385px;
width: 510px;
border: 0px solid #000;
padding: 5px;
float: right;
text-align: center
}


img{
border:0px;
}