@import url('base.html');


/* Make the thubms tile on the left */
.pika-thumbs li {
    width: 60px;
    height: 45px;
    margin: 5px 5px 5px 5px;
}
.pika-thumbs li img {
    width: 100%;
    height: 45px !important;
}
.pikachoose {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ededed;
    float: left;
    margin-bottom: 10px;
	padding-bottom: 10px;
}
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
    width: 280px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top: 10px;}
.pika-stage img {
    width: 100%;
	height:355px !important
}
span.pika-counter {
    display: none;
}
.pika-textnav .previous {
    position: absolute;
    bottom: 22px;
    font-size: 0;
    left: 0;
    background-image: url(../images/singleprojleft.png);
    background-repeat: no-repeat;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
	cursor:pointer;
}
.pika-textnav .next {
    position: absolute;
    bottom: 22px;
    font-size: 0;
    right: 0;
    background-image: url(../images/singleprojleft.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
	cursor:pointer;
}