﻿

/* our work div */
#our_work 
{
    position:absolute;
	float:right;
	margin-top:2px;
	margin-left:152px;

    background-color:#827562;
	width:640px;
	overflow:hidden;
   
}

input.last{
    float:right;
	width:18px;
	height:170px;
	margin-right:14px;
	background: url(images/beltright.png) no-repeat 0 0;
}
input.lastOver{
    float:right;
	width:18px;
	height:170px;
	margin-right:14px;
	background: url(images/beltright_over.png) no-repeat 0 0;
}
#our_work li{
	list-style:none;
	float:right;
	background: #fff url(images/bgbelt.png) no-repeat 0 0;
	width:145px;
	padding:0px 2px 0px 2px;
	position: relative;
}

#our_work li.last{

	width:18px;
    margin:0px 0px 0px 4px;
    padding:0px 0px 0px 4px;
	background: url(images/beltright.png) no-repeat 0 0;
}

#our_work li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 169px;
	max-width: 135px;
    padding-left:30px;
	color: #000;
	font: 1.92em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif;
}

#our_work li a:focus, #our_work li a:hover { text-decoration: none; }




#our_work li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 169px;
	width: 145px;
	border: 0;
}

#our_work ul li a {
	color: white;
	font: 1.2em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif;
    font-weight:bold;
}

table.galleryCollection 
{
    width:500px;
    padding:2px 2px 2px 25px;
    margin:5px 5px 5px 25px;
}

table.galleryCollection td
{
    height:96px;
    width:150px;
     margin-bottom:10px;
   padding-bottom:10px;
}

table.galleryCollection tra
{
   margin-bottom:10px;
   padding-bottom:10px;
}
table.galleryCollection tr td h3.collection 
{
    color:#917e58;
    font-size:smaller;
    padding:10px 5px 5px 5px;
}

table.galleryCollection tr td img
{
    width:92px;
    height:95px;
    border:none;

}

table.galleryCollection tr td img:hover
{
    filter: alpha(opacity = 50);
    opacity:0.4;
   
}

#portfolio table tr td:hover {
	 filter: alpha(opacity = 50);
    opacity:0.4;
}





