/* panes */
#featuredproducts-root {
width:530px;
height:175px;
position: relative;
overflow: hidden;
float: left;
}

#featuredproducts-root .items {
width:20000em;
position:absolute;
clear:both;
margin:0;
padding:0;
}

/* single pane */
#featuredproducts-root div {
margin:0px 0px;
float:left;
display:block;
width:112px;
cursor:pointer;
}

/* some decorations for elements inside single pane */
#featuredproducts-root div h2 {
font-weight:normal;
color:#ddd;
letter-spacing:1px;
margin:10px 0 0 0;
font-size:22px;
}

#featuredproducts-root p, #featuredproducts-root samp {
color:#ccc; 
}

#featuredproducts-root div.narrow {
padding-right:160px; 
}


/* BUTTONS */

/* prev, next, prevPage and nextPage buttons */
#featured-sextoys a.browse {
background:url(http://store.babeland.com/photos/heroshow/scroller/images/arrows.png) no-repeat;
display:block;
width:20px;
height:34px;
float:left;
margin:30px 22px;
cursor:pointer;
text-decoration:none;
}

/* right */
#featured-sextoys a.right { background-position: -0px -88px; margin-right: 0px;}
#featured-sextoys a.right:hover { background-position: -0px -132px; }
#featured-sextoys a.right:active { background-position: -0px -132px; } 


/* left */
#featured-sextoys a.left { background-position: -0px -0px; margin-left: 0px; } 
#featured-sextoys a.left:hover  { background-position: -0px -44px; }
#featured-sextoys a.left:active  { background-position: -0px -44px; }


/* disabled navigational button */
a.disabled {
visibility:hidden !important; 
} 

@charset "UTF-8";
/* CSS Document */

