#full_gallery {
    background: transparent !important;
	width: 705px !important;
    margin-left:-70px;
    margin-top:80px;
    _margin-left:0;
}
    #full_gallery .image_count{ text-align:center;}

    #full_gallery .big_img {
        float: left;
        border: 5px solid #343434;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .ui-dialog-titlebar-close {
        right:193px !important;
        _right:120px !important;
        top: 74px !important;
    }

    #full_gallery .big_img_wrapper {
	float: left;
	width: 635px;
	height: 500px;
	background-color: white;

    }
    #full_gallery .center_image{
    position: relative;
    width:630px;
    height:500px;
    .text-align:center;
    }

    #full_gallery .big_img_wrapper img {
	max-width: 635px;
	max-height: 500px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	.position:static;
    }

    #full_gallery .prev, #full_gallery .next {
        background: none repeat scroll 0 0 #343434;
        color: #FFFFFF;
        float: left;
        height: 500px;
        width: 30px;
    }

    #full_gallery .arrow {
        height: 51px;
        margin-top: 205px;
    }

    #full_gallery .next_arrow {
        background: url(http://www.toptenreviews.com/css/gallery/images/next.gif) no-repeat top right transparent;
    }

    #full_gallery .prev_arrow {
        background: url(http://www.toptenreviews.com/css/gallery/images/prev.gif) no-repeat top left transparent;
    }

	#full_gallery_ct {
		color: #FFFFFF;
		font-size:11pt;
        background-color:#000000;
        padding:0 10px 0 10px;
	}

	#full_gallery_slider {
		width: 2000px !important;
	}
    #full_gallery .full_gallery_caption {
        padding: 10px 0 10px 0;
        float: left;
        text-align: center;
        width: 695px;
        background-color: #343434;
        color: white;
        font-size: 12px;
    }

    #full_gallery .full_gallery_adsense {
        background-color: #343434;
        float: left;
        padding: 5px 0 0 0;
        width: 695px;
    }

    #full_gallery .full_gallery_adsense iframe{
        background-color: white;
        height: 85px;
    }

.overlay-bg {
	/*background: #666666 url(http://www.toptenreviews.com/css/gallery/images/ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; */
	background: transparent;
	opacity: .80;
	filter:Alpha(Opacity=80) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.overlay-modal {
	border: none;
	background: none;
}
