@import url('base.css');


/* Make the thubms tile on the left */
.pika-thumbs li{width: 72px; height:100px; margin: 5px 0px;}
.pikachoose {
	
	margin: 0 auto;
	position:relative;
	}
.pika-stage {position: absolute;left:30px;}
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-vertical { width: 80px;height: 1350px; padding-left: 5px; padding-right: 10px; overflow:hidden; margin-top:0px; margin-bottom:0px;left:-85px;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  80px; height: 1250px;margin-top: 80px;}
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top: 0px;}


	
.alretour a{
	position:absolute;
	width:80px;
	top: 36px;
	left: 40px;
	background-color:#333;
	color:#f0f0f0;
	font-family: 'Aldrich', sans-serif;
	font-size:14px;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:5px;
	padding-top:10px;
	z-index:500;
}

.alretour a:hover{
background-color:#ededed;
color:#000;
}