.roller{
/*border:1px solid red;*/
width:633px;
margin:0px 0px 20px 0px;

}
.roller .left{
width:16px;
height:40px;
float:left;
margin:5px 2px 0px 0px;
cursor:pointer;
background:url('../images/roller/forward-left.gif') 0px 0px no-repeat;
}

.roller .leftCenter{
width:2px;
height:102px;
float:left;
background:url('../images/roller/gradient-left.png') 0px 0px no-repeat;
}

.roller .rightCenter{
width:6px;
height:102px;
float:left;
background:url('../images/roller/gradient-right.png') 0px 0px no-repeat;
}

.roller .center{
width:590px;
height:102px;
overflow:hidden;
position:relative;
background:url('../images/roller/grdient-pionowy.png') 0px 0px repeat-x;
float:left;
}

.roller .right{
width:16px;
height:40px;
float:left;
margin:5px 0px 0px 0px;
cursor:pointer;
background:url('../images/roller/forward-right.gif') 0px 0px no-repeat;
}

.roller .imgPrevGaleria, .roller .imgSelectPrevGaleria{
margin:10px 5px 10px 10px;
border:1px solid white;
border-top-width: 0px;
vertical-align: top;
width:100px;
height:75px;
}

.roller .imgSelectPrevGaleria{
opacity:0.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}


