
.garage-car-gallery .gallery-left,
.garage-car-gallery .gallery-right {

 width: 150px;
 height: 266px;
 
 background-image: url('../graphics/actions/gallery-left.png');
 background-repeat: no-repeat;
 
 background-position: 2px 91px;
 
 position: absolute;
 /* IE7 FIX...*/
 left: 341px;
 /*right: 0px; 
 top: 0px;
 bottom: 0px;*/


 -moz-opacity:0.5;
 opacity: 0.5;
 filter: alpha(opacity=50);
 
 cursor: pointer;
}

.garage-car-gallery .gallery-left:hover,
.garage-car-gallery .gallery-right:hover {
-moz-opacity:1.0;
 opacity: 1.0;
 filter: alpha(opacity=100);	
}

.garage-car-gallery .gallery-right {
 margin-left: 198px;
 background-image: url('../graphics/actions/gallery-right.png');
 background-position: 100% 91px;
}

.garage-car-gallery img {
 cursor: pointer;
}
