.pikachoose-classic {
	position:relative;
	width:960px;
	height:419px;
	margin:0 auto 0 auto;
}
.pika-stage {
	position: absolute;
	height:419px;
	width:960px;
	top:0px;
	left:0px;
}
.pika-stage img {
	border:0;
}
.pika-stage .pika-aniwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:9;
}
.pika-stage .caption {
        color: #FFFFFF;
    display: block;
    float: right;
    font-family: MyriadProCondensed;
    font-size: 20px;
    font-weight: bold;
    left: 30px;
    padding: 2px 5px 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 3px #1A1A1A;
    text-transform: uppercase;
    top: 125px;
    z-index: 30;
}

.pika-textnav {
	display:none;
}
.pika-counter {
	display:none;
}
.pika-imgnav {
	width:960px;
	height: 25px;
	background: black;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.26, rgb(28,28,28)),  color-stop(0.48, rgb(41,41,41)),  color-stop(0.86, rgb(36,36,36)));
	background-image: -moz-linear-gradient(  center bottom,  rgb(28,28,28) 26%,  rgb(41,41,41) 48%,  rgb(36,36,36) 86%);
	position: absolute;
	bottom: 0;
	left:0;
	z-index:11;
}
.pika-imgnav a {
	position: absolute;
	text-indent: -5000px;
	height: 25px;
	width: 35px;
	display: block;
	z-index:11;
	background:url(../images/controls.png) 0 0 no-repeat;
	cursor:pointer;
	top:0px;
	right:10px;
}
.pika-imgnav a.pause {
	background-position:17px -15px;
}
.pika-imgnav a.play, .pika-imgnav a.next {
	background-position:17px 5px;
	right: 25px;
}
.pika-imgnav a.tray {
	background-position:17px -55px;
	right:62px;
}
a.next {
	top: -48px;
	position:absolute;
}
a.previous {
	background-position:17px -35px;
	left: 10px;
	top: -49px;
}
.header-bg .pika-thumbs li {
/*	border:2px solid #000;*/
	float:left;
	list-style: none;
	width: 100px;
	height:55px;
	overflow:hidden;
	margin:3px 4px;
}
jcarousel-item
{
  border:2px solid white;  
  
}
.jcarousel-item.active
{
  border:2px solid #005981;  
  
}
.header-bg .pika-thumbs li img {width: 100px;height:55px;}

.pika-thumbs li .clip {
	position:relative;
	height:100%;
	overflow: hidden;
	cursor: pointer;
}

#pikame {
	width: 850px;
}
.pika-stage, .header-bg .pika-thumbs .jcarousel-list li {
	background:#222;
}
.header-bg .jcarousel-clip-horizontal {
	width:857px;
 overflow:hidden;
	left:47px;
}
.header-bg .jcarousel-container {
	position:absolute !important;
	width:960px;
	background:black;
	background:#EAEAEA;
	bottom:16px;
	padding-top:8px;
	height:1px;
	z-index:10;
	height: 80px;

}
.header-bg .jcarousel-container * {
	z-index:10;
}
.header-bg .jcarousel-prev, .jcarousel-next {
	width:35px;
	height:18px;
	background:url(../images/controls.png) top left no-repeat;
	display:block;
	position:absolute;
	right:5px;
	top:35px;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.header-bg .jcarousel-prev:hover, .jcarousel-next:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}
.header-bg .jcarousel-prev-disabled:hover, .jcarousel-next-disabled:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.header-bg .jcarousel-next {
	display:none !important;
	background-position: 0 0;
}
.header-bg .jcarousel-prev {
	background-position: 0 -40px;
	left:25px;
	display:none !important;
}
