@charset "utf-8";
/* CSS Document */

img {
border:0;
}

.minipic {
margin-right: 10px;
display: inline;
border:0;
}
#productPic {
padding:10px;
margin: 6px;
display: block;
border-style:dashed;
border-width:1px;
border-color:Navy;
float:left;
width:300px;
}

#defaultPic {
float:left;
padding:0px;
margin: 0px;
display: block;
width:300px;
overflow:none;
}
#defaultPic img {
width:300px;
}
#thumbsList{
float:left;
padding:2px;
margin: 0px;
margin-top: 4px;
display: block;
width:300px;
}
#thumbsList img{
width:80px;
}

#myCaption {
float:left;
font-weight: normal;
width:300px;
margin:0px;
}
