﻿body 
{
    font-family:Georgia, Times New Roman, Times, Serif;
}

#Wrapper
{
    width:540px;
    height:440px;
    margin: 0 auto;
    padding: 0 30px;
}

#Header
{
    width:100%;
    height:112px; 
}

#Content
{
    clear:both;
    width:540px;
}

.Left
{
    float:left;
    width:230px;
    
    min-height:205px;
}

.episodeTitle
{
    width:230px;
    font-weight:bold;
    margin-bottom: 18px;
    margin-top:15px;
}

.episodeDesc
{
    width:230px;
    height:135px;
}

.player
{
    margin-bottom:15px;
}

.Right
{
    width:269px;
    float:right;  
}

.membership
{
    width:268px;
    text-align:center;
    height:58px;
    background: #454646;
    margin-top:20px;
}

.episodes
{
    clear:both;
    width:544px;
    height:62px;
    margin-bottom:15px;
}

.episodesTitle
{
    clear:both;
    font-weight:bold;   
}

.episode
{
    float:left;
    margin-right:6px;
    width:62px;
    height:62px;
    cursor:pointer;    
}

.episodeThumb
{
    width:62px;
    height:62px;
}

.imageEpisode
{
    width:268px;
}

.ep1{height: 62px; width:62px;background: url(images/thumbnails/episode1.jpg) no-repeat;}
.ep1:hover{background: url(images/thumbnails/episode1_hover.jpg) no-repeat;}
.ep2{height: 62px; width:62px;background: url(images/thumbnails/episode2.jpg) no-repeat;}
.ep2:hover{background: url(images/thumbnails/episode2_hover.jpg) no-repeat;}
.ep3{height: 62px; width:62px;background: url(images/thumbnails/episode3.jpg) no-repeat;}
.ep3:hover{background: url(images/thumbnails/episode3_hover.jpg) no-repeat;}
.ep4{height: 62px; width:62px;background: url(images/thumbnails/episode4.jpg) no-repeat;}
.ep4:hover{background: url(images/thumbnails/episode4_hover.jpg) no-repeat;}
.ep5{height: 62px; width:62px;background: url(images/thumbnails/episode5.jpg) no-repeat;}
.ep5:hover{background: url(images/thumbnails/episode5_hover.jpg) no-repeat;}
.ep6{height: 62px; width:62px;background: url(images/thumbnails/episode6.jpg) no-repeat;}
.ep6:hover{background: url(images/thumbnails/episode6_hover.jpg) no-repeat;}
.ep7{height: 62px; width:62px;background: url(images/thumbnails/episode7.jpg) no-repeat;}
.ep7:hover{background: url(images/thumbnails/episode7_hover.jpg) no-repeat;}
.ep8{height: 62px; width:62px;background: url(images/thumbnails/episode8.jpg) no-repeat;}
.ep8:hover{background: url(images/thumbnails/episode8_hover.jpg) no-repeat;}
