/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines:*/
.pika-thumbs LI
{
	width: 144px;
	height: 74px;
}
.pika-stage
{
	/*[disabled]height:350px;*/
	/*[disabled]overflow:hidden;*/
}
.pikachoose
{
	width: 390px;
	margin: 0 auto;
	float: left;
}
.pika-stage
{
	position: relative;
	background: #FFFFFF;
	border: 2px solid #DBDBDB;
	padding: 0px 0 42px;
	text-align: center;
	height: 250px;
	overflow: hidden;
}
/*if you change the padding on pika-stage you must adjust the top left of this to match!*/
.pika-stage .main-image
{
	position: absolute;
	top: 10px;
	left: 10px;
}
.pika-stage .pika-aniwrap
{
	position: absolute;
	top: 10px;
	left: 0px;
}
.pika-stage .pika-aniwrap
{
	width: 100%;
}
.pika-stage .pika-ani
{
	position: relative;
	display: none;
	z-index: 2;
	margin: 0 auto;
}
.pika-stage IMG
{
	border: 0;
	height: 100%;
}
.pika-stage .caption
{
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	font-size: 11px;
	color: #FAFAFA;
	padding: 10px;
	text-align: -moz-center;
	bottom: 39px;
	right: 0px;
	width: 370px;
	font-weight: bold;
}
.pika-stage .caption P
{
	padding: 0;
	margin: 0;
	line-height: 14px;
}
.pika-imgnav A
{
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index: 3;
}
.pika-imgnav A.previous
{
	background: url(prev.png) no-repeat left 45%;
	height: 83%;
	width: 68px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.pika-imgnav A.next
{
	background: url(next.png) no-repeat right 45%;
	height: 83%;
	width: 68px;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.pika-imgnav A.play
{
	background: url(play.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}
.pika-imgnav A.pause
{
	background: url(pause.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}
.pika-textnav
{
	overflow: hidden;
	margin: 10px 0 0;
	bottom: 0px;
	position: absolute;
	background-color: #3C3C3C;
	width: 100%;
	padding: 4px 0px;
	border: 1px solid #DBDBDB;
	/*[empty]height:;*/
}
.pika-textnav A
{
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding: 4px;
}
.pika-textnav A.previous
{
	float: left;
	width: 90px;
	display: block;
	color: #333333;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0px 0px 0px 4px;
	background-image: url(../button/imgbut.png);
	background-repeat: no-repeat;
	background-position: center;
	/*[empty]height:;*/
}
.pika-textnav A.next
{
	float: right;
	width: 95px;
	display: block;
	color: #333333;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0px 4px 0px 0px;
	background-image: url(../button/imgbut2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pika-textnav A.next:hover
{
	background-color: transparent;
}
.pika-textnav A.previous:hover
{
	background-color: transparent;
}
.pika-thumbs
{
	margin: 10px 0 0 17px;
	padding: 0;
	overflow: hidden;
}

.pika-thumbs LI
{
	float: left;
	list-style-type: none;
	padding: 3px;
	margin: 0 5px;
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	cursor: pointer;
}
.pika-thumbs LI:last
{
	margin: 0;
}
.pika-thumbs LI .clip
{
	position: relative;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
/*for the tool tips*/
.pika-tooltip
{
	font-size: 12px;
	position: absolute;
	color: #FFFFFF;
	padding: 3px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 3px solid #000000;
}
.pika-counter
{
	position: absolute;
	bottom: 260px;
	left: 355px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.7);
	font-size: 11px;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*jCarousel Styles
if you're not using the carousel you can delete everything below this*/
.jcarousel-skin-pika .jcarousel-container-horizontal
{
	padding: 10px 20px 15px;
	overflow: hidden;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal
{
	height: 90px;
	width: 485px;
}
.jcarousel-skin-pika .jcarousel-item-horizontal
{
	margin-right: 10px;
}
