﻿div#mycarousel{
	margin: 25px 0px 25px 0px;
}
p.price{
	padding: 0px 0px 0px 0px;
	text-align:left;
	color:red;
}


.jcarousel-container-vertical {
    width: 200px;
    height: 300px;
    background: white;
    border: 1px solid #fff;
}

.jcarousel-clip-vertical {
    top: 15px;
    width: 190px;
    height: 270px;
    margin: 0 5px;
    z-index: 20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 170px;
    height: auto;
    margin: 5px 0;
    list-style:none;
    background:none;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #FF9900 url(../images/arrow-down.gif) no-repeat center;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #FF9900 url(../images/arrow-up.gif) no-repeat center;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.loading {
    background: transparent url(../images/loading.gif) 50% 50% no-repeat;
}

