@charset "UTF-8";
/* CSS Document */

/*****************

	MY STRUCTURE

*************************/

.galleryBg {
	position: relative;
	width:570px;
	height:392px;
	margin: 46px 0 30px 10px;
	padding-left: 50px;
}

.gallery-item {
	width: 100% !important;
}

.sliderActivated .galleryBgIE {
	background: url(images/bg_gallery.png) no-repeat top left;
	position: relative;
	width:520px;
	height:392px;
}

.sliderActivated .gallery {
	width:500px;
	height:344px;
	overflow:hidden;
	position:absolute;
	margin: 0 !important;
	top: 14px;
	left: 10px;
}

.sliderActivated .gallery-caption {
	height: 29px;
	background: url(images/bg_caption.png) repeat-x top left;
	color: #fff;
	text-align: left;
	padding: 10px 0 0 10px;
}

.sliderActivated .gallery-caption a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.sliderActivated .gallery-caption a:hover {
	text-decoration: none;
}

.sliderActivated .gallery-icon a {
	cursor: default !important;
}

.sliderActivated .gallery-icon {
	height: 310px;
	overflow: hidden;
}
/*****************

	SLIDER

*************************/

.sliderActivated .slideContainer {
	position:absolute;
	width:10000px;
}

.sliderActivated .slideContainer img {
	border: none !important;
}

.sliderActivated .gallery-item {
	position:relative;
	width:500px !important;
	height:310px;
	float:left;
	margin: 0 !important;
}

.sliderActivated .prev {
	display:block;
	width:35px;
	height:92px;
	background:url(images/icn_arrow_gall_left.png) top left;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:0;
	top: 129px;
	z-index: 1000;
}

.sliderActivated .next {
	display:block;
	width:35px;
	height:92px;
	background:url(images/icn_arrow_gall_right.png) left top;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:583px;
	top: 129px;
	z-index: 1000;
}

.sliderActivated .next:hover, .prev:hover {
	background-position: 0 -92px;
}