.camera_caption > div
{
	background: rgba(0, 0, 0, 0.6);
}
.camera_wrap .camera_pag .camera_pag_ul li
{
	background-color:#e5e5e5;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span
{
	background:rgba( 0,0,0, 0.3 );
}
#camera_wrap_1
{
	position:relative;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.camera_caption a
{
	color: #fff !important;
    text-decoration: none;
	
	transition: all .15s ease-in-out;
}
.camera_caption a:focus, .camera_caption a:hover
{
	color: #FFE66F !important;
}
.camera_wrap .camera_pag .camera_pag_ul
{
	text-align:center;
}