@charset "UTF-8";

.pikachoose{
	width:700px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* This is the ul you have the thumbnails in */
.pikachoose ul{
	padding-left:13px;
	width:700px;
	height:130px;
	margin:0;
	overflow:hidden;
}
.pikachoose ul li{
	float: left;
	border:0px solid #555;
	padding:0px;
	position:relative;
	overflow:hidden;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2;
}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* πλάτος και χρώμα περιθωρίου Αυτό σπρώχνει την φάσα με τις λεζάντες */
.pika_main{
	width:688px;
	height:500px;
	display:block;
	position:relative;
	padding-left: 6px;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{position:relative;border:1px solid #CCC;background:#777;padding:0px;}
.pika_animationDivs{top:0px;left:0px;} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{
	width:680px;
	height:16px;
	padding-top:2px;
	text-align:left;
	position:absolute;
	bottom:7px;
	left:2px;
	background:url('pngpics/black.png') top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-bottom: 2px;
	padding-left: 13px;
}
.pika_caption a{color:white;}

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

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

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

