/*styles for brands widget*/
/*This is the css for the positioning of all the widget elements it follows the same order as the structured xhtml*/
#container
{
border:4px solid green;
position:absolute; left:35%;
width:400px; height:600px;
}

#imagespot
{
border:2px solid red;

position:absolute;top:8%; left:20%; 
border-style:none;

}
#links
{
border:1px solid #999999;
position: absolute; top:65%; left:9%;
width:200px; height:70px;
text-align:center;

}

#pre
{
border:0px none purple;
position:absolute; top:58%; left:7%;
font-weight:bold;
background-color:#E4FAFC;

}
a:link{color:#004E65;}
a:hover{color:orange;}
a:visited{color:#1D91A4}

#nxt
{
border:0px none purple;
position:absolute; top:58%; left:76%;
font-weight:bold;
background-color:#E4FAFC;
}
#seltxt{text-align:center;}
#selElement
{

border:1px solid #999999;
position:absolute; top:80%; left:9%;
width:200px; height:80px;
}

#opt
{
position:absolute; top:50%; left:27%; 

}

