
.img_border
{
border:2px solid #CC0000;
}
.thumb_home
{
border:5px solid #DCE1E5;
}
.imgl
{
float:left;
margin-right:15px;
margin-bottom:15px;
}
.imgr
{
float:right;
margin-left:15px;
margin-bottom:15px;
}

/* jquery gallery */

#photoshow
{
height:225px;
width:350px;
position:static;
margin-left:85px;
}

#photoshow div
{
position:absolute;
z-index:0;
}

#photoshow div.previous
{
z-index: 1;
}

#photoshow div.current
{
z-index: 2;
}

/** Home **/

#hm_photoshow
{
height:181px;
width:221px;
position:static;
float:left;
}

#hm_photoshow div
{
position:absolute;
z-index:0;
}

#hm_photoshow div.previous
{
z-index: 1;
}

#hm_photoshow div.current
{
z-index: 2;
}

.lb-v-dummy { width: 100%; display: block; height: 1px; }
.lb-h-dummy { height: 100%; display: block; width: 1px; }
.lb-clear { clear: both; }
.lb-wrap { z-index: 0; overflow: auto; position: relative; padding:5px;  }
/*.lb-scrollbar-wrap { position: absolute; left: 0; top: 0; }*/
.lb-v-scrollbar { z-index: 1; position: absolute; right: 2px; top: 2px; width: 7px; height: 100%; background: #cfcfcf; opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
.lb-h-scrollbar { z-index: 1; position: absolute; bottom: 2px; left: 2px; width: 100%; height: 7px; background: #cfcfcf; opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
.lb-v-scrollbar-slider { position: absolute; width: 7px; height: 50px; left: 0; top: 0; background: #111; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
.lb-h-scrollbar-slider { position: absolute; height: 7px; width: 50px; left: 0; top: 0; background: #111; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }

<!--[if IE 8]>
<style>
.lb-v-scrollbar { background: red; }
</style>
<![endif]-->