/* gal img */
.imagini {
	font-size:0;
	margin-left:30px;
}
.imagini .imaginemare {
	float:left; 
	width:630px; 
	height:488px;
}
.imagini .imaginemare img {
	width:630px; 
	height:488px;
}

.motioncontainer {
	float:right; 
	font-size:0;
	width:250px;
	height:488px;
	overflow:hidden; 
	position: relative;
	overflow:hidden; 
	position:relative;
}
.motioncontainer img { 
	width:100px; 
	height:74px; 
	margin:0 10px 7px 0;
}

.motioncontainer a img{ /*image border color*/
border: 1px solid #000
}

.motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #3b3b3b
}

.motiongallery { 
	float:left;
	position:absolute; 
	left:0px; 
	top:0px;
}


