/****************** JPCAROUSEL *********************/

.carouselContainer {
	position: relative;
}

.carouselbuttons {
	position: absolute;
	top: 0;
	width: 900px;
	padding: 0 20px !important;
}

.carouselbuttons a.carouselprev img {
	background: url("../template_main/images/button_left.png") no-repeat left center !important;
	margin-left: 0;
}

.carouselbuttons a.carouselnext img {
	background: url("../template_main/images/button_right.png") no-repeat left center !important;
	margin-right: 0;
}

.carouselbuttons a img {
	height: 48px !important;
	width: 30px !important;
}

.carouselbuttons a.carouselprev {
	height: 225px;
	padding-top: 175px;
	width: 150px;
	display: block;
	float: left;
}

.carouselbuttons a.carouselnext {
	height: 225px;
	padding-top: 175px;
	width: 150px;
	display: block;
	float: right;
}

/****************** LIGHTBOX *********************/

#cboxTopLeft {
	width: 10px !important;
	height: 10px !important;
	background: #FFFFFF !important;
}

#cboxTopCenter {
	height: 10px !important;
	background: #FFFFFF !important;
}

#cboxTopRight {
	width: 10px !important;
	height: 10px !important;
	background: #FFFFFF !important;
}

#cboxMiddleLeft {
	width: 10px !important;
	background: #FFFFFF !important;
}

#cboxContent, #cboxLoadedContent {
	background: #FFFFFF !important;
	margin: 0 !important;
	
}

#cboxMiddleRight {
	width: 10px !important;
	background: #FFFFFF !important;
}

#cboxBottomLeft {
	width: 10px !important;
	height: 60px !important;
	background: #FFFFFF !important;
}

#cboxBottomCenter {
	height: 60px !important;
	background: #FFFFFF !important;
}

#cboxBottomRight {
	width: 10px !important;
	height: 60px !important;
	background: #FFFFFF !important;
}

#cboxClose {
	width: 30px !important;
	height: 30px !important;
	background: url(../template_main/images/close.jpg) no-repeat center center !important;
	bottom: -34px !important;
}

#cboxTitle {
	float: left !important;
	position: inherit !important;
	bottom: 0px !important;
	width: 85% !important;
	font-weight: normal !important;
	text-align: left !important;
	padding: 10px 0;
}

/****************** FOTOGALLERY *********************/

.tx-rgsmoothgallery-pi1 {
    	background: #E9E9E9 !important;
    	padding: 10px 0 !important;
}

.myGallery {
	border: none !important;
}

.jdGallery a.left, #rglbPrevLink:hover {
	background: url(../template_main/images/button_left.png) no-repeat left center !important;
}

#rglbPrevLink:hover {
	top: 10px;
	left: 10px !important;
}

.jdGallery a.right, #rglbNextLink:hover {
	background: url(../template_main/images/button_right.png) no-repeat right center !important;
}

#rglbNextLink:hover {
	top: 10px;
	right: 10px !important;
}

.jdGallery .slideElement {
	background-color: #E9E9E9 !important;
}

.jdGallery .carousel {
    	background: #E9E9E9 !important;
}

.jdGallery .carousel .label .number {
    	color: #FFFFFF !important;
}

.jdGallery a.carouselBtn {
    	right: 0 !important;
    	height: 20px !important;
    	background: #E9E9E9 !important;
    	bottom: -10px !important;
    	padding: 5px 10px !important;
    	color: #666666 !important;
}

.carouselInner {
    	width: 670px;
    	background: #E9E9E9 !important;
    	margin: 20px 0 !important;
    	padding: 10px;
    	float: left;
}

.carouselInner .thumbnail {
    	background-color: #FFFFFF !important;
    	heigth: 67px !important;
    	cursor: pointer;
    	margin: 0 10px 0 0 !important;
    	float: left;
}

.label {
	display: none;
}

#rglbCenter, #rglbBottom {
    	background-color: #FFFFFF !important;
    	border: none !important;
}

#rglbBottom {
    	height: auto !important;
    	padding-bottom: 10px;
    	font-size: 12px !important;
    	line-height: 140% !important;
}

#rglbNumber.gallery {
    padding: 0 10px 0 0 !important;
}

#rglbCloseLink {
    	background: url(../template_main/images/close.jpg) no-repeat !important;
    	width: 30px !important;
}

#rglbDescription {
    	float: left;
    	padding-right: 10px;
    	width: 85%;
}