
#slides{
	height:350px; margin-top:10px;
}
.hand{
	filter: alpha(opacity=0); moz-opacity: 0;opacity:0;position:absolute
}
.hover{
	filter: alpha(opacity=0); moz-opacity: 0;opacity:0;position:absolute
}
#slidebar {
    position:absolute;
    margin-left:270px;
    margin-top:-40px;
}
#pt_category #slidebar {
	position:relative;
}
#slidebar .hover {
	cursor:hand;
    cursor:pointer;  
}
#slidebar .arrowRight {
    float:left;
    background:url(http://zapasbasket.com.ar/2010/imagenes/slideshow_arrow_right.png) no-repeat;
    display:block;
    width:40px;
    height:40px;
    cursor:hand;
    cursor:pointer;
    z-index: 2;
}
#slidebar .arrowLeft {
    float:left;
    background:url(http://zapasbasket.com.ar/2010/imagenes/slideshow_arrow_left.png) no-repeat;
    display:block;
    width:40px;
    height:40px;
    cursor:hand;
    cursor:pointer;
    z-index: 2;    
}
#slidebar .inner {
	background:url(http://zapasbasket.com.ar/2010/imagenes/slideshow_bg.png) repeat-x;
	position:relative;
	float:left;
	padding-top: 7px;
	height:33px
}
#slidebar .preview {
	float:left;
	height:30px;
	width:70px;
	margin:1px;
}
