#top
{
	background: url(../img/catalogue/middel_top.jpg) left top no-repeat;
	height: 31px;
}

.middel_bg
{
	width:889px;
	float:left;
	margin:0;
	background: url(../img/catalogue/middel_bg.jpg) left top repeat-y;
}


.middelPart
{
	width:889px;
	float:left;
	margin:0;
	background: url(../img/catalogue/middel_bottom.jpg) left bottom no-repeat;
}

.active {opacity: 1 !important;}

.imgBorder {border: 1px solid #CBCBCB; padding: 3px;}

.hiddenCatalogueImage {overflow: hidden; width: 0px; height: 0px;}

/* --------------------------------------------------------------------------------------------------------- */
/*	Carousel Part */
/* --------------------------------------------------------------------------------------------------------- */

.carousel {height: 120px; overflow: hidden; position: relative; padding: 16px 0 0 2px; margin: 0 4px 0 3px;}

.carousel_clip{overflow: hidden; margin: 0 31px 0 37px;}
.carousel_content {float: left; height: 150px;}
.carousel_content li {margin-right: 25px;}

.carousel_left, .carousel_right {display: block; height: 48px; overflow: hidden; position: absolute; top: 41px;	width: 38px;}

.carousel_left{left:0}
.carousel_left {background: url(../img/catalogue/prevarrow.png) no-repeat 0 0;}

.carousel_right{right:0}
.carousel_right {background: url(../img/catalogue/nextarrow.png) no-repeat 0 0;}

.carousel_count{display:none}

.gallery-meta-data
{
	background: transparent url(../img/catalogue/transpBlack.png) repeat scroll 0 0;
	color: #FFF;	
	height: 25px;
	margin: -34px 3px 0px;
	padding: 5px 10px 0;
	position: relative;
	z-index: 9999;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------------------- */
/*	Slider Part */
/* --------------------------------------------------------------------------------------------------------- */

#slider img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	/*
	width: 803px; height: 605px;
	*/
}

ul, li {list-style: none;}

#slider li{width: 800px; overflow: hidden;}

#container
{
	background: #FFFFFF;
	margin: 0px 39px 0px;
	position: relative;
	width: 800px;
	padding: 2px;
	overflow: hidden;
}

#navigationControl
{
	position: absolute;
	width: 809px;
	margin-left: 39px;
	z-index: 9999;
}

#prevBtn, #nextBtn
{
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 1000;
	text-indent: -8000px;
	top: 50%;
	margin-top: -22px;
}

#prevBtn {left:-22px}
#nextBtn {right:-22px}
	
#prevBtn a, #nextBtn a
{
	display: block;
	position: relative;
	width: 44px;
	height: 44px;
	background: url(../img/catalogue/btn_prev.png) no-repeat 0 0;
}

#nextBtn a{background:url(../img/catalogue/btn_next.png) no-repeat 0 0;}

#errorMsg {color: #FF0000; text-align: center; margin: 25px 200px 50px; font-weight: bold; font-size: 17px;}

#thumbImageBox {border: 1px solid #CBCBCB; overflow: hidden; margin: 15px 40px 13px;}
.thumbImage {padding: 15px 23px; float:left;}

/* --------------------------------------------------------------------------------------------------------- */
