/*
 *	@author: Mircea Zetea
 *	@company: IT Exchange
 *	@package: Casa Romantic
 *	@description: gallery specific css style file
*/
.galleryCategory, .galleryImage{
	width:285px;
	height:237px;
	text-align:center;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	position:relative;
}
.catImage{
	position:relative;
	top:11px;
	left:-5px;
}
.catImage img{
	border:#fff solid 1px;
}
.galleryName{
	position:relative;
	top:15px;
	font:bold 14px Arial;
	text-decoration:none;
	display:block;
	height:35px;
	padding-left:30px;	
	margin:0 auto;
	width:200px;
}
.galleryImage .galleryName{
	padding-left:0px;
}
.innerGalleryContainer{
	width:705px;
	margin:0 auto;	
}
.leftColumn{
	width:335px;
	text-align:center;
	margin-right:25px;
}
.galleryObject{
	width:345px;
	height:345px;
	border:#fff solid 1px;
	background-color:#BACFE1;
	margin:0 0 10px 10px;
}
.galleryMain{
	position:relative;
	top:4px;
	left:4px;
	border:#90AEC6 solid 2px;
}
.controlla{
	width:19px;
	height:84px;
	float:left;
}
.galleryToLefta{
	background:url(../slices/control-toleft.jpg) no-repeat;
}
.galleryToRighta{
	background:url(../slices/control-toright.jpg) no-repeat;
}
.thumbsContainerTop{
	width:307px;
	height:84px;
	float:left;
	overflow:hidden;
}
.thumbsRealContainerTop{
	padding-left:9px;
}
.thumbsRealContainerTop a{
	display:block;
	float:left;
	margin-top:10px;
	margin-right:8px;
}
.thumbsRealContainerTop a img{
	border:none;
}
.selectedThumb img{
	border:#CF3E25 solid 1px !important;
	margin:-1px;
	position:relative;
}
.rightGalleryContainer{
	width:320px;
	position:relative;
	top:-15px;
}
.innerControll{
	width:32px;
	height:10px;
	margin:0 auto;
	cursor:pointer;
}
.upControll{
	background:url(../slices/gallery-inner-up.jpg) no-repeat;
}
.downControll{
	background:url(../slices/gallery-inner-down.jpg) no-repeat;
}
.thumbsInnerContainer{
	padding-left:7px;	
	width:320px;
	height:237px;
	overflow:hidden;
	margin-bottom:10px;
}
.thumbsInnerContainer a{
	display:block;
	float:left;
	margin:7px 7px;
}
.thumbsInnerContainer a img{
	border:none;
}