/**  Widgets Formatting **/
.w-header1 {
   color: blue;
   font-size: 15px;
}

/*------------- 340 WIDGET FRAMEWORK----------------- */

.widget_340 {
   position: relative;
   text-align: left;
   float: left;
   background: transparent url(/img/widget_threefourty-bg.gif) 0 0 repeat-y;
   width: 340px;
   margin: 0 auto;
   padding: 0 0 20px 0;
   height: auto;
}

.widget_340-bottom {
   position: absolute;
   bottom: 0;
   text-align: left;
   background: transparent url(/img/widget_threefourty-bottom.gif);
   background-position: bottom left;
   background-repeat: no-repeat;
   width: 340px;
   margin: 0;
   padding: 0;
   height: 11px;
   left: 0;
}

.widget_181 {
   position: relative;
   text-align: left;
   float: left;
   background: transparent url(/img/widget_small-bg.gif) 0 0 repeat-y;
   width: 181px;
   margin: 0 auto;
   padding: 0 0 42px 0;
   height: auto;
}

.widget_181-bottom {
   position: absolute;
   bottom: 0;
   text-align: left;
   background: transparent url(/img/widget_small-bottom.gif);
   background-position: bottom left;
   background-repeat: no-repeat;
   width: 181px;
   margin: 0;
   padding: 0;
   height: 10px;
   left: 0;
}


/** VIDEO WIDGET **/


ul#player li .video_url, ul#player li .poster_frame {
    display: none;
}

ul#player {
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#player li {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 340px;
    text-align: center;
}

#player h3 {
    display: block;
    padding: 0px;
    margin: 0px;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
}
#player a {
    text-decoration: none;
}
#previous_link {
    position: absolute;
    left: 8px;
    top: 80px;
    text-indent: -999px;
    overflow: hidden;
    width: 23px;
    height: 23px;
    background: transparent url(/images/left_prev.jpg) top right no-repeat;
}
#next_link {
    position: absolute;
    right: 8px;
    top: 90px;
    text-indent: -999px;
    overflow: hidden;
    width: 23px;
    height: 23px;
    background: transparent url(/images/right_next.jpg) top right no-repeat;
}
#pcontainer {
    width: 340px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    position: relative;
}


