.dlg_prettey_frame_close
{
    color: white;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    position: relative;
    top: -8px;
    width: 25px;
}
.video_title {
    min-height: 18px;
}
.prettey_frame_img
{
	width: 100%;
}
.video .prettey_frame_img
{
	width: 100%;
    -webkit-filter:brightness(0.2);
    -moz-filter:brightness(0.2);
    -o-filter:brightness(0.2);
    -ms-filter:brightness(0.2);
    filter: brightness(0.2);
}
.fa.prettey-gall-control-left.fa-chevron-left
{
 cursor: pointer;
    float: left;
    font-size: 50px;
    margin-top: -50px;
    padding-left: 10px;
    position: relative;
    top: 200px;
}
.fa.prettey-gall-control-right.fa-chevron-right {
cursor: pointer;
    float: right;
    font-size: 50px;
    margin-top: -50px;
    padding-right: 10px;
    position: relative;
    top: 200px;
}
.prettey_frame_description {
    margin-bottom: 20px;
}
.video.prettey_photo_box {
    height: 183px!important;
    cursor: pointer;
}

.video.prettey_frame_title{
    color: white!important;
    font-size: 15px!important;
    left: 20px;
    position: relative;
    top: -120px;
    cursor: pointer;
    width: 200px;
}
.dlg_prettey_frame_section
{
  margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 600;

}
.prettey_photo_box {
    background-color: white;
    border: 1px solid #888;
    box-shadow: 8px 10px 10px -4px #888;
    height: 220px;
    padding: 5px;
    width: 240px;
}
.crop_prettey_thumb_img {
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.dlg_prettey_frame_box
{
		 background: black none repeat scroll 0 0;
    border: 2px solid #ff734c;
    padding: 10px;
}
.dlg_prettey_frame_img {
    border: 3px solid white;
    width: 100%
}
.video.prettey_frame_caption {
    color: black;
    position: relative;
    top: -50px;
}
.video.prettey_frame_description {
	 color: black;
    position: relative;
    top: -50px;
}
.prettey_frame_title {
    color: black;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: uppercase;
}
.prettey_frame_caption {
    color: #ff6f4a;
    padding-bottom: 10px;
}
.dlg_prettey_frame_title
{
	color: white;
    font-size: 20px;
    padding-top: 10px;
    text-transform: uppercase;	
}
.dlg_prettey_frame_description
{
	 color: white;
    padding-top: 10px;
}
.dlg_prettey_frame_caption
{
	color: #ff734c;	
}

.dlg_prettey_overlay
{
	background-image: url("/assets/img/shade_bg.png");
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:500;
}

