/********************************************/
/* Title	:	CommerceBee 				*/
/* URL		:	http://www.CommerceBee.com	*/
/* Author	:	Arul Manikandan.B			*/
/* Created	:	9th June 2010			    */
/********************************************/
/* Portfolio start */
.port-container	{
	width:940px;
	background:#fff;
	margin:0px auto 0px 6px;
}
.rows	{
	width:100%;
	max-width:100%;
}
.col{
	width:31.914%;
	display:inline-block;
	padding-right:1.65%;
	transition:all 0.5s linear;
}
.col .link{
	margin-bottom:25px;
	display:block;
	cursor:pointer;
	position:relative;
	transition:all 0.5s linear;
	border:1px solid #dcdcdc;
}
.col .link img{
	width:100%;
	max-width:100%;
	display:block;
	transition:all 0.5s linear;
}
.col:last-child	{
	padding-right:0px;
}
.col .img-info	{
	display: block;
	opacity:0.9;
	width: 100%;
	/* height: 20%; */
	height:40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #403f3d;
	color: #fff;
	text-align: center;
	font-family: 'open_sansbold';
	font-size:16px;
	line-height: 40px;
	transition:all 0.5s linear;
} 
.img-info .marker	{
	background: #403f3d;
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -13px;
    margin-top: 10px;
    position: absolute;
    top: -18px;
    transform: rotate(45deg);
    width: 20px;
}
   
.col:hover .img-info	{
	height:50px;
}
.col:hover .link img	{
	opacity:0.6;
}
/* Portfolio start */