/*----------------- PRODUCT PAGES -----------------*/
/*product-images contains image photos and wear it with*/
#product-images{
width:770px;
margin:0px;  
padding:0px;
text-align:center;
}

#info{
float:left;
width: 18px;
margin-right:3px;
padding-right:2px;
cursor:pointer;
top:0px}

#up-arrow{
float:left;
width: 18px;
margin-right:6px;
padding-right:4px;
cursor:pointer;
top:0px;
left:10px;
position:relative;}

#down-arrow{
float:right;
width:18px;
cursor:pointer;
top:0px;
left:2px;
position:relative;}

/*div containing all the thumbnails*/
#thumbnails{
/*position:relative;*/
display:inlince;
width:770px;
height:75px;
margin-left:2px;
}

/*scrollable items*/

#thumbnails-container{
float:left;
/*overflow:hidden; */
top:0px;
position:relative;
left:0px;
border:0;
width:725px;
}

#thumbnails-container img{
position: absolute;
padding:0px;
margin:0px;
cursor:pointer;
border:0;
top:0px;
}

#thumbnails-mask{
overflow:hidden;
position:relative;
display:block;
width:692px;
height:75px;
top:0;
margin:0px;
padding:0px;

}


/*main image*/
#large-image{
width:478px;
text-align:center;
height:300px;
margin:0px;
top:15px;
position:relative;
}

#medium-image{
cursor:crosshair;
padding:0px;
margin:0px;
text-align:center;}


