﻿ /*SLIDER*/
.slider{ height:241px; width: 298px;   border:1px solid  #E1E1E1; overflow:hidden; cursor:pointer ;   }
.slider-inner{ margin:3px; height:235px; position:relative; width:292px; background-color: #F5F7FA;  overflow:hidden;     }
.slider-items { height:235px;position:absolute; top:0px; left:0px; }
.slider-item{ float:left ; display:block; width:292px; height:235px;  margin:0 3px;   }
.slider-item img{ margin-top:10px; margin-left:35px;  }
 /*ADD TO SITE BUTTON*/ 
 .button span{ display:block; float:left ;    background:url(/theme/img/bg_buttons_tools.png) no-repeat 0 0;  }
 .button{ overflow:hidden; }
 .button.addto span{height:18px;   }
 .button.addto span.left{  background-position:0px -88px;  padding:0px  10px 0px 10px;  }
 .button.addto span.right{  background-position:100% -88px ; width:20px;  }
 .button.addto a:hover span.left {background-position:0px -68px;  }
 .button.addto a:hover span.right {background-position:100%  -68px; }
 .button.addto a{ font-size:10px; color:#ffffff; font-weight:bold; line-height:16px; text-decoration:none;   }
 .button.addto a:hover{ color:#000000;   }
 