/**************************
*
*	GENERAL
*
**************************/
.camera_wrapper {
	overflow: hidden;
}
.camera_target_content {
	overflow: visible !important;
}
.camera_wrap {
	margin: 0px !important;
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 0;
}
.camera_wrap img {
	max-width: 10000px;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(/img/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: url(/img/loading.gif) no-repeat center;
	/*border: 1px solid #fff;*/
	/*border-radius: 18px;*/
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_commands > .camera_stop {
	display: none;	
}

.camera_clear {
	display: block;
	clear: both;
}

.showIt {
	display: none;
}

.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
.camera_caption h2 {
	margin-bottom: 0;
}
.caption {
	top: 25%;
	text-align: right;
	position: absolute;
	display: block;
	right: 64px;
}
.camera_caption p {
	padding-left: 40px;
	font-weight: 500;
	font-size: 18px;
	color: #818080;
	line-height: 29px;
}
.div1 {
	width: 38%;
	display: inline-block;
	padding: 60px 60px 0 0;
	position: relative;
	z-index: 15;
}
.camera_caption {
	text-align: left;
	height: 100%;
	position: relative;
}

.a3 {
  padding: 18px 25px 20px;
  color: #fff;
  position: absolute;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 28px;
  display: inline-block;
  background: #ce0031;
  text-shadow: 1px 1px 0px #202020;
  font-weight: 900;
  bottom: 60px;
  right: 198px;
}
.a3:before {
  content: '';
  left: -67px;
  position: absolute;
  width: 0px;
  border-style: solid;
  border-width: 0 67px 67px 0;
  height: 0px;
  border-color: transparent #ce0031 transparent transparent;
  top: 0;
}
.a3:after {
  content: '';
  top: -1px;
  position: absolute;
  right: -67px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 67px 0 0 67px;
  border-color: transparent transparent transparent #ce0031;
}
.a3:hover {
  color: #686868;
}

/**************************
*
*	COLORS & SKINS
*
**************************/
.camera_pag  {
	display: block;
	bottom: 5px;
	position: absolute;
	left: 15px;
	overflow: hidden;	
	z-index: 999;
	text-align: left;
	height: 21px;
}

.camera_pag_ul {
 	overflow: hidden;
}

.camera_pag ul li {
	float: left;
}

.camera_pag ul li+li {
	margin-left: 5px;
}

.camera_pag ul li span {
	display: block;
	width: 15px;
	background: url(/img/pagination.png) right 0 no-repeat;
	height: 16px;
	overflow: hidden;
	color: transparent;
	text-indent: -100px;
}

.camera_pag ul li:hover span, .camera_pag ul li.cameracurrent span {
	background-position: 0 0;
	cursor: pointer;
}