/*******************
	portfolio
*******************/
#port{
	position:relative;
	float:left;
	width:100%;
}
#port li{
	width:262px;
	margin-right:55px;
}
#port li .img{
	float:left;
	width:262px;
	height:319px;
	margin-right:55px;
	background:#F1F1F1;
	overflow:hidden;
}
#port li .img .box{
	position:relative;
	display:table;
	width:600px;
	height:600px;
	top:50%;
	left:50%;
	margin:-300px 0 0 -300px;
}
#port li .img .box div{
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
#port li .desc{
	float:left;
	margin-top:5px;
	width:100%;
}
#port li .amp{
	float:right;
	padding:2px 10px 3px 25px;
	margin-top:10px;
	text-decoration:none;
	color:#FFF;
	background:url(../_img/lupa.png) no-repeat 5px center;
}


.jcarousel-skin-ie7 .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width:100%;
}
.jcarousel-skin-ie7 .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:896px;
	margin-left:52px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position:absolute;
    top:127px;
    right:0px;
    width:33px;
    height:75px;
    cursor:pointer;
    background:url(../_img/s2.png) no-repeat center;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
	position:absolute;
    top:127px;
    left:0px;
    width:33px;
    height:75px;
    cursor:pointer;
    background:url(../_img/s1.png) no-repeat center;
}