#Container
{
    width:615px;
    height:360px; 
    background-color: #0a1a29;
    border-color:#0A1A2A;
    border-color:#2C2C34;
    border-style:solid;
    border-width:5px;
    margin:0 0 0 10px;
}


#Viewer 
{
    width: 415px;
    height: 360px;
    float: left;
}

#episodesummary 
{
    width: 175px;
    height: 354px;
    overflow: auto;
    float: left; 
    margin-top: 0px;
    background-color: #fff;
    margin-left: 0px;
    padding-left: 0px;
	border:1px solid #cccccc;
	scrollbar-face-color: #acacac;
	scrollbar-shadow-color: #acacac;
	scrollbar-highlight-color: #acacac;
	scrollbar-3dlight-color: #7f7f7f;
	scrollbar-darkshadow-color: #979797;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
}

#episodesummary li
{
    list-style: none;
	margin-bottom:5px;
    background: none;
	border-bottom:1px solid #c5c5c5;
	padding:5px;
}

#episodesummary img
{
	width:75px;
	height:54px;
	border:1px solid #5c5c5c;
}

#episodesummary h2
{
    font-family: Arial;
    font-size: 11px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#episodesummary p
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #2f2f2f;
	margin:0px;
	padding:0px;
}

#episodesummary span
{
    margin-top: 0px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #8cb7da;
    float: left;
    margin-right: 15px;
    
}

#episodesummary a
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #ed7b2a;
	margin:0px;
	padding:0px;
    
}
#episodesummary a:hover
{
    color: #e7380f;
	text-decoration:underline
}
