

	
/* These hieghts and widths should be edited to your images */	
ul#pikame{
	padding-left:0;
	position:absolute;
	
}
.pika_main{
	/*width:375px;*/
/*	padding-right:20px;*/
	margin:0 auto;
  min-height:0px;
  _height:0px;
  line-height:0px;
}
#pikame li{
	margin-right:5px;
	float: left;
	border:2px solid #fff;
  background-color:#fff;
}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{
  position:relative;
  cursor:pointer;
}
.pika_main img{
  /*border:5px solid #222;*/
}
.pika_main{
  position: relative;
}
.pikachoose li{
  float:left;
  position:relative;
  overflow:hidden;
  list-style:none;
}
.pika_play{
  position:absolute;
  top:10px;
  right:20px;
  z-index:1;
}
.pika_play a{
  position:relative;
  cursor:pointer;
}
.pika_play img{
  border:none !important;
}
.pika_caption{
  /*width:100%;*/
  font-family:Arial;
  padding:10px;
  color:#333333;
  position:absolute;
  left:1px;
  top:5px;
  margin-top:10px;
}

.pika_navigation a{
  font-size: 12px;
  color:transparent;
  text-decoration: none;

  padding:210px 0px;
 /*height:450px;*/
 width:140px;
 margin:0 5px;
 /*visibility: hidden;*/
}

.pika_navigation a:hover{
  color:#fff;
  cursor:pointer;
}


 a.left_pika{
   font-size: 12px;
  color:transparent;
  text-decoration: none;

  padding:210px 0px;
 /*height:450px;*/
 width:140px;
 margin:0 5px;
   position:absolute;
  left:0;
  top:0;
}

 a.right_pika{
    font-size: 12px;
  color:transparent;
  text-decoration: none;

  padding:210px 0px;
 /*height:450px;*/
 width:140px;
 margin:0 5px;
   position:absolute;
  right:0;
  top:0;
  
}

a.right_pika:hover, a.left_pika:hover{
  color:#fff;
  cursor:pointer;
}

.pika_navigation a:hover{
  text-decoration: underline;
}
.pika_navigation{
  padding-top:10px;
  
  text-align:center;
  position:absolute;
  top:0;
  left:0;
  width:600px;
}

.pika_subdiv{
  position:relative;
  text-align:center;
}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 650px;
	height:88px;
	/*padding-right:80px;*/
	/* custom decorations */
	/*padding:10px 0;	*/
	/*border:1px outset #ccc;*/
	/*background-color:#efefef;				*/
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable ul.items {
	/* this cannot be too large */
	width:20000px;
	/*position:absolute;*/
	clear:both;		
	
	/* decoration */
	margin-right:10px;
}

/* single scrollable item */
div.scrollable ul.items li {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:110px;
	padding:0px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	
	
}

/* active item */
div.scrollable ul.items li.active {
	border:1px inset #ccc;		
	background-color:#fff;
}


/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/navigation/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/navigation/arrow/right.png);
	clear:right;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigation/navigator.png) 0 0 no-repeat;
	cursor:pointer;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;
}

.relative{
  position:relative;
}