



	
/* This is the ul you have all your images in */
#big_pic ul {
	padding-left:0;
	height: 0;
	margin:0;
	overflow:hidden;
}

#big_pic ul li {
	float:left;
	/*border:1px solid #555;*/
	padding:0;
	background:transparent;
	margin:0 6px 4px 0;
	position:relative;
	overflow:hidden;
}

#big_pic 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:950px;
	height: 375px;
	display:block;
	position:relative;
	overflow: hidden;
}


	
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img {
	position:absolute;
	top:0px;
	left:0px;
}

.pika_back_img {
	position:relative;
	top:0;
}

.pika_subdiv {
	position:relative;
	border:none;
	background:#fff;
	padding:0px;
}

.pika_subdiv img,.pika_subdiv a img {
	border:none;
}

.pika_navigation{
visibility: hidden;
display: none;
}

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

.pika_next_hover {
	position:absolute;
	top:160px;
	right:-20px;
	height:70px;
	width:100px;
	background:url(../img/fastf.png) top right no-repeat;
}