
.Thumbnail 
{
  border: 1px solid #939393; 
  cursor: default;  
  height: 66px;
}

.ThumbnailHover 
{
  cursor: default;  
  height: 66px;
  border: 1px solid Green; 
}

.ThumbnailSelected
{
  border:  1px solid #ffffff;
  cursor: default;  
  height: 66px;
}

.ScrollItemLeft
{ 
  width:11px;
  height:66px;
  color:#db001e;
  vertical-align:middle;	
  background-image:url(/imgs/5.0.0.38/timeline_left.gif);
  background-position: 0px 0px; 
  background-repeat:no-repeat;
  border: none; /*1px solid #919B9C; */
  font-family:Arial; 
  font-size:0pt;
  /*cursor:default;*/
  text-indent: -9000px; /*Hack:: */
 }

.ScrollItemHoverLeft 
{ 
  width:11px;
  height:66px;
  color:#db001e;
  vertical-align:middle;	
  background-image:url(/imgs/5.0.0.38/timeline_left.gif);
  background-position: 0px 0px; 
  background-repeat:no-repeat;
  border: none; /*1px solid #919B9C; */
  font-family:Arial; 
  font-size:0pt;
/*  cursor:default;*/
  text-indent: -9000px; /*Hack:: */
 }

.ScrollItemActiveLeft
{ 
  width:11px;
  height:66px;
  color:#db001e;
  vertical-align:middle;	
  background-image:url(/imgs/5.0.0.38/timeline_left.gif);
  background-position: 0px 0px; 
  background-repeat:no-repeat;
  border: none; /*1px solid #919B9C; */
  font-family:Arial; 
  font-size:0pt;
  /*cursor:default;*/
  text-indent: -9000px; /*Hack:: */
 }

/* ImagesBaseUrl="../imgs/"  */
.ScrollItemRight
{ 
  width:11px;
  height:66px;
  color:#db001e;
  vertical-align:middle;	
  background-image:url(/imgs/5.0.0.38/timeline_right.gif);
  background-position: 0px 0px; 
  background-repeat:no-repeat;
  border: none; /*1px solid #919B9C; */
  font-family:Arial; 
  font-size:0pt;
  /*cursor:default;*/
  text-indent: -9000px; /*Hack:: */
 }

.ScrollItemHoverRight
{
  width:11px;
  height:66px;
  vertical-align:middle;	
  color:black; 
  background-image:url(/imgs/5.0.0.38/timeline_right.gif);
  border: none; /*1px solid #919B9C; */
  background-color: #E3E3E3; 
  font-family:Arial; 
  font-size:0px; 
  /*cursor:default;*/

}

.ScrollItemActiveRight
{
  width:11px;
  height:66px;
  vertical-align:middle;	
  color:black; 
  background-image:url(/imgs/5.0.0.38/timeline_right.gif);
  border: none; /*1px solid #919B9C; */
  background-color: #E3E3E3; 
  font-family:Arial; 
  font-size:0px; 
  /*cursor:default;*/
}

