/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position: relative; 
  width: 690px;
  padding-top: 8px;
  border: #325FA0 3px solid;
  float: right;
}

#thumbs 
{ width: 150px; 
  float: left;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 2px solid #325fa0;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 130px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #325fa0;
}

#default_thumbs
{ 
	float:left;
  text-align:center;
  padding:0px;
  border: 0px solid #CCD0D3;
  width:420px;height:315;
  text-align:center;
}

#HR{
  left: 40px;
  float:left;
  position: absolute;
  width: 620px; 
  height: 1px; 
  top: 420px; 
  padding: 0px;
  border: 1px solid #e7eaef;
  background:#CCD0D3;
}
#gallery_panel{
  border: 0px solid red;
  left: 30px;
  float:left;
  position: absolute;
  width: 640px; 
  height: 80px; 
  top: 440px; 
  padding: 0px;
}

#but_container li 
{ display: block; 
  float: left; 
  width: 45px; 
  height: 14px; 
  border: 0px solid #325fa0;
  background:#5588C1;
  padding-left: 1px;
  padding-top:1px;
  color:#FFFFFF;
  margin-bottom:2px
}

.ActiveButton{
 background:#98BCD5;
 text-decoration:none;
}

#but_container {float:left;height:62px;width:59Px;border:red 0px solid;height:62px;padding-top:6px;}

#pmenu, #pmenu ul {padding:0; margin:4px 0 0 0px; list-style-type: none;border:0px solid blue;}
#pmenu, {padding:0; margin:0px 0 0 0px; list-style-type: none;border:0px solid blue; }


/* Set up the link size, color and borders  style = "width:120px;" */
#pmenu a, #pmenu a:visited {line-height:12px;display:block;  font-size:9px; font-weight: bold; color:#FFFFFF; /*height:26px;*/  text-decoration:none; border:0px solid #fff; font-family:'helvetica',sans-serif;margin-left:0px;padding:0px 0 0 0px;}
#pmenu a.ActiveBut {background: #98BCD5; }
#pmenu a.ActiveBut span {background: #98BCD5;}

#img_container {float:left;height:68px;width:508Px;border:red 0px solid;}



#imenu, #imenu ul {padding:0; margin:0px 0 0 0px; list-style-type: none;}
#imenu, {padding:0; margin:0px 0 0 0px; list-style-type: none; }

#imenu li{
  display: block; 
  float: left; 
  margin: 2px 2px 2px 0px; 
  width: 62px; 
  height: 46px; 
  border: 0px solid #325fa0;
  padding: 2px;
  color:#FFFFFF;
}

/* Set up the link size, color and borders  style = "width:120px;" */
#imenu a, #imenu a:visited {
 text-align:center;display:block;
 font-size:8px; font-weight: bold; color:#000000; height:46x;width:62px;padding-top:26px;
 text-decoration:none; border:0px solid #000; font-family:'helvetica',sans-serif;margin-left:0px;
 
}

#left_arrow_big{
  float:left;width:40px;border:0px solid red;margin-left:0px;padding-top:100px;padding-left:95px;
}
#right_arrow_big{
  float:left;width:100px;border:0px solid red;padding-top:100px;padding-left:26px;
}

#left_arrow_small{
  float:left;height: 46px;  width:18px;border:0px solid red;margin-left:0px;padding-top:4px;padding-left:0px;
}

#right_arrow_small{
  float:left;height:46px;width:18px;border:0px solid red;margin-left:0px;padding-top:4px;padding-left:0px;
}


#imenu a.ActiveBut {background: #98BCD5; }
#imenu a.ActiveBut span {background: #98BCD5;}





