
.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:166px;
width:225px;
position:static;
}

#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;
}


