/*
=======================================================
	jQuery CarouFredSel Style
=======================================================
*/


/*.pickUp {
	background-color: #ccc;
	margin: 0 0 30px 60px;
	width: 360px;
}*/
#pickUp {
	width: auto;
	margin-left: 0;
	line-height: 0;
	position: relative;
	height:100%;
	min-height: 100%;
	/*z-index: -1;*/
}

#pickUp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#pickUp li {
	font-size: 40px;
	color: #999;
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#pickUp li img {
	width: 100%;
	max-width: 332px;
	height: auto;
}

#pickUpPagerWide{
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 48%;
}
#pickUpPagerWide a{
	font-size: 3rem;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

#next {
	float: left;
	margin-left: 15px;
}
#prev {
	float: right;
	margin-right: 15px;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}