/*Examples */
#ExampleBox {
position:relative;
display: block;

margin: 0px 10px 10px 0px;
}
#ExampleImageBox{
float : left;
width : 180px;
height:150px;
display : inline;
padding : 10px 10px 10px 10px;
margin : 10px 0px 10px 10px;
border: 1px solid #bebebe;
}
#ExampleImageOne{
width : 180px;
float : left;
margin : 0px 0px 0px 0px;
}
#ExampleImageTwo{
width : 180px;
float : left;
margin : 0px 0px 0px 0px;
}
#ExampleTextBox{
width : 510px;
height:150px;
float:left;
display: inline;
color: #666666;
font-size : .75em;
text-decoration: none;
font-weight : normal;
background: #fff;
padding : 10px 10px 10px 10px;
margin : 10px 0px 10px 10px;
border: 1px solid #bebebe;
}
#ExampleTitle{
color: #009CE7;
font-size : 1em;
text-decoration: none;
font-weight : bold;
}
#ExampleBoat{
color: #333333;
font-size : 1em;
text-decoration: none;
font-weight : bold;
}
#ExampleLink{
color: #009CE7;
font-size : 1em;
text-decoration: none;
font-weight : bold;
}

#ExampleDesc{
}