@charset "utf-8";

/****************************** 
 * Reset                      *
 *                            *
 ******************************
/                            */

* {
	padding:0;
	margin:0;
	border:none;
}

/* player */
#player {
	position:relative; /* offset parent */
	float:left;
	width:600px;
	height:379px;
	overflow:hidden;
}

#window {
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
	height:338px;
	background-color:#CCC;
}

#play-pause-btn {
	position:absolute;
	bottom:0px;
	left:0px;
	width:40px;
	height:40px;
	background:url(../images/play-pause-btn.gif) 0px 0px no-repeat;
	cursor:pointer;
	
}

#seekbar {
	position:absolute;
	bottom:0px;
	left:41px;
	width:484px;
	height:6px;
	border: 17px solid #fff;
	background: #08198D url(../images/seekbar-bg.gif) no-repeat 0px 0px;
}

#mute-btn {
	position:absolute;
	bottom:0px;
	right:0px;
	width:40px;
	height:40px;
	background:url(../images/mute-btn.gif) 0px 0px no-repeat;
	cursor:pointer;
}

/* thumbnails */
#thumbnails {
	width:100px;
	float:left;
	list-style:none;
	margin-left: 5px;
}

#thumbnails li {
	position:relative;
	float:left;
	width:150px;
	height:60px;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	text-align: center;
}

#thumbnails li.selected {
	border:5px solid #FF0;
}
#thumbnails li a:hover img {
	height: 54px;
	width: 54px;
	border: 3px solid #001093;
}


#thumbnails li img {
	display:block;
	position:relative;
	margin:0px 0 0 0px;
}
#videowrapper {
	margin-left: 15px;
}
