/* interior design gallery */

#idGallery { overflow: hidden; }
#idGalleryWrapper .caroufredsel_wrapper { width: 1003px !important; }
#idGalleryNext,
#idGalleryPrev {
	cursor: pointer;
	height: 57px;
	position: absolute;
	top: 347px;
	width: 57px;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
#idGalleryNext {
	background: url('../../images/skin/default/id_gallery_next.png');
	right: 0;
}
#idGalleryPrev {
	background: url('../../images/skin/default/id_gallery_prev.png');
	left: 0;
}
#idGalleryNext:hover,
#idGalleryPrev:hover,
#idGalleryNext.disabled,
#idGalleryPrev.disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#idGalleryNext.disabled,
#idGalleryPrev.disabled { cursor: default; }

/* interior design grid */

.idGrid {
	float: left;
	margin-right: 9px;
}

/* interior design block */

.idBlock {
	background: #fff;
	display: block;
	overflow: hidden;
	position: absolute;
}

/* interior design grid 1 - blocks */

.idGrid1 .idBlock1 {
	left: 0;
	top: 0;
}
.idGrid1 .idBlock2 {
	left: 379px;
	top: 0;
}
.idGrid1 .idBlock3 {
	left: 801px;
	top: 0;
}
.idGrid1 .idBlock4 {
	left: 801px;
	top: 169px;
}
.idGrid1 .idBlock5 {
	left: 0;
	top: 253px;
}
.idGrid1 .idBlock6 {
	left: 379px;
	top: 422px;
}
.idGrid1 .idBlock7 {
	left: 379px;
	top: 591px;
}
.idGrid1 .idBlock8 {
	left: 717px;
	top: 422px;
}

/* interior design dimensions */

.d370_244 {
	height: 244px;
	width: 370px;
}
.d413_413 {
	height: 413px;
	width: 413px;
}
.d202_160 {
	height: 160px;
	width: 202px;
}
.d202_244 {
	height: 244px;
	width: 202px;
}
.d370_456 {
	height: 456px;
	width: 370px;
}
.d329_160 {
	height: 160px;
	width: 329px;
}
.d329_118 {
	height: 118px;
	width: 329px;
}
.d286_287 {
	height: 287px;
	width: 286px;
}