/* CSS Document */

.strikegallery {
	overflow: hidden;	
	position: relative;
	width: 100%;
	height: 100%;
}

.strikegallery_wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.strikegallery_wrapper img {
	display: block;
	border: none !important;
	padding: 0 !important;
}

.strikegallery .strikegallery_caption {
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	color: #fff;
	padding: 10px;
}

.strikegallery_caption_show { opacity:.5; filter: alpha(opacity=50); }
.strikegallery_caption_hide { opacity: 0; filter: alpha(opacity=0); }

#gallery-rarr, #gallery-larr {
	padding: 0 !important;
	float: left;
	width: 40px;
	overflow: hidden;
	margin-top: 190px;
	position:absolute;
	z-index:100;
	top:30px;
}

#gallery-rarr { text-align: right; right:10px;}

#gallery-larr {left:10px;}

#gallery-rarr img,
#gallery-larr img {
	border: none !important;
	opacity:0.5;filter:alpha(opacity=50);
	padding: 0 !important;
	margin: 0 !important;
}

a#gallery-rarr:hover img, 
a#gallery-larr:hover img{opacity:1;filter:alpha(opacity=100);
	
}