.pikachoose{
	padding-top: 20px;
	position: relative;
	width: 455px;
	margin:0 auto 30px;
	background: url('../images/h-sep.jpg') repeat-x scroll left bottom;
}
/* This is the ul you have all your images in */
#page_content .pikachoose ul{
	padding:4px 0 3px 0; 
	width:455px;
	height:auto;
	margin:20px 0 0 0;
	overflow:hidden;
	background: url('../images/h-sep.jpg') repeat-x scroll left top;
}
.pikachoose ul li{
	float: left;
	padding:4px 3px 3px 3px;
	background: url('../images/thumb-border.png') no-repeat scroll left top;
	margin:0 0px 0px 0;
	position:relative;
	overflow:hidden;
	margin-right: 1px;
}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{
	width:332px;
	height:432px;
	display:block;
	position:relative;
	background: url('../images/img-preview-border.png') no-repeat scroll left top;
	margin: 0 auto;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:2px;left:2px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{
	position:relative;
	padding:16px 0 0 16px; 
}
.pika_subdiv img, .pika_subdiv a img{
	border:none;
	width: 301px;
	height: 401px;
}
.pika_subdiv a img.pika_main_img{
	margin: 15px 0 0 14px;
}
.pika_caption{
	width:302px;
	height:auto;
	text-align:center;
	position:absolute;
	bottom:14px;
	left:16px;
	background: #FFF;/*url('black.png') top left;*/
	color: #706f6d;
	opacity: 0.8 !important;
	font-size: 10px;
	line-height: 20px;
}
.pika_caption a{
	color: #706f6d;
}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a.pika_play_button{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a.pika_stop_button{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('pause.png') top center no-repeat;}

.pika_navigation a{
	font-size: 12px; 
	text-decoration: none;
}
.pika_navigation a:hover{
	text-decoration: underline;
}
.pika_navigation{
	position: absolute;
	width: 368px;
	height: 31px;
	top: 200px;
	left: 43px;
}
.pika_navigation a{
	width: 18px;
	height: 31px;	
}
.pika_navigation #p_prev{
	float: left; 
	background: url('../images/lArrow.png') no-repeat scroll left top; 
}
.pika_navigation #p_next{
	float: right;
	background: url('../images/rArrow.png') no-repeat scroll left top
}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:401px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:401px;width:100px;background:url('fastf.png') top right no-repeat;}
