/* 
    Document   : vehicleImageViewer
    Created on : 23-nov-2009, 11:40:00
    Author     : jarias
    Description:
        Purpose of the stylesheet follows.
        Para cambiar el ancho cambiar el 149px!!!
*/

.vehicleItem {
    background-color:#fff;
    position: relative;
    padding: 4px;
    margin:6px;
    border: 1px solid #999;

    /*outline: 1px solid #000;*/
	-moz-box-shadow:0 0 4px 0 #333;
	-webkit-box-shadow: 0 0 4px #000;
}
.vehicleItem .mask-gallery {
    overflow:hidden;
    position: relative;
}
.vehicleItem .mask-gallery img {
    position:absolute;
}
.vehicleItem .background {
    position: absolute;
    z-index: 5;
    background-color:#999;

    /* Opacity setting for different browsers */
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.vehicleItem .backgroundTop {
    height:15px;
    top:4px;
}
.vehicleItem .backgroundBottom {
    height:30px;
    bottom:4px;
}
.vehicleItem .caption {
    /*display:none;*/
    font-size:90%;

    position: absolute;
    z-index: 6;
    color:#fff;
    text-align: right;
}
.vehicleItem .captionTop {
    height:15px;
    top:4px;
}

.vehicleItem .captionBottom {
    height:30px;
    bottom:4px;
}

.vehicleItem ul {
    list-style:none;
}
.vehicleItem ul li {
	display: inline;
}
