#easyOverlay {
    background-color:black;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
#easyCenter {
    background: none repeat scroll 0 0 #fff;
  
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    z-index: 9999;
	
}
#easyLoadingIndicator {
    background: url("../img/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: relative;
    top: 50%;
    width: 24px;
}
#easyContainer {
    overflow: hidden;
	max-weight:800px;
	max-height:600px;
}
#easyContainer img{
    
	max-weight:800px;
	max-height:600px;
}
#easyContainer.error {
    background: url("../img/error.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#easyContainer, #easyBottom {
    padding: 16px;
}
#easyContainer img, #easyContainer iframe {
    border: 0 none;
}
#easyBottom {
    color: #666;
    font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
    min-height: 24px;
    padding-top: 0;
    text-align: left;
}
#easyCloseLink {
    background: url("../img/controls.png") no-repeat scroll -96px 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 24px;
    margin: 0 0 0 10px;
    outline: 0 none;
    width: 24px;
}
#easyCloseLink:hover {
    background: url("../img/controls.png") no-repeat scroll -96px -24px rgba(0, 0, 0, 0);
}
#easyNavigation {
    float: left;
    height: 24px;
    margin: 0 10px 0 0;
    width: 50px;
}
#easyPrevLink {
    background: url("../img/controls.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    outline: 0 none;
    width: 24px;
}
#easyPrevLink:hover {
    background: url("../img/controls.png") no-repeat scroll 0 -24px rgba(0, 0, 0, 0);
}
#easyPrevLink.disabled {
    background: url("../img/controls.png") no-repeat scroll 0 -48px rgba(0, 0, 0, 0);
}
#easyNextLink {
    background: url("../img/controls.png") no-repeat scroll -24px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    margin: 0 0 0 26px;
    outline: 0 none;
    width: 24px;
}
#easyNextLink:hover {
    background: url("../img/controls.png") no-repeat scroll -24px -24px rgba(0, 0, 0, 0);
}
#easyNextLink.disabled {
    background: url("../img/controls.png") no-repeat scroll -24px -48px rgba(0, 0, 0, 0);
}
#easySlideLink {
    background: url("../img/controls.png") no-repeat scroll -48px 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 24px;
    margin: 0 0 0 10px;
    outline: 0 none;
    width: 24px;
}
#easySlideLink:hover {
    background: url("../img/controls.png") no-repeat scroll -48px -24px rgba(0, 0, 0, 0);
}
#easySlideLink.disabled {
    background: url("../img/controls.png") no-repeat scroll -72px 0 rgba(0, 0, 0, 0);
}
#easySlideLink.disabled:hover {
    background: url("../img/controls.png") no-repeat scroll -72px -24px rgba(0, 0, 0, 0);
}
#easyCaption, #easyNumber {
    display: block;
    margin-right: 60px;
}
#easyCaption.nav, #easyNumber.nav {
    margin-left: 60px;
}
#easyCaption {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 2px;
}
#easyNumber {
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    padding: 4px 0 6px;
}