#scrollable {
	height:200px;
}
a.prev, a.next, .items a{
    cursor: pointer;
}
a.prev, a.next{
    height: 32px;
    width: 5%;
    margin-top: 80px;
    display: block;
}
a.prev{
    float: left;
    background: url('../img/prev.png') no-repeat;
}
a.next{
    float: right;
    background: url('../img/next.png') no-repeat;
}

a.prev:hover, a.next:hover  {
	background-position:0 -32px;		
}

.items{
    float: left;
    width: 87% !important;
    height: 200px;
    padding-top: 5px;
}
.items a{
    width: 127px;
    float: left;
    display: block;
    height: 190px;
    margin-right: 5px;
    text-decoration: none;
}

.items a.active {
 	color:#555;
	cursor:default;
    background: url('../img/practive.png') no-repeat;
}

.primg{
    padding-top: 10px;
    padding-left: 20px;
    height: 80px;
}
.prname, .prmat, .prcena{
    float: left;
    width: 100%;
}
div.prdesc{
    padding: 10px;
    padding-top: 5px;
    text-align: left;
    color: #444440;
    height: 80px;
    text-align: center;
}
div.oldprice{
    color: grey;
    text-decoration: line-through;
    font-weight: bold;
    top: 10px;
    margin-left: -10px;
    font-size: 12px;
    height: 20px;
    width: auto;
}
.oldpricecat{
    color: grey;
    text-decoration: line-through;
}
.prcena{
    position: absolute;
    top: 7px;
    margin-left: -5px;
}
.prcena, .cena{
    padding-top: 10px;
    padding-bottom: 5px;
    color: #900100;
    font-weight: bold;
    background: url('/@@/img/price.png') 5px top no-repeat;
    text-align: center;
    width: 110px;
    height: auto;
}
