@charset "utf-8";
/* CSS Document */
.item1 {
color: #666666;
width: 100px;
height: 125px;
}
#gem_impr .item1 {
color: #666666;
width: 100px;
height: 180px;
}
.item {
display: none;
}
.item1 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  
                  .paginator-controls {
                      width:          400px;
                      margin:         20px auto;
                      text-align:     center;
                  }
                  .paginator-controls .previous,
                  .paginator-controls .next,
                  .paginator-controls .pages {
                      display:        inline;
                  }
            
                  .paginator-controls .previous,
                  .paginator-controls .next,
                  .paginator-controls .pages span {
                      border:         1px solid #ccc;
                      cursor:         pointer;
                      font:           bold 12px Arial, sans-serif;
                      margin:         0 4px;
                      padding:        2px 4px;
                  }
            
                  .paginator-controls .disabled {
                      color:          #ccc;
                      cursor:         default;
                  }
                  .paginator-controls .hovered {
                      background:     #ceffff;
                  }
                  .paginator-controls .pages .selected {
                      background:     #f30000;
                      border-color:   #000;
                      color:          #ffffff;
                  }
				  .slider {
    position:       absolute;
    right:          -30px;
    top:            25px;
    background:     url(res/slider-bg.gif) 9px 0 no-repeat;
    width:          30px;
    height:         240px;
}
.slider div {
    width:          29px;
    height:         28px;
    /* Fix slider image in IE6 */
    _filter:        progid:DXImageTransform.Microsoft.AlphaImageLoader(
                        src='res/slider-thumb.png', sizingMethod='image');
}
/* IE6 only */
.slider img { _display: none; }
.CB_TG a, .CB_TG img, .CB_Sep, .CB_TextNav {
	display: none;
}
