﻿
.TelerikModalOverlay   
    {   
        filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=92) !important;   
        opacity: .92 !important;   
        -moz-opacity: .92 !important;   
    }   
  
.imageOuter
{
	background-color: black;
	height: 520px;
	margin-top: 5px;
	width:100%;
}

.imageInner
{
	background-color: black;
	text-align: center;
	margin: 0px;
	width:100%;
}

.cssImageTeller
{
	color:silver;
	margin:0px 15px 0px 15px;
	padding-bottom:2px;
}

.imageControls
{
	text-align: center;
	background: siver;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
}


