/*ÊÀÐÓÑÅËÜ*/

.carSliderWrap {
	width:150px;
	height:358px;
	position:relative;
	margin: 0 auto;
	background-color:#FFF;
	overflow:hidden;
	}
	
	
.prevCar {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:44px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/v.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	

.nextCar {
	position:absolute;
	top:314px;
	left:0px;
	width:150px;
	height:44px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/n.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.viewCar {
	position:absolute;
	top:44px;
	left:0px;
	width:150px;
	height:270px;
	overflow:hidden;
	}
	
.carItem  {
	position:absolute;
	width:130px;
	height:130px;
	left:10px;
	}
	
.carItem img {
	border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	cursor:pointer;
	}

/*ÁÎËÜØÎÉ ÑËÀÉÄ*/
.blackOut {
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/opacity_bg.png);
	z-index:0;
	width:0px;
	height:0px;
	}
	
.bigSlide {
	background-color:#FFF;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	/*border-top-right-radius:20px;*/
	position:fixed;
	overflow:hidden;
	}
	
.closeBig {
	position:absolute;
	width:30px;
	height:30px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/close-tnk.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
	display:none;
	z-index : 0;
	}
	
.bigImg {
	position:absolute;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	overflow:hidden;
	}
	
	
.panelBig {
	position:absolute;
	font-family:Arial;
	font-size:11px;
	font-weight:400;
	text-align:left;
	}
	
	
.prevBig {
	position:absolute;
	height:30px;
	width:26px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/navigation-prev2.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	top:50px;
	left:0px;
	cursor:pointer;
	display:none;
	}
	

	
.nextBig {
	position:absolute;
	height:30px;
	width:26px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/navigation-next2.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	left:30px;
	top:50px;
	cursor:pointer;
	display:none;
	}
	
/*ÃÀËÅÐÅß*/
.gallLink {
	color:#F68B1F;
	}
	
.panelGallery {
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/opacity_bg.png);
	z-index:0;
	width:0px;
	height:0px;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	}
	

	
.galleryItem {
	cursor:pointer;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	}
	
.closeGallery {
	position:absolute;
	width:30px;
	height:30px;
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/close-gall.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
	display:none;
	z-index : 0;
	}
	
.pageNav  {
	background-image:url(/modules/universalgallery/plugins/carusel_one_dolg/images/opacity_bg.png);
	position:absolute;
	height:20px;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	text-align:center;
	}
	
.pageButton {
	color:#FFF;
	padding: 0px 2px 0px 2px;
	float:left;
	}
	
.pageButtonActiv {
	padding: 0px 2px 0px 2px;
	float:left;
	}