#container_links{
   width: 300px;
   height: auto;
   position: absolute;
   top: 70px;
   left: 0px;
   background-color: transparant;
}

.block_link{
   width: 300px;
   height: auto;
   margin-bottom: 10px;
}

.image_link{
   width: 100px;
   height: 50px;
   border: solid 1px #cccccc;
   margin-left: 15px;
   margin-top: 3px;
   float: right;
}

.paragraph_link{
   width: 183px;
   height: auto;
}

.link{
   color: #333333;
   margin-bottom: 8px;
}
#links_buttons{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 300px;
   height: 10px;
   position: absolute;
   top: 346px;
   left: 0px;
   background-color: transparent;
}

#links_arrow_previous{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: left;
   background-image: url(images/button_previous.gif);
   background-repeat: no-repeat;
   background-postion: left;
}

#links_arrow_previous:hover{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: left;
   background-image: url(images/button_previous_hover.gif);
   background-repeat: no-repeat;
   background-postion: left;
}

#links_back{
   border: none;
   padding: 0px;
   margin: 0px;
   width: 280px;
   height: 10px;
   float: left;
   font-weight: bold;
   text-align: center;
   background-color: transparent;
}

#links_arrow_next{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: right;
   background-image: url(images/button_next.gif);
   background-repeat: no-repeat;
   background-position: right;
}

#links_arrow_next:hover{
   border: none;
   padding: 0px;
   margin-top: 5px;
   width: 10px;
   height: 10px;
   float: right;
   background-image: url(images/button_next_hover.gif);
   background-repeat: no-repeat;
   background-position: right;
}

#designed_by {
    width: 500px;
    height: 10px;
    float: left;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 8pt;
    color: grey;
}

.designed_by {
    color: #AE0101;
    display: inline;
    text-decoration: none;
}

