
#intro {
    padding-bottom: 10px;
}

#slider {
    width: 425px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 425px;
	height:285px; 
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border: 1px solid #4e4e4e;
}

.scrollContainer, div.panel {
    margin:0px auto;
    width: 425px;
	height:285px;
	
}


ul#navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	position: absolute;
	right:-164px;
	top:-20px;
}

ul#navigation li {
    display: inline;
}

ul#navigation a {
    font-size: 16px;
	padding: 2px 5px 2px 5px;
    color: #eee;
	border: 1px solid #4e4e4e;
}

ul#navigation a:hover {
    background-color: #fff;
	color: #649FBF; 
	/*background: url(../images/video_nav_bg.png) bottom repeat-x;*/
	border: 1px solid #4e4e4e;
}

ul#navigation a.selected {
    background-color: #999;
	color: #fff;
}

ul#navigation a:focus {
    outline: none;
}


.hide {
    display: none;
}

/* styling of the container. */
a.myPlayer {
	
	float: left;
	width: 425px;
	height:285px; 
	text-align:center;
	position: relative;
	left:0px;
	top:0px;
}
	a.myPlayer span
	{
		display:none;
	}

/* play button */
a.myPlayer img {
	margin-top:90px;
	border:0px;
	position: relative;
}