
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 13px;
}

.slideshow img{ /*CSS for each image tag*/
border: 1px solid #781351;
width: 70px;
height: 46px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 350px;
float: left;
direction: rtl;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
margin-top: 0px;
padding-top: 0px;
font-size: 110%;
color: #fa894d;
text-decoration: none;
font-family: arial;
font-size: 14px;
font-weight: normal;
}

#navlinks a:visited{ /*CSS for currently selected navigational link*/

color: #fa894d;
text-decoration: none;
font-family: arial;
font-size: 14px;
font-weight: normal;
}

#navlinks a.current, #navlinks a.current:link, #navlinks a.current:active, #navlinks a.current:visited, #navlinks a.current:hover{ /*CSS for currently selected navigational link*/

color: #fa894d;
text-decoration: underline;
font-family: arial;
font-size: 14px;
font-weight: bold;
}

/* for homepage, japan and contact */

#navlinkstwo{ /*CSS for DIV containing the navigational links*/
width: 200px;
float: left;
direction: rtl;
}


#navlinkstwo a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
margin-top: 0px;
padding-top: 0px;
font-size: 110%;
color: #fa894d;
text-decoration: none;
font-family: arial;
font-size: 14px;
font-weight: normal;
}

#navlinkstwo a:visited{ /*CSS for currently selected navigational link*/

color: #fa894d;
text-decoration: none;
font-family: arial;
font-size: 14px;
font-weight: normal;
}

#navlinkstwo a.current, #navlinkstwo a.current:link, #navlinkstwo a.current:active, #navlinkstwo a.current:visited, #navlinkstwo a.current:hover{ /*CSS for currently selected navigational link*/

color: #fa894d;
text-decoration: underline;
font-family: arial;
font-size: 14px;
font-weight: bold;
}