@charset "utf-8";

#slide {
    width: 500px;
	height: 418px;/* Make it the same size as your images */
	margin: 10px 0;
}
.cmr_wrap a, .cmr_wrap img, 
.cmr_wrap ol, .cmr_wrap ul, .cmr_wrap li {
	background: none;
	border: 0;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
}
.cmr_wrap {
	display: none;
	float: right;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.cmr_wrap img {
	max-width: none!important;
}
.cmr_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cmr_wrap {
	width: 100%;
}
.cmr_src {
	display: none;
}
.cmrCont, .cmrContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cmrSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cmrContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cmr_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.cmr_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.cmr_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.cmr_target_content .cmr_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.cmrrelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.cmr_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.cmr_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
.cmr_caption {
	position: absolute;
	bottom: 0px !important;
	width: 100%;
	color: #fff;
}
.cmr_caption > div {
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .1em;
	text-align: center;
	background: #222;
	filter:alpha(opacity=50);
     -moz-opacity:0.5;
     -khtml-opacity: 0.5;
    opacity:0.5;
}
