﻿
.sidebarimages_container
{
	/*width: auto;*/
	padding-top: 20px;
	width: 200px;
	height: auto;
	float: right;
	clear: right;	
}

.SidebarImages_Image
{
  /*  background-color: #F0E7D4;*/
    width: 200px;
}

.SidebarImages_Caption
{ 
    width: 200px;
    margin-bottom: 20px;
    background-color: #F0E7D4;
    background-image: url(img_imagecurve.gif);
    background-position: bottom right;
    background-repeat: no-repeat;    
    padding-bottom: 2px;
    padding-top: 2px;
}

.SidebarImages_Caption span
{ 
	display:block;
	width: 173px;
    font-size: 0.8em;
    color: #1E564B;
    text-decoration: none;
    padding-left:10px;
}

.SidebarImage_Curve
{
    float: right;

    width: 17px;
    height: 20px;
}


