#websites { display: inline; float: left; }
#websites ul { display: inline; float: left; list-style: none; margin: 0; padding: 20px 0 0 0; }
#websites li { display: inline; float: left; line-height: 16px; margin-left: 12px; text-align: center; width: 164px; }
#websites li .box { height: 102px; margin: 0 auto 8px auto; position: relative; width: 152px; }
#websites li .box img { border: 1px solid #d56b38; }

#website { position: relative; }
#website .pic { display: inline; float: right; height: 102px; margin: 0 0 5px 10px; position: relative; width: 152px; }
#website .pic img { border: 1px solid #d56b38; }
#website .url { font-size: 12px; }
#website .backtop, #website .backbot { font-size: 12px; }
#website .backtop { height: 16px; position: absolute; right: 0; text-align: right; top: -16px; width: 200px; }
* html #website .backtop { right: 10px; }

/* --- Rounded Corners --- */
.pcul, .pcur, .pcll, .pclr { height: 5px; position: absolute; width: 5px; }
.pcul { background: url(../images/portbul.png) no-repeat; left: 0; top: 0; }
.pcur { background: url(../images/portbur.png) no-repeat; right: 0; top: 0; }
.pcll { background: url(../images/portbll.png) no-repeat; bottom: 0; left: 0; }
.pclr { background: url(../images/portblr.png) no-repeat; bottom: 0; right: 0; }
* html .pcul { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portbul.png',sizingMethod='image'); }
* html .pcur { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portbur.png',sizingMethod='image'); }
* html .pcll { background: none; bottom: 2px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portbll.png',sizingMethod='image'); }
* html .pclr { background: none; bottom: 2px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portblr.png',sizingMethod='image'); }
