/*
  $Id: protoflow.css

  Copyright (c) 2009 Anime Versand GmbH
*/


div.flow_news_title
{
  font-family: Arial Black, Verdana, sans-serif;
  font-size: 16px;
  color: BE0856;
  font-weight: normal;
  margin-left: 65px;
}

#bodyWrap
{
    width : 798px;
    margin-left : auto;
    margin-right : auto;
}

#overlay
{
    background : url("../resources/trans.png") repeat-y;
}

#protoflowContainer
{
    border : 5px solid rgb(68 , 68 , 68);
    width : 600px;
    margin-left : auto;
    margin-right : auto;
}

#protoflow
{
    width : auto;
    height : 205px;
    border : 0px solid red;
}

.sliderTrack
{
    background : transparent url("../resources/track_fill_left.png") no-repeat scroll left top;
    height : 13px;
    position : relative;
    text-align : left;
    width : 681px;
}

.sliderHandle
{
    background : transparent url("../resources/knob.png") no-repeat scroll left top;
    cursor : pointer;
    height : 13px;
    margin-left : 0px;
    position : absolute;
    top : 0px;
    width : 69px;
}

.protoCaptions
{
    display : none;
}

.captionHolder
{
   font-family: Arial, Verdana, sans-serif;
	 font-size : 11px;
   color : #666666;
}