#katalog_slider
{
color:white;
height:220px;
background:url('/images/menu_left/border.png') repeat-x bottom;
position:relative;
}

#katalog_slider_title
{
font-family: Tahoma;
font-size: 20px;
color: #9D9FF4;
margin-top: -5px;
margin-bottom: 30px;
}
#spr1
{
position:absolute;
left: 0px;
top: 0px;
}
#spr
{
position: relative;
width: 840px;
overflow:hidden;
height:190px;
margin-left:76px;
}
.product{ 
position:relative;
margin:0px 12px 0px 12px;
display: inline-block;
font-family:arial;
font-size:12px;
width:140px;
height:145px;
}    
.product p{
padding-top:25px;
}
.prod_name
{
text-shadow:#3d4195 -1px -1px;
-moz-border-radius:0px 0px 1px 0px;
-webkit-border-radius:0px 0px 1px 0px;
border-radius: 0px 0px 1px 0px;
position:absolute;
bottom:0px;
width:140px;
height:20px;
background:#5c5fac url("/images/mod_sale/prod_descr_small.png") no-repeat 122px 50% ;
}
.prod_name p
{
line-height:20px;
}
.price{
z-index:1;
margin-left:7px;
color:black;
padding:10px;
bottom:-15px;
position:absolute;
width:84px;
height:35px;
background:url("/images/mod_sale/price.png") no-repeat ;
}
.prod_image:hover{
-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius: 2px;
padding:0px;
border:2px solid #ffea00;
}
.prod_image{
border:2px solid transparent;
height:120px;
width:140px;
position:relative;
}
.prod_image img{
height:105px;
width:140px;
border:none;
	-moz-border-radius: 0px 1px 0px 0px;
	-webkit-border-radius: 0px 1px 0px 0px;
	border-radius: 0px 1px 0px 0px ;
}
a.button, a.button:hover {
text-decoration: none;
color: #FFEA00;
border: none;
width: 152px;
height: 30px;
background: url("/images/mod_sale/button.png") no-repeat;
cursor: pointer;
position: absolute;
right: -1px;
bottom: -30px;
display: block;
padding-top: 7px;
padding-left: 6px;
z-index: 1;
}
#left
{
position:absolute;
left:-8px;
top:30px;
background:url("/images/mainslider/left.png") no-repeat;
height: 60px;
width: 80px;
cursor:pointer;
}
#left:active
{
top:31px;
}
#right
{
position:absolute;
right:-11px;
top:30px;
background:url("/images/mainslider/right.png") no-repeat;
height: 60px;
width: 80px;
cursor:pointer;
}
#right:active
{
top:31px;
}
