.jQuerySliderButton
{
  background-image: url(../media/56004/jquery_button.png);
  width:404px;
  height:31px;
  padding:0;
  margin:0;
}

#container
{
    width:912px;
    height:330px;
    padding:0 0 0 0;
    margin: 0 0 0 35px;
    }

.jqslider
{
  margin:0;
  padding:0;
  background-image:none;
  background-position: 0;
  background-repeat:no-repeat;
}

/*next button*/
.bx-next {
  position:absolute;
  top:0px;
  right:-34px;
  z-index:999;
  width: 34px;
  height: 330px;
  text-indent: -999999px;
  background: #fafafa url(../media/1490/jquiryrightarrow.png) no-repeat 0 center;
}

/*previous button*/
.bx-prev 
{
  position:absolute;
  top:0px;
  left:-34px;
  z-index:999;
  width: 34px;
  height: 330px;
  text-indent: -999999px;
  background: #fafafa url(../media/1485/jquiryleftarrow.png) no-repeat 0 center;
}

/*pager links*/
.bx-pager a {
  margin-right: 5px;
  color: #fff;
  padding: 3px 8px 3px 6px;
  font-size: 12px;
  zoom:1;
  background: url(gray_pager.html) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
  background: url(gray_auto.html) no-repeat 0 2px;
  padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
  background: url(gray_auto.html) no-repeat 0 -14px;
  padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover{
  background: #fafafa url(../media/1490/jquiryrightarrow.png) no-repeat 0 center;
}
.bx-prev:hover {
  background: #fafafa url(../media/1485/jquiryleftarrow.png) no-repeat 0 center;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
  background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
  text-align:center;
  padding-top: 7px;
  font-size:12px;
  color:#666;
}

/*captions*/
.bx-captions {
  text-align:center;
  font-size: 12px;
  padding: 7px 0;
  color: #666;
}

/*auto controls*/
.bx-auto {
  text-align: center;
  padding-top: 15px;
}

.bx-auto a {
  color: #666;
  font-size: 12px;
}

/* !!! OVERLAY !!! */

    #overlay {
      height:528px;
      width:333px;
  }
    
  div.contentWrap {
    height:528px;
    overflow-y:auto;
    margin:10px;
  }
    
    .apple_overlay {
  
  /* initially overlay is hidden */
  display:none;
  
  /* growing background image */
  background-image:url(../media/43689/overlay.png);
  
  /* 
    width after the growing animation finishes
    height is automatically calculated
  */
  width:640px;    
  
  /* some padding to layout nested elements nicely  */
  padding:35px;

  /* a little styling */  
  font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
  background-image:url(../media/43697/overlayclose.png);
  position:absolute; right:15px; top:10px;
  cursor:pointer;
  height:39px;
  width:40px;
}
    /* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}











/** OLD jQuery
#container {
  width:944px;
  padding:0px;
  margin:0 auto;
  position:relative;
  z-index:1;
}

#example {
  width:944px;
  Height:330px;
  position:relative;
}


#slides {
  position:absolute;
  top:0px;
  left:35px;
  z-index:100;
}

#slides .prev 
{
  position:absolute;
  left: -35px;
  top:107px;
  width:35px;
  height:115px;
  display:block;
  z-index:101;
}


#slides .next
{
  position:absolute;
  left:874px;
  top:107px;
  width:35px;
  height:115px;
  display:block;
  z-index:101;
}

.slides_container {
  width:874px;
  height:330px;
  overflow:hidden;
  position:relative;
}

**/

































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
