/* ==================(sweet) ============================================== 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.item_area .gallery_area img { border:0; }

.item_area .gallery_area ul {  /* thumbs */
 list-style:none;
 padding:0 5px 0 10px;
 margin:0;
 width: 238px;
 height: 300px;
 overflow:auto;
}
.item_area .gallery_area ul li {
 display:inline;
 width:40px; height:40px; 
 float:left;
 margin:250px 4px 0 0; 
 border:1px solid #550913;
 cursor:pointer;
}
.item_area .gallery_area ul li img {
 display:block;
 width:40px; height:40px; 
border:0;
}

/* required for IE5.x and IE6 to display the start image size correctly */
.item_area .gallery_area img.defaultV,
.item_area .gallery_area ul li.click i img.defaultV {
 margin:5px auto 0 50px; 
 width:153px; height:228px; 
border:0;
}
.item_area .gallery_area img.defaultH,
.item_area .gallery_area ul li.click i img.defaultH {
 margin:10px auto 0 10px; /* --NEED TO WORK OUT-- */
 width:228px; height:153px; 
border:0;
}

.item_area .gallery_area ul li.off {
 display:none;
}

.item_area .gallery_area ul li.click {
 border-color:#550913;
 background:transparent;
 cursor:default;
}

.item_area .gallery_area ul li.click i {
 position:absolute;
 left:10px; top: 0; 
/* width:228px; height:228px; */
}

.item_area .gallery_area ul li.click i img {
 margin:5px auto 0 auto; 
 width:auto; height:auto;
}

.item_area .info_area a {color: #bc9e98}
.item_area .info_area  a:link {color: #bc9e98}
.item_area .info_area  a:visited {color: #bc9e98}
.item_area .info_area  a:hover {color: #CE3E32}

.item_area .gallery_area a {color: #000000;border-color:#000000;}
.item_area .gallery_area  a:link {color: #000000;border-color:#000000;}
.item_area .gallery_area  a:visited {color: #000000;border-color:#000000;}
.item_area .gallery_area  a:hover {color: #000000;border-color:#000000;}

#top_area a {color: #bc9e98}
#top_area a:link {color: #bc9e98}
#top_area a:visited {color: #bc9e98}
#top_area a:hover {color: #CE3E32}


